TiddlyWiki5 Syntax READMEThis extension adds TiddlyWiki5 syntax-highlighting and snippets to Visual Studio Code. TiddlyWiki5 is a rich, interactive tool for manipulating complex data, with structures that do not easily fit into conventional tools like spreadsheets or wordprocessors. It is a javascript environment that lives in the Browser and Node.js (and a few other implementations) which builds a Wiki/Content Management System. The design recommends building with "the smallest semantically meaningful chunks" – named tiddlers. A tiddler could be a system javascript module that is loaded on wiki boot, or a few paragraphs of user notes on a topic, or a wikitext function that build a Table of Contents out of a set of related Tags. When run in the browser, each tiddler is a javascript object in memory (and is also represented as a json in custom This extension is intended for editing seperate tiddler files on disk with Visual Studio Code. FeaturesBased primarily on the grammars found below, with heavy tweaking and editing.
Known IssuesPlease report isues or offer Pull Requets at the GitHub Repository: Release NotesThank You for trying TiddlyWiki5 Syntax Highlighting for Viual Studio Online Enjoy! |