File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed
Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 22{} ( :package |docs-workflow )
33 :configs $ {} ( :init-fn |docs-workflow.main/main! ) ( :reload-fn |docs-workflow.main/reload! )
44 :modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
5- :version |0.0.1
5+ :version |0.0.2
66 :entries $ {}
77 :files $ {}
88 |docs-workflow.comp.container $ {}
1414 reel.comp.reel :refer $ comp-reel
1515 respo-md.comp.md :refer $ comp-md
1616 docs-workflow.config :refer $ dev?
17- docs-workflow.schema :refer $ docs
1817 "\"remarkable" :refer $ Remarkable
1918 "\"highlight.js" :default hljs
2019 "\"cirru-color" :as color
9796 {} $ :style
9897 {} $ :margin-top 20
9998 <> "\" Histories" $ {} ( :font-family ui/font-fancy )
100- comp-history-menu history $ fn ( path d! )
99+ comp-history-menu history docs $ fn ( path d! )
101100 d! cursor $ next-path state path
102101 let
103102 target $ find-target docs ( :selected state )
191190 {} ( :font-family ui/font-fancy ) ( :font-style :italic )
192191 :color $ hsl 0 0 80
193192 |comp-history-menu $ quote
194- defcomp comp-history-menu ( history on-select )
193+ defcomp comp-history-menu ( history docs on-select )
195194 list-> ( {} )
196195 -> history $ map-indexed
197196 fn ( idx path )
Original file line number Diff line number Diff line change 11{
2+ "version" : " 0.0.2" ,
23 "dependencies" : {
34 "@calcit/procs" : " ^0.5.28"
45 },
910 "highlight.js" : " ^11.5.0" ,
1011 "remarkable" : " ^2.0.1" ,
1112 "vite" : " ^2.8.6"
12- },
13- "version" : " 0.0.1"
13+ }
1414}
You can’t perform that action at this time.
0 commit comments