Thanks for sharing. I need to evaluate if I should learn this alternate markup, it does seem to provide a richer set of choices but can you tell me a couple of things.
How does it handle page breaks especialy before you know where they will occur?
Will it display correctly in open new window such we can use the browsers print (including to pdf)?
If we use wikitext tranclusions etc.. can they be honored? Perhaps by surrounding it as a block?
Whilst the plugin will render this markup correctly would we then copy our text elsewhere to generate pdfs.
Thanks in advance but also your contribution to the tiddlywiki platform.
Tony
One small issue: the footnote [1] in your demo opens a new empty tiddler. The old problem of intra-tiddler links is still unsolved.
Cheers, Thomas
image: node
pages:
script:
- git clone --depth 1 https://github.com/Jermolene/TiddlyWiki5 tw5
- cp -r editions plugins tw5
# Generate as index.html: single HTML demo page
- node tw5/tiddlywiki.js tw5/editions/asciidoctordemo --build index
# Generate as .json file: drag-n-drop installer for single HTML
- node tw5/tiddlywiki.js tw5/editions/asciidoctordemo --savetiddler '$:/plugins/bimlas/asciidoctor' tw5-asciidoctor.json
# Generate as .tid file: drag-n-drop installer for node version
# DOES NOT WORKS - exports as JSON
- node tw5/tiddlywiki.js tw5/editions/asciidoctordemo --savetiddler '$:/plugins/bimlas/asciidoctor' tw5-asciidoctor.tid
# GitLab needs 'public' dirname for deploy
# https://gitlab.com/gitlab-org/gitlab-ee/issues/1719
- mv tw5/editions/asciidoctordemo/output public
artifacts:
paths:
- public
That's much more friendly! How is the document being hosted?