1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Fix internals plugin tiddler titles

This commit is contained in:
Jermolene 2016-02-15 12:02:37 +00:00
parent 3ae0f3666a
commit b0aed107d3
5 changed files with 9 additions and 7 deletions

View File

@ -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}}

View File

@ -1,4 +1,4 @@
title: $:/core/ui/EditTemplate/body/preview/shared
title: $:/plugins/tiddlywiki/internals/EditTemplate/body/preview/shared
\define body()

View File

@ -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}}

View File

@ -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

View File

@ -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