mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
Create a plugin and edition for tw5.com docs
By making the docs available as a plugin we make it easier for people to fork their own copy of the docs without losing the ability to get updates in the future (which can be done just be updating the docs plugin)
This commit is contained in:
parent
803d70225a
commit
746aab2cf6
6 changed files with 55 additions and 0 deletions
5
plugins/tiddlywiki/tw5.com-docs/files/tiddlywiki.files
Normal file
5
plugins/tiddlywiki/tw5.com-docs/files/tiddlywiki.files
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"directories": [
|
||||
"../../../../editions/tw5.com/tiddlers"
|
||||
]
|
||||
}
|
||||
7
plugins/tiddlywiki/tw5.com-docs/plugin.info
Normal file
7
plugins/tiddlywiki/tw5.com-docs/plugin.info
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"title": "$:/plugins/tiddlywiki/tw5.com-docs",
|
||||
"description": "Documentation from tiddlywiki.com",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": ""
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue