mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-10 10:48:05 +00:00
Fix up the new import mechanism
This commit is contained in:
@@ -3,7 +3,7 @@ title: $:/core/ui/PageTemplate
|
||||
<!-- The navigator catches navigation events and updates the story and history tiddlers -->
|
||||
<$navigator story="$:/StoryList" history="$:/HistoryList">
|
||||
|
||||
<$import browse="no" class="tw-drop-zone-fullscreen">
|
||||
<$dropzone>
|
||||
|
||||
<!-- The optional topbar -->
|
||||
{{$:/TopSideBar}}
|
||||
@@ -31,7 +31,7 @@ title: $:/core/ui/PageTemplate
|
||||
<!-- End of story river -->
|
||||
</section>
|
||||
|
||||
</$import>
|
||||
</$dropzone>
|
||||
|
||||
</$navigator>
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ title: $:/core/ui/ToolsPanel
|
||||
|
||||
---
|
||||
|
||||
Import: <$import class="tw-drop-zone"/>
|
||||
Import: <$browse/>
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ title: $:/ControlPanel
|
||||
|
||||
''Add plugins and tiddlers to your ~TiddlyWiki''
|
||||
|
||||
:Browse for files on your computer to import their contents (the individual tiddlers within TiddlyWiki HTML files are imported separately). <$import class="tw-drop-zone"/>
|
||||
:Browse for files on your computer to import their contents (the individual tiddlers within TiddlyWiki HTML files are imported separately). <$browse/>
|
||||
|
||||
''Visual appearance''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user