1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/editions/text-slicer/tiddlers/HelloThere.tid
Jermolene 535d8d6fa0 Stop using an import tiddler for text slicer
Instead we directly output the tiddlers (we keep the old code around;
later we’ll make the output mode switchable).

Also improve the icon
2015-08-04 08:04:57 +01:00

25 lines
881 B
Plaintext

title: HelloThere
This edition of ~TiddlyWiki contains tools to help slice up long texts into individual tiddlers.
//''This plugin is under active development, and is subject to change in the future''. It is currently only intended for advanced users. The tools are in the early stages of development, and likely to need some customisation to do what you need.//
! Usage
The source document must first be marked up as an ordinary wikitext tiddler. Currently only the following formatting is recognised:
* Headings
* Ordered and unordered lists
* Paragraphs
To try it out:
# Click the "text slicer" icon on the [[Sample Text]] tiddler below
# View the tiddler [[Sliced up Sample Text]]
#* It should match the content of [[Sample Text]]
#* The table of contents at the top allows the structure to be explored
! Plugin Instructions
{{$:/plugins/tiddlywiki/text-slicer/docs}}