Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlo-colombo/cooklang-tiddlywiki
Tiddlywiki Cooklang plugin
https://github.com/carlo-colombo/cooklang-tiddlywiki
Last synced: 8 days ago
JSON representation
Tiddlywiki Cooklang plugin
- Host: GitHub
- URL: https://github.com/carlo-colombo/cooklang-tiddlywiki
- Owner: carlo-colombo
- License: mit
- Created: 2023-11-03T20:54:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T00:59:02.000Z (8 months ago)
- Last Synced: 2024-04-14T15:54:39.179Z (7 months ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiddlywiki Cooklang plugin
Cooklang support for Tiddlywiki, render cooklang markup language tiddlers and use
cooklang filters to extract and manipolate information from the recipes.* Renders cooklang tiddlers (`text/x-cooklang`), showing ingredients and metadata as tables.
* Filters to parse cooklang tiddlers
* `cooklang` convert into tiddlers with metadata and ingredients as fields, JSON of the recipe as text.
* `cooklangjson` parse cooklang recipes to JSON.## Installation
Go to the demo and follow the instructions there https://carlo-colombo.github.io/cooklang-tiddlywiki/
## Development
Install all dependencies with `npm install`.
Start the server and watch for changes with `npm run dev`. Manual reload in the browser is necessary.
Build the plugin demo edition with `npm run build`, the output will be found in `editions/demo/output/index.html`.