Hi,
I see a couple of hurdles to native Markdown integration.
title: TiddlerTitle comes into default Markdown as litteral text. MultiMarkdown could probably parse the header lines as-is.Christopher
http://tiddlywiki.howwownow.com
Oh, yes, transclusion. I forgot to mention transclusion in Markdown. What would the implications of Marklusion be?
By the way, it seems I can hard-code my header sections for Markdown tiddlers with a first line as <!-- vim :set ts=4 sw=4 sts=4 et :
My README is now
<!-- vim :set ts=4 sw=4 sts=4 et :
created: 20151128000000000
creator: Christopher Mann <chris...@mann.fr>
description: TiddlyWiki How?Wow!Now Goodies plugin README. Goodies is a collection of utility tiddlers for my personal use.
tags: $:/plugins/editor/plugin
title: $:/plugins/howwownow/goodies/README
type: text/vnd.tiddlywiki
-->
# Goodies Plugin from HowWowNow
Goodies is a collection of utility tiddlers[...]Christopher
http://tiddlywiki.howwownow.com
Sorry, please read type: text/x-markdown instead of type: text/vnd.tiddlywiki in my previous email.
Christopher
http://tiddlywiki.howwownow.com
Le 28 nov. 2015 à 12:18, Christopher Mann <chris...@mann.fr> a écrit :
Oh, yes, transclusion. I forgot to mention transclusion in Markdown. What would the implications of Marklusion be?
By the way, it seems I can hard-code my header sections for Markdown tiddlers with a first line as
<!-- vim :set ts=4 sw=4 sts=4 et :My README is now
<!-- vim :set ts=4 sw=4 sts=4 et : created: 20151128000000000 creator: Christopher Mann <chris...@mann.fr> description: TiddlyWiki How?Wow!Now Goodies plugin README. Goodies is a collection of utility tiddlers for my personal use.
tags: $:/plugins/editor/plugin title: $:/plugins/howwownow/goodies/README type: text/x-markdown --> # Goodies Plugin from HowWowNow Goodies is a collection of utility tiddlers[...]