Following to development of Section Editor, some comments were given on having a block editor!
With the contribution of @Sttot, a development branch on GitHub has been created and a new filter has been developed by @Sttot. At the first step this filter can distinguish some basic blocks in Tiddlywiki!
This filter takes the text of the tiddler and splits the text according to certain rules. if the rule is empty it means that all rules are used. The currently supported rules are as follows.
-
all
: all rules. -
h1
,h2
,h3
,h4
,h5
,h6
,h*
: headers, whereh*
represents all levels of headers. -
p
: text paragraphs. -
ul
: Bullet lists. -
ol
: Number lists. -
dl
: Defines and descriptions. -
list
:ul
+ol
+dl
. -
tiddler
: Transcludes. -
table
: Tables. -
section
: Segments wrapped by<section></section>
tags. -
latex
: LaTeX blocks. -
hr
: Dividing Line.
Usage: Separate the rule names with +
and place them inside []
.
You can download the development branch (GitHub - kookma/TW-Section: create, edit and manage big and lengthy tiddlers through sectioning) and give a try.
Note: The development will takes time, but I assume we can have a new release in few months ahead! Finally we will have a block editor to be able to edit any chunk of information in Tiddlywiki!
Section Editor
- Demo: Section Editor — create, edit, fold, manage sections
- Code: GitHub - kookma/TW-Section: create, edit and manage big and lengthy tiddlers through sectioning
- Block Editor: GitHub - kookma/TW-Section at development