Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 939 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 939 Bytes

TiddlyFlex

This is a plugin for TiddlyWiki 5

The plugin adds a flexible Flexbox Layout to TiddlyWiki

Bildschirmfoto vom 2024-09-16 08-01-25


Contributing

Everyone is welcome to create an Issue or a Pull request

Installation

You can install the plugin in two ways

Drag and Drop

NodeJs

  • 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"
	]