mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
5aa3646df5
* Initial Commit * Fix plugin library URL * Need to set plugin library location for prerelease * Styling tweaks * Docs * Add tests that the core plugins all have a valid stability field
10 lines
318 B
Plaintext
Executable File
10 lines
318 B
Plaintext
Executable File
{
|
|
"title": "$:/plugins/tiddlywiki/codemirror-autocomplete",
|
|
"name": "CodeMirror Autocomplete",
|
|
"description": "Autocompletion for CodeMirror",
|
|
"parent-plugin": "$:/plugins/tiddlywiki/codemirror",
|
|
"dependents": ["$:/plugins/tiddlywiki/codemirror-mode-css"],
|
|
"list": "readme",
|
|
"stability": "STABILITY_2_STABLE"
|
|
}
|