-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathExtensionsCollection.txt
More file actions
41 lines (41 loc) · 2.03 KB
/
ExtensionsCollection.txt
File metadata and controls
41 lines (41 loc) · 2.03 KB
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
32
33
34
35
36
37
38
39
40
41
|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.2|
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_abego/blob/master/maintained/AbegoCollection.txt",
"description": "Extensions created by Udo Borkowski",
"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"
},
{
"url": "https://github.com/wangyenshu/TiddlyWikiClassicPluginsArchives/blob/main/TiddlyWikiClassicPluginsArchives.txt",
"description": "Dedicated extensions archives, covering most of the existing plugins (collection per TW, like TiddlyTools or PeachTW)",
"type": "collection"
}
]
//}}}