kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix internals plugin tiddler titles
rodzic
3ae0f3666a
commit
b0aed107d3
|
@ -1,9 +1,10 @@
|
|||
title: $:/core/ui/EditTemplate/body/preview/parse-tree
|
||||
title: $:/plugins/tiddlywiki/internals/EditTemplate/body/preview/parse-tree
|
||||
tags: $:/tags/EditPreview
|
||||
list-after: $:/core/ui/EditTemplate/body/preview/output
|
||||
caption: parse tree
|
||||
|
||||
\define preview(mode,output)
|
||||
<$parse-tree mode="$mode$" output="$output$"/>
|
||||
\end
|
||||
|
||||
{{||$:/core/ui/EditTemplate/body/preview/shared}}
|
||||
{{||$:/plugins/tiddlywiki/internals/EditTemplate/body/preview/shared}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
title: $:/core/ui/EditTemplate/body/preview/shared
|
||||
title: $:/plugins/tiddlywiki/internals/EditTemplate/body/preview/shared
|
||||
|
||||
\define body()
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
title: $:/core/ui/EditTemplate/body/preview/widget-tree
|
||||
title: $:/plugins/tiddlywiki/internals/EditTemplate/body/preview/widget-tree
|
||||
tags: $:/tags/EditPreview
|
||||
caption: widget tree
|
||||
list-after: $:/plugins/tiddlywiki/internals/EditTemplate/body/preview/parse-tree
|
||||
|
||||
\define preview(mode,output)
|
||||
<$widget-tree mode="$mode$" output="$output$"/>
|
||||
\end
|
||||
|
||||
{{||$:/core/ui/EditTemplate/body/preview/shared}}
|
||||
{{||$:/plugins/tiddlywiki/internals/EditTemplate/body/preview/shared}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/widgets/parse-tree.js
|
||||
title: $:/$:/plugins/tiddlywiki/internals/widgets/parse-tree.js
|
||||
type: application/javascript
|
||||
module-type: widget
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/widgets/widget-tree.js
|
||||
title: $:/plugins/tiddlywiki/internals/widgets/widget-tree.js
|
||||
type: application/javascript
|
||||
module-type: widget
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue