This is a plugin for TiddlyWiki 5
The plugin adds a flexible Flexbox Layout to TiddlyWiki
Everyone is welcome to create an Issue or a Pull request
You can install the plugin in two ways
- Go to the plugin page
- Drag the plugin to your TiddlyWiki
- clone this repository to your
$TIDDLYWIKI_PLUGIN_PATH
git clone --depth=1 [email protected]:BurningTreeC/TiddlyFlex.git $TIDDLYWIKI_PLUGIN_PATH
- enable the plugin in your
tiddlywiki.info
file
"plugins": [
"plugins/first-plugin",
"plugins/second-plugin",
"TiddlyFlex/TiddlyFlex"
]