summaryrefslogtreecommitdiffstats
path: root/$mmm/plugins/code
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2023-11-04 12:16:53 +0000
committers-ol <s+removethis@s-ol.nu>2023-11-04 12:16:53 +0000
commit1ca4c113bb10aaa5ec3ee06d5529f21889ca780c (patch)
treec895dd8b58a2006625ea5df334a7cf1e730707ee /$mmm/plugins/code
parentadd kicanvas schematic/board views (diff)
downloadhw.s-ol.nu-1ca4c113bb10aaa5ec3ee06d5529f21889ca780c.tar.gz
hw.s-ol.nu-1ca4c113bb10aaa5ec3ee06d5529f21889ca780c.zip
clean up plugins, style
Diffstat (limited to '$mmm/plugins/code')
-rw-r--r--$mmm/plugins/code/scripts: text$lua -> fn -> text$html+frag.lua2
-rw-r--r--$mmm/plugins/code/scripts: text$moonscript -> fn -> text$html+frag.moon2
2 files changed, 0 insertions, 4 deletions
diff --git a/$mmm/plugins/code/scripts: text$lua -> fn -> text$html+frag.lua b/$mmm/plugins/code/scripts: text$lua -> fn -> text$html+frag.lua
index 87a182f..96c4b0d 100644
--- a/$mmm/plugins/code/scripts: text$lua -> fn -> text$html+frag.lua
+++ b/$mmm/plugins/code/scripts: text$lua -> fn -> text$html+frag.lua
@@ -1,5 +1,3 @@
-local tourl
-tourl = (require('mmm.mmmfs.util'))({ }).tourl
return function(self)
return "\n <link rel=\"stylesheet\" type=\"text/css\" href=\"" .. tostring(self:gett('style: URL -> text/css')) .. "\" />" .. [[<!--
<link rel="stylesheet" type="text/css" href="//unpkg.com/codemirror@5.49.2/lib/codemirror.css" />
diff --git a/$mmm/plugins/code/scripts: text$moonscript -> fn -> text$html+frag.moon b/$mmm/plugins/code/scripts: text$moonscript -> fn -> text$html+frag.moon
index 9799ac6..e158e2b 100644
--- a/$mmm/plugins/code/scripts: text$moonscript -> fn -> text$html+frag.moon
+++ b/$mmm/plugins/code/scripts: text$moonscript -> fn -> text$html+frag.moon
@@ -1,5 +1,3 @@
-import tourl from (require 'mmm.mmmfs.util') {}
-
=>
"
<link rel=\"stylesheet\" type=\"text/css\" href=\"#{@gett 'style: URL -> text/css'}\" />" ..