Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burningtreec/tiddlywiki-muuri
A TiddlyWiki5 plugin based on muuri.js
https://github.com/burningtreec/tiddlywiki-muuri
grid muuri storyview tiddlywiki
Last synced: 3 days ago
JSON representation
A TiddlyWiki5 plugin based on muuri.js
- Host: GitHub
- URL: https://github.com/burningtreec/tiddlywiki-muuri
- Owner: BurningTreeC
- License: mit
- Created: 2020-12-16T18:36:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T13:50:44.000Z (about 1 year ago)
- Last Synced: 2023-10-08T14:44:13.028Z (about 1 year ago)
- Topics: grid, muuri, storyview, tiddlywiki
- Language: JavaScript
- Homepage: https://burningtreec.github.io/tiddlywiki-muuri/
- Size: 10.5 MB
- Stars: 39
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiddlywiki-muuri
## About
**tiddlywiki-muuri** is a Drag&Drop enabled plugin for [TiddlyWiki5](https://tiddlywiki.com) that adds a gridded storyview based on the [muuri library](https://muuri.dev)
You can see a Demo [here](https://burningtreec.github.io/tiddlywiki-muuri)
Note that the plugin works best with the TiddlyWiki CodeMirror plugin installed
## Installation
You can install the tiddlywiki-muuri plugin in two ways:
### NodeJs
clone this repo to your `TIDDLYWIKI_PLUGIN_PATH` (see https://tiddlywiki.com/#Environment%20Variables%20on%20Node.js)
```
git clone --depth=1 [email protected]:BurningTreeC/tiddlywiki-muuri.git $TIDDLYWIKI_PLUGIN_PATH
```enable the plugin in your tiddlywiki.info file (see https://tiddlywiki.com/#tiddlywiki.info%20Files)
```
"plugins": [
"plugins/first-plugin",
"plugins/second-plugin",
"tiddlywiki-muuri/BTC/Muuri"
]
```### The TiddlyWiki SingleFile way
- go to https://burningtreec.github.io/tiddlywiki-muuri
- drag the link in the "Installation" tiddler to the Wiki where you want to install it
- save your Wiki and reload