-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathExtensionsCollection.txt
31 lines (31 loc) · 1.56 KB
/
ExtensionsCollection.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|Source |https://github.com/YakovL/TiddlyWiki_ExtensionsExplorerPlugin/blob/master/ExtensionsCollection.txt|
|Description|This is a central collection for ExtensionsExplorerPlugin. It is meant to gather collections of existing extensions, and also to help new authors make their work more explorable.|
|Version |0.2.0|
Current status is "under construction", meaning that there's a lot of collections and extensions to add. Other things should be considered as well, like quality guidelines, handling forks, etc. Instructions for authors will be published in a separate readme and linked here.
//{{{
[
{
"url": "https://github.com/YakovL/TiddlyWiki_YL_ExtensionsIndex/blob/master/YLExtensionsCollection.txt",
"description": "Extensions created or heavily modified by Yakov Litvin",
"type": "collection"
},
{
"url": "https://github.com/YakovL/TiddlyWiki_Extensions/blob/master/TranslationsCollection.txt",
"description": "TiddlyWiki Translations",
"type": "collection"
},
{
"url": "https://github.com/YakovL/TiddlyThemes/blob/master/ThemesCollection.txt",
"description": "TiddlyWiki themes (see also https://yakovl.github.io/TiddlyThemes/)",
"type": "collection"
},
{
"url": "https://github.com/YakovL/TiddlyWiki_Extensions/blob/master/FND/SimpleSearchPlugin.js",
"description": "Displays search results as a simple list of matching tiddlers"
},
{
"url": "https://github.com/PengjuYan/TiddlyWiki_SwitchPalettePlugin/blob/master/SwitchPalettePlugin.js",
"description": "Switches among your color palettes"
}
]
//}}}