File tree Expand file tree Collapse file tree 4 files changed +91
-6
lines changed Expand file tree Collapse file tree 4 files changed +91
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
40
40
mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/
41
41
&& git clone https://github.com/calcit-lang/lilac.git
42
42
&& git clone https://github.com/calcit-lang/memof.git
43
- && git clone https://github.com/Respo/respo.calcit.git --branch 0.14.39
43
+ && git clone https://github.com/Respo/respo.calcit.git --branch 0.14.40
44
44
&& git clone https://github.com/Respo/reel.calcit.git
45
45
&& git clone https://github.com/Respo/respo-markdown.calcit.git
46
- && git clone https://github.com/Respo/respo-ui.calcit.git --branch 0.4.6
46
+ && git clone https://github.com/Respo/respo-ui.calcit.git
47
47
&& git clone https://github.com/Respo/respo-router.calcit.git
48
- && git clone https://github.com/Respo/alerts.calcit.git
48
+ && git clone https://github.com/Respo/alerts.calcit.git --branch 0.8.8
49
49
50
50
- name : " compiles to js"
51
51
run : >
Original file line number Diff line number Diff line change 1
1
2
2
{} ( :package |docs-workflow )
3
- :configs $ {} ( :init-fn |docs-workflow.main/main! ) ( :reload-fn |docs-workflow.main/reload! ) ( :version |0.0.11 )
3
+ :configs $ {} ( :init-fn |docs-workflow.main/main! ) ( :reload-fn |docs-workflow.main/reload! ) ( :version |0.0.12 )
4
4
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
5
5
:entries $ {}
6
6
:files $ {}
101
101
d! cursor $ next-path state xs
102
102
comp-doc-page target
103
103
=< nil 120
104
+ comp-global-keydown
105
+ {} $ :disabled-commands ( #{} "\" p" )
106
+ fn ( e d! )
107
+ cond
108
+ and
109
+ = "\" p" $ :key e
110
+ or ( :meta? e ) ( :ctrl? e )
111
+ .show quick-modal d!
112
+ ( = "\" Escape" ( :key e ))
113
+ .close quick-modal d!
104
114
.render quick-modal
105
115
when dev? $ comp-reel ( >> states :reel ) reel ( {} )
106
116
|comp-doc-page $ quote
309
319
respo.css :refer $ defstyle
310
320
respo-ui.css :as css
311
321
"\"@memkits/azure-speech-util" :refer $ speechOne nativeSpeechOne
322
+ respo.comp.global-keydown :refer $ comp-global-keydown
312
323
|docs-workflow.config $ {}
313
324
:defs $ {}
314
325
|dev? $ quote
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.11 " ,
2
+ "version" : " 0.0.12 " ,
3
3
"name" : " @calcit/docs-workflow" ,
4
4
"dependencies" : {
5
5
"@calcit/procs" : " ^0.5.46" ,
You can’t perform that action at this time.
0 commit comments