Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burningtreec/tiddlywiki-codemirror-6
https://github.com/burningtreec/tiddlywiki-codemirror-6
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/burningtreec/tiddlywiki-codemirror-6
- Owner: BurningTreeC
- License: mit
- Created: 2023-09-09T10:30:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:16:10.000Z (about 2 months ago)
- Last Synced: 2024-09-18T02:29:38.471Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://burningtreec.github.io/tiddlywiki-codemirror-6/
- Size: 14.3 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiddlywiki-codemirror-6
This is a plugin for [TiddlyWiki 5](https://tiddlywiki.com)
The plugin adds the [CodeMirror 6](https://codemirror.net) editor to TiddlyWiki
## Contributing
Everyone is welcome to create an Issue or a Pull request
## Documentation
Documentation can be found at https://codemirror.net/docs/
The [CodeMirror Discuss Forum](https://discuss.codemirror.net) is a great place to find answers
## Installation
You can install the plugin in two ways
### Drag and Drop
- Go to the [plugin page](https://burningtreec.github.io/tiddlywiki-codemirror-6)
- Drag the plugin to your [Tiddlywiki](https://tiddlywiki.com)### NodeJs
- clone this repository to your `$TIDDLYWIKI_PLUGIN_PATH`
```
git clone --depth=1 [email protected]:BurningTreeC/tiddlywiki-codemirror-6.git $TIDDLYWIKI_PLUGIN_PATH
```- enable the plugin in your `tiddlywiki.info` file
```
"plugins": [
"plugins/first-plugin",
"plugins/second-plugin",
"tiddlywiki-codemirror-6/tiddlywiki-codemirror-6"
]
```