diff --git a/docs/tiddlers/Creating notes in TiddlyRemember.tid b/docs/tiddlers/Creating notes in TiddlyRemember.tid index e56d851..5394f51 100644 --- a/docs/tiddlers/Creating notes in TiddlyRemember.tid +++ b/docs/tiddlers/Creating notes in TiddlyRemember.tid @@ -1,6 +1,6 @@ created: 20200523163252291 list: [[Question-and-answer notes]] [[Pair notes]] [[Cloze notes]] -modified: 20210928235605360 +modified: 20211113231905175 tags: TiddlyRemember title: Creating notes in TiddlyRemember type: text/vnd.tiddlywiki @@ -54,7 +54,7 @@ This works whether the source file is embedded in your TiddlyWiki, uses the `_canonical_uri` [[field|https://tiddlywiki.com/#ExternalImages]], or points directly at a web URL. If you later make changes to the images, - or your images are hotlinked to a web URL and the live version changes, + or your images are hotlinked to a URL and the live version changes, the changes will also be synced to Anki. To include external audio that you can play either in your wiki or in Anki, @@ -79,7 +79,7 @@ Downloading them from the Internet repeatedly and make syncing much slower than necessary. -<$details summary="Macro parameters containing quotation marks"> +<$details summary="Math markup"> KaTeX markup using the official "tiddlywiki/katex" plugin, using either the `$$` or widget syntax, @@ -92,6 +92,9 @@ Any snippets so converted will be contained in HTML spans in case you want to style these snippets differently or do something else special with them. + +<$details summary="Macro parameters containing quotation marks"> + If you need to include double quotation marks in a note, use triple quotes for the macro parameter: ``` diff --git a/docs/tiddlers/Exception during TiddlyRemember sync.tid b/docs/tiddlers/Exception during TiddlyRemember sync.tid index 08c272e..5102252 100644 --- a/docs/tiddlers/Exception during TiddlyRemember sync.tid +++ b/docs/tiddlers/Exception during TiddlyRemember sync.tid @@ -1,5 +1,5 @@ created: 20210924151444658 -modified: 20210924154137031 +modified: 20211113231905179 tags: Troubleshooting title: Exception during TiddlyRemember sync type: text/vnd.tiddlywiki @@ -59,10 +59,11 @@ ReferenceError: window is not defined The last tiddler that appears in the list of "Rendering" messages ("LillSyl:DreamOfLight" in this case) - will be the last one that rendered successfully. -The next tiddler in your wiki alphabetically is the first one that TiddlyWiki wasn't able to render correctly, + is the one that TiddlyWiki wasn't able to render correctly, so that tiddler -- and any templates that are displayed on it -- is where you should look to find the problem. +(In versions of TiddlyWiki before 5.2.0, the tiddler with the error + will be the next tiddler in your wiki alphabetically after the one listed.) Common culprits include a CodeMirror editing box directly on that tiddler or a date picker widget. @@ -100,6 +101,6 @@ Now the widget will continue to display when you view your wiki in a browser, but be ignored during TiddlyRemember sync when it's causing issues. -''If you continue to have issues after disabling all plugins in your wiki except TiddlyRemember'', +''If you continue to have issues after disabling all plugins in your wiki except TiddlyRemember'' (and $:/core), please [[post an issue|https://github.com/sobjornstad/TiddlyRemember/issues]] on the GitHub page, being sure to include the full text in the ''Error'' dialog box. \ No newline at end of file