mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 04:24:45 +00:00
Fix broken import previews
All three were inadvertently showing the existing tiddler (if any), not the imported tiddler.
This commit is contained in:
@@ -2,4 +2,4 @@ title: $:/core/ui/ImportPreviews/TextRaw
|
||||
tags: $:/tags/ImportPreview
|
||||
caption: {{$:/language/Import/Listing/Preview/TextRaw}}
|
||||
|
||||
<pre><code><$view tiddler=<<payloadTiddler>>/></code></pre>
|
||||
<pre><code><$view tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> /></code></pre>
|
||||
Reference in New Issue
Block a user