Hi all, I use TiddlyWiki5 with Node.js. That means that I've got one .tid file per tiddler on my hard disk. When I want to edit a file without a browser, I use this plugin <https://github.com/sukima/vim-tiddlywiki> for vim. But sometimes I just want to print a file's content with syntax highlighting. Usually I use *bat <https://github.com/sharkdp/bat>*, *pygmentize <https://pygments.org>* or *highlight <http://www.andre-simon.de/doku/highlight/en/highlight.php>* for this but none of these seems to support TiddlyWiki syntax. bat uses the syntect <https://github.com/trishume/syntect/> library for syntax highlighting which uses Sublime Text syntax definitions and I found a Sublime 3 syntax file for TiddlyWiki5 *.tid files <https://github.com/roma0104/sublime-tid> but apparently it's not of that type of Sublime syntax files that syntect understands.
I started to create my own syntax file for pygmentize/Pygments (based on the Markdown syntax file). I'm just wondering if I'm really the first one who wants .tid syntax highlighting for the console (for bat or pygmentize or highlight). Maybe this already exists and it's just named differently? TiddlyWiki writes about *WikiText*. Is this a standardized markup language? Or just a generic word for a "wiki markup language"? Or is there any other syntax highlighter for Linux that supports TiddlyWiki5/WikiText? Best regards, Max -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/bb65a730-f5f8-4b38-9220-83b2442318bc%40googlegroups.com.

