1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 17:40:29 +00:00

Share Plugin: Fix problem with sharing double quoted tiddler titles

This commit is contained in:
jeremy@jermolene.com 2020-09-28 11:31:58 +01:00
parent 59f233cd46
commit f8961abb8a

View File

@ -1,7 +1,7 @@
title: $:/plugins/tiddlywiki/share/wizard title: $:/plugins/tiddlywiki/share/wizard
\define generate-json() \define generate-json()
<$text text=<<jsontiddlers filter:"""$(share-filter)$""" spaces:"">>/> <$macrocall $name="jsontiddlers" filter=<<share-filter>> spaces="" $output="text/vnd.tiddlywiki"/>
\end \end
\define inner-share-actions() \define inner-share-actions()