1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 06:43:49 +00:00

Merge branch 'tiddlywiki-com'

This commit is contained in:
jeremy@jermolene.com 2021-01-21 17:05:58 +00:00
commit b4605e3573
128 changed files with 585 additions and 323 deletions

View File

@ -1,11 +1,11 @@
created: 201308252147 created: 20130825214700000
modified: 201311011307 modified: 20210121054620146
tags: dev moduletypes tags: dev moduletypes
title: WikiRuleModules title: WikiRuleModules
WikiRuleModules cover the module types `wikirunrule`, `wikiblockrule` and `wikipragmarule`. Modules of these types encapsulate the logic of individual parsing rules used by the WikiParser engine. For example, there is a `wikirunrule` module that identifies references to HTML entities by matching the pattern `&<chars>;`. WikiRuleModules have a `module-type` of `wikirule`, and may have following types: `pragma`, `block`, `inline`. Modules of these types encapsulate the logic of individual parsing rules used by the WikiParser engine. For example, `entity.js` rule module identifies references to HTML entities by matching the pattern `&<chars>;`.
Pragma rules are applied at the start of a block of text, and cover definitions and declarations that affect the parsing of the rest of the text. Block rules are only applied at the beginning of a block of wikitext, while run rules can appear anywhere. The only current example of a pragma rule is for macro definitions. Pragma rules are applied at the start of a block of text, and cover definitions and declarations that affect the parsing of the rest of the text. Block rules are only applied at the beginning of a block of wikitext, while inline rules can appear anywhere. The only current example of a pragma rule is for macro definitions.
Examples of block rules: Examples of block rules:
@ -13,7 +13,7 @@ Examples of block rules:
* Tables * Tables
* Lists * Lists
Examples of run rules: Examples of inline rules:
* Entities * Entities
* HTML tags * HTML tags
@ -24,6 +24,7 @@ Parser rule modules extend the `$tw.WikiParserRule` class. This is done by insta
The standard methods and properties of parser rules are as follows: The standard methods and properties of parser rules are as follows:
* `name`: a string containing the name of this parse rule * `name`: a string containing the name of this parse rule
* `types`: an object that defines the module's type. For example, `exports.types = {block: true};`
* `init(parser)`: initialisation function called immediately after the constructor with a pointer back to the parser containing this rule * `init(parser)`: initialisation function called immediately after the constructor with a pointer back to the parser containing this rule
* `findNextMatch(pos)`: returns the position of the next match after the specified position * `findNextMatch(pos)`: returns the position of the next match after the specified position
* `parse()`: parses the most recent match, returning an array of the generated parse tree nodes. Pragma rules don't return parse tree nodes but instead modify the parser object directly (for example, to add local macro definitions) * `parse()`: parses the most recent match, returning an array of the generated parse tree nodes. Pragma rules don't return parse tree nodes but instead modify the parser object directly (for example, to add local macro definitions)

View File

@ -0,0 +1,24 @@
created: 20210101150806938
modified: 20210101151808491
tags: Community
title: Community Editions
These are prepackaged editions created by the ~TiddlyWiki [[Community]]. These are TiddlyWikis with added plugins and configurations to facilitate a certain use-case. These are great starting points if you want to quickly jump into TiddlyWiki and start using it without spending too much time configuring yourself.
<div class="tc-link-info">
<$list filter='[tag[Community Editions]!sort[modified]]'>
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
</div>

View File

@ -0,0 +1,24 @@
created: 20210101152520906
modified: 20210101152533358
tags: Community
title: Community Palettes
This is a list of palettes made by members of the ~TiddlyWiki [[Community]]. Palettes change the colourscheme of TiddlyWiki and can be used in combination with themes.
<div class="tc-link-info">
<$list filter='[tag[Community Palettes]!sort[modified]]'>
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
</div>

View File

@ -0,0 +1,24 @@
created: 20210101150806938
modified: 20210101151403345
tags: Community
title: Community Plugins
These are plugins created by the ~TiddlyWiki [[Community]]. Visit their website to try out the plugin. Carefully read the installing instructions and back up before installing! These plugins may not always be up to date and can contain bugs or unwanted behaviour. For even more plugins, visit the [[TiddlyWiki Groups|Forums]]. New plugins get posted and announced there first.
<div class="tc-link-info">
<$list filter='[tag[Community Plugins]!sort[modified]]'>
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
</div>

View File

@ -0,0 +1,24 @@
created: 20210101152520906
modified: 20210101152533358
tags: Community
title: Community Themes
This is a list of themes made by members of the ~TiddlyWiki [[Community]]. Themes change the look and feel of TiddlyWiki, allowing for another degree of customisation. Installing themes works [[the same as plugins.|Manually installing a plugin]]
<div class="tc-link-info">
<$list filter='[tag[Community Themes]!sort[modified]]'>
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
</div>

View File

@ -1,9 +1,9 @@
created: 20130909151600000 created: 20130909151600000
modified: 20140911084937570 modified: 20210106151027426
tags: TableOfContents tags: TableOfContents
title: Community title: Community
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
Here we gather the latest and most useful material from the TiddlyWiki community. Here we gather the latest and most useful material from the TiddlyWiki community.
<<tabs "Forums Latest Tutorials Resources Examples Articles Meetups" "Latest">> <<tabs "Forums Latest Tutorials [[Community Editions]] [[Community Plugins]] [[Community Themes]] [[Community Palettes]] [[Other Resources]] Examples Articles Meetups" "Latest">>

View File

@ -0,0 +1,24 @@
created: 20210101152520906
modified: 20210101152533358
tags: Community
title: Other Resources
This list contains any usefull resource that have been shared with the ~TiddlyWiki Community that doesn fit the previous categories. They may be, macros, widgets, code snippts, ideas or more.
<div class="tc-link-info">
<$list filter='[tag[Other Resources]!sort[modified]]'>
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
</div>

View File

@ -1,25 +0,0 @@
created: 20140320230543190
modified: 20160602172731726
tags: Community
title: Resources
type: text/vnd.tiddlywiki
These are sites with resources created by the ~TiddlyWiki [[Community]] help you get the best out of ~TiddlyWiki: plugins, macros and more. Submit new entries via GitHub, Twitter or by posting in the [[TiddlyWiki Groups|Forums]].
<div class="tc-link-info">
<$list filter='[tag[Resources]!sort[modified]]'>
<div class="tc-link-info-item">
! <$link><$view field="title"/></$link>
<div class="tc-subtitle">Posted <$view field="modified" format="relativedate"/></div>
<$transclude/>
</div>
</$list>
</div>

View File

@ -0,0 +1,17 @@
created: 20210101161529206
modified: 20210101201435693
tags: [[Community Editions]]
title: "Drift - Collect, Organise, Grow." by Tony K
url: https://akhater.github.io/drift/
A adaptation of TiddlyWiki perfect for using as a Notebook sysetem.
{{!!url}}
<<<
Drift is an adaptation of TiddlyWiki with the goal of helping you Collect. Organize. and Grow. your ideas while keeping tab on how they interconnect together and fluidly Drift from one to another.
The 2 main components of Drift are TWCrosslinks and DailyNotes so you never miss an idea
Drift was inspired by TiddlyBlink / Stroll and adapted to fit my needs.
<<<

View File

@ -0,0 +1,18 @@
created: 20210101161104883
modified: 20210101201435693
tags: [[Community Editions]]
title: "Stroll - a Roam-like experience" by David Gifford
url: https://giffmex.org/stroll/stroll.html
A adaptation of TiddlyWiki perfect for using as a Notebook sysetem.
{{!!url}}
<<<
Stroll is a TiddlyWiki adaptation imitating certain features of Roam to help users easily see connections between their notes and navigate between them. Features include:
* bi-directional links,
* autocompletion when linking,
* renaming of links upon changing tiddler titles,
* side-by-side editing of multiple notes.
<<<

View File

@ -0,0 +1,25 @@
created: 20210101162308245
modified: 20210101201435693
tags: [[Community Editions]]
title: "TiddlyResearch" by Kebi
url: https://kebifurai.github.io/TiddlyResearch/
A adaptation of TiddlyWiki perfect for using as a Notebook sysetem.
{{!!url}}
<<<
Tiddly Research is a free and local note-taking environment based on TiddlyWiki
Core Features:
* Bidirectional note linking on multiple levels
* Tags
* Linked references
* Unlinked references
* Transclusions
* Bullet point based hierarchical note taking structure
* Integration with the spaced repetition flashcards tool Anki
* TODOs
* and more
<<<

View File

@ -1,6 +1,6 @@
created: 20141122093837330 created: 20141122093837330
modified: 20170101184753993 modified: 20210106151026996
tags: Resources tags: [[Community Editions]]
title: "Cardo - Task and Project Management Wiki" by David Szego title: "Cardo - Task and Project Management Wiki" by David Szego
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://cardo.wiki url: http://cardo.wiki

View File

@ -5,8 +5,8 @@ created: 20141122093837330
delivery: Web Service delivery: Web Service
description: Free online service that you can also host yourself description: Free online service that you can also host yourself
method: sync method: sync
modified: 20200507203026367 modified: 20210106151027179
tags: Android Chrome Firefox [[Internet Explorer]] Linux Mac Opera PHP Resources Safari Saving Windows iOS Edge tags: Android Chrome Firefox [[Internet Explorer]] Linux Mac Opera PHP [[Other resources]] Safari Saving Windows iOS Edge [[Community Editions]]
title: "Noteself" by Danielo Rodríguez title: "Noteself" by Danielo Rodríguez
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://noteself.github.io/ url: https://noteself.github.io/

View File

@ -1,10 +0,0 @@
created: 20131207085406905
modified: 20131207084548184
tags: Examples
title: Obadiah TOC
url: http://giffmex.org/experiments/obadiah.html
An introduction to the biblical book of Obadiah by Dave Gifford using the table of contents macro and various custom tweaks to ~TiddlyWiki: custom new here buttons, [[this custom viewtemplate addition|http://giffmex.org/experiments/obadiah.html#%24%3A%2F_aa%2FViewTemplate%2FNoteList]] to add notes or images within any tiddler, and a tiddler transcluding all the content, in order to facilitate printing ([[this tiddler|http://giffmex.org/experiments/obadiah.html#An%20introduction%20to%20Obadiah]]).
{{!!url}}

View File

@ -3,7 +3,7 @@ modified: 20140716084548184
tags: Examples tags: Examples
title: "PETTIL - Forth for the Commodore PET" by Charlie Hitselberger title: "PETTIL - Forth for the Commodore PET" by Charlie Hitselberger
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://chitselb.com/files/tiddlypettil.html url: http://pettilmobile.com/tw/
A fast Forth interpreter for the [[Commodore PET|https://en.wikipedia.org/wiki/Commodore_PET]], written in 6502 assembly language. The TiddlyWiki containing program documentation is automatically generated from the source code: see https://github.com/chitselb/pettil. A fast Forth interpreter for the [[Commodore PET|https://en.wikipedia.org/wiki/Commodore_PET]], written in 6502 assembly language. The TiddlyWiki containing program documentation is automatically generated from the source code: see https://github.com/chitselb/pettil.

View File

@ -1,6 +1,6 @@
created: 20141122093837330 created: 20141122093837330
modified: 20161224181607230 modified: 20210106151027143
tags: Resources tags: Examples
title: "Lucky Sushi" online shop by sini-Kit title: "Lucky Sushi" online shop by sini-Kit
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://luckysushi.ru/habarovsk/heeg.html#index url: http://luckysushi.ru/habarovsk/heeg.html#index

View File

@ -0,0 +1,22 @@
created: 20210101163650901
modified: 20210101163652263
tags: [[Community Palettes]]
title: "Dracula - a dark palette for TiddlyWiki" by SlyBouhafs & zenorocha
url: https://draculatheme.com/tiddlywiki
A dark palette for TiddlyWiki.
{{!!url}}
<<<
!!! Install manually
Open the Control Panel > Appereance > Palette, scroll down and clone a platte, rename it to Dracula and copy the code from the website.
!!! Activating theme
* Open the Control Panel > Appereance > Palette
* Scroll down and select Dracula
* Boom! It's working
<<<

View File

@ -0,0 +1,20 @@
created: 20210101164546151
modified: 20210101164548796
tags: [[Community Palettes]]
title: "JD's palettes" by JD
url: http://j.d.palette.tiddlyspot.com/
Some palettes by JD.
{{!!url}}
<<<
You can install any or all of these by dragging any of the below links into your Tiddlywiki:
* Brown One
* C8 Dark
* Cool Mint
* Neonize
* Spartan Day
* Spartan Night
<<<

View File

@ -1,6 +1,6 @@
created: 20150403110817298 created: 20150403110817298
modified: 20150403111020017 modified: 20210106151027409
tags: Resources tags: [[Community Plugins]]
title: Ace Editor Plugin by Joerg Plewe title: Ace Editor Plugin by Joerg Plewe
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://innoq.tiddlyspot.com url: http://innoq.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20140315085406905 created: 20140315085406905
modified: 20140321084548184 modified: 20210106151026926
tags: Resources tags: [[Community Plugins]]
title: "BJTools" by buggyj title: "BJTools" by buggyj
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://bjtools.tiddlyspot.com url: http://bjtools.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20190219201946994 created: 20190219201946994
modified: 20190219202305854 modified: 20210106151027439
tags: Resources tags: [[Community Plugins]]
title: Disqus comments plugin by bimlas title: Disqus comments plugin by bimlas
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://bimlas.gitlab.io/tw5-disqus/ url: https://bimlas.gitlab.io/tw5-disqus/

View File

@ -1,6 +1,6 @@
created: 20150602084548184 created: 20150602084548184
modified: 20150602084548184 modified: 20210106151027028
tags: Resources tags: [[Community Plugns]]
title: "Encrypt single tiddler plugin" by Danielo Rodriguez title: "Encrypt single tiddler plugin" by Danielo Rodriguez
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://danielorodriguez.com/TW5-EncryptTiddlerPlugin/ url: http://danielorodriguez.com/TW5-EncryptTiddlerPlugin/

View File

@ -1,7 +1,8 @@
created: 20140908103900000
modified: 20210106151027444
tags: [[Community Plugins]]
title: Eucaly's Tiddly World title: Eucaly's Tiddly World
tags: Resources type: text/vnd.tiddlywiki
created: 201409081039
modified: 201409131039
url: http://eucaly-tw5.tiddlyspot.com/ url: http://eucaly-tw5.tiddlyspot.com/
I collect my tw5 creations on-line as http://eucaly-tw5.tiddlyspot.com/ I collect my tw5 creations on-line as http://eucaly-tw5.tiddlyspot.com/

View File

@ -1,6 +1,6 @@
created: 20201117155737569 created: 20201117155737569
modified: 20201117155943559 modified: 20201117155943559
tags: Resources Plugings tags: [[Community Plugins]]
title: Favorites by Mohammad title: Favorites by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-Favorites/ url: https://kookma.github.io/TW-Favorites/

View File

@ -1,6 +1,6 @@
created: 20171109171703588 created: 20171109171703588
modified: 20171109171922913 modified: 20210106151027452
tags: Resources plugins tags: [[Community Plugins]] plugins
title: Full Text Search Plugin by Rob Hoelz title: Full Text Search Plugin by Rob Hoelz
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://hoelz.ro/files/fts.html url: https://hoelz.ro/files/fts.html

View File

@ -1,9 +1,9 @@
tags: Resources created: 20141230182901899
modified: 20210106151027090
tags: [[Community Editions]] [[Community Plugins]]
title: "GSD5" by Roma Hicks title: "GSD5" by Roma Hicks
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://gsd5.tiddlyspot.com/ url: http://gsd5.tiddlyspot.com/
created: 20141230182901899
modified: 20141230182901899
An adaptation of the [[TiddlyWiki powered GTD® system formerly known as MonkeyGTD|http://mgsd.tiddlyspot.com/]] for TiddlyWiki version 5. An adaptation of the [[TiddlyWiki powered GTD® system formerly known as MonkeyGTD|http://mgsd.tiddlyspot.com/]] for TiddlyWiki version 5.

View File

@ -1,6 +1,6 @@
created: 20150403110356105 created: 20150403110356105
modified: 20150403110758877 modified: 20210106151027470
tags: Resources tags: [[Community Plugins]]
title: IndexedDB Plugin by Andreas Abeck title: IndexedDB Plugin by Andreas Abeck
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tw5-dev.cibm.de url: http://tw5-dev.cibm.de

View File

@ -1,7 +1,8 @@
created: 20190308041321498 created: 20190308041321498
modified: 20190308042014046 modified: 20210106151027480
tags: Resources tags: [[Community Plugins]]
title: Json Mangler plugin by Joshua Fontany title: Json Mangler plugin by Joshua Fontany
type: text/vnd.tiddlywiki
Extend tiddlywiki to parse complex ("nested") json data tiddlers. Extend tiddlywiki to parse complex ("nested") json data tiddlers.

View File

@ -1,6 +1,6 @@
created: 20190219094230499 created: 20190219094230499
modified: 20190219095858434 modified: 20210106151027488
tags: Resources tags: [[Community Plugins]]
title: Kin filter operator by bimlas title: Kin filter operator by bimlas
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://bimlas.gitlab.io/tw5-kin-filter/ url: https://bimlas.gitlab.io/tw5-kin-filter/

View File

@ -1,6 +1,6 @@
created: 20201117160603290 created: 20201117160603290
modified: 20201117160819308 modified: 20201117160819308
tags: Resources Plugings tags: [[Community Plugins]]
title: Kookma Plugin Library by Mohammad title: Kookma Plugin Library by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-PluginLibrary/ url: https://kookma.github.io/TW-PluginLibrary/

View File

@ -1,6 +1,6 @@
created: 20151110060519720 created: 20151110060519720
modified: 20170115170220030 modified: 20210106151027499
tags: Resources tags: [[Community Plugins]]
title: Leaflet maps plugin by Sylvain Comte title: Leaflet maps plugin by Sylvain Comte
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://sycom.github.io/TiddlyWiki-Plugins/#Leaflet%20plugin url: http://sycom.github.io/TiddlyWiki-Plugins/#Leaflet%20plugin

View File

@ -1,6 +1,6 @@
created: 20190219191946994 created: 20190219191946994
modified: 20190219192305854 modified: 20210106151027508
tags: Resources tags: [[Community Plugins]]
title: Locator plugin by bimlas title: Locator plugin by bimlas
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://bimlas.gitlab.io/tw5-locator/ url: https://bimlas.gitlab.io/tw5-locator/

View File

@ -1,6 +1,6 @@
created: 20140403191946994 created: 20140403191946994
modified: 20140403192305854 modified: 20210106151027517
tags: Resources tags: [[Community Plugins]]
title: MathJax Plugin by Martin Kantor title: MathJax Plugin by Martin Kantor
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://mathjax-tw5.kantorsite.net url: http://mathjax-tw5.kantorsite.net

View File

@ -1,6 +1,6 @@
created: 20140910102845245 created: 20140910102845245
modified: 20140910102845245 modified: 20210106151027524
tags: Resources tags: [[Community Plugins]]
title: Plugins by TheDiveO title: Plugins by TheDiveO
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://thediveo.github.io url: http://thediveo.github.io

View File

@ -1,11 +1,11 @@
created: 20201117161853918 created: 20201117161853918
modified: 20201117162122822 modified: 20201117162122822
tags: Resources Plugings tags: [[Community Plugins]]
title: Refnotes by Mohammad title: Refnotes by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/Refnotes/ url: https://kookma.github.io/TW-Refnotes/
Refnotes plugin is a set of macros and stylesheets for creating abbreviations, footnotes and citations. It also makes tables of footnotes, abbreviations (glossaery) and references (bibliography table). Refnotes plugin is a set of macros and stylesheets for creating abbreviations, footnotes and citations. It also makes tables of footnotes, abbreviations (glossary) and references (bibliography table).
{{!!url}} {{!!url}}
@ -18,5 +18,5 @@ Refnotes contains codes and elements to
;Create tables of ;Create tables of
:Abbreviations or glossary :Abbreviations or glossary
:Footnotes and endnote :Footnotes and endnotes
:References (bibliography) using different output style :References (bibliography) using different output style

View File

@ -1,6 +1,6 @@
created: 20201117160302426 created: 20201117160302426
modified: 20201117160443306 modified: 20201117160443306
tags: Resources Plugings tags: [[Community Plugins]]
title: Searchwikis by Mohammad title: Searchwikis by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-Searchwikis/ url: https://kookma.github.io/TW-Searchwikis/
@ -15,7 +15,7 @@ It has two parts
# An indexer, to build an index of all tiddlers in an external wiki # An indexer, to build an index of all tiddlers in an external wiki
# A search tool to search indexes and display a link to a tiddler found in an external wiki # A search tool to search indexes and display a link to a tiddler found in an external wiki
Then one master wiki can hosts many index tiddlers and lets to search several external wikis through index tiddlers. Then one master wiki can host many index tiddlers and lets to search several external wikis through index tiddlers.
Searchwikis enable to have a central wiki and search all other wikis from one place. Searchwikis enable to have a central wiki and search all other wikis from one place.

View File

@ -1,6 +1,6 @@
created: 20201116204317018 created: 20201116204317018
modified: 20201116210618803 modified: 20201116210618803
tags: Resources Plugings tags: [[Community Plugins]]
title: Shiraz by Mohammad title: Shiraz by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-Shiraz/ url: https://kookma.github.io/TW-Shiraz/
@ -29,4 +29,4 @@ Some of Shiraz features are:
* Stylish buttons * Stylish buttons
Adding Shiraz plugin to any Tiddlywiki, convert it to a full production tool. Shiraz uses modified CSS classes from [[Bootstrap|https://getbootstrap.com/]]. Adding Shiraz plugin to any Tiddlywiki converts it to a full production tool. Shiraz uses modified CSS classes from [[Bootstrap|https://getbootstrap.com/]].

View File

@ -1,6 +1,6 @@
created: 20201117162655614 created: 20201117162655614
modified: 20201117162926714 modified: 20201117162926714
tags: Resources Plugings tags: [[Community Plugins]]
title: Slider by Mohammad title: Slider by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/slider/ url: https://kookma.github.io/slider/

View File

@ -1,6 +1,6 @@
created: 20201116203717105 created: 20201116203717105
modified: 20201116204652385 modified: 20201116204652385
tags: Resources Plugings tags: [[Community Plugins]]
title: Tiddler Commander by Mohammad title: Tiddler Commander by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-Commander/ url: https://kookma.github.io/TW-Commander/

View File

@ -1,6 +1,6 @@
created: 20140910102845245 created: 20140910102845245
modified: 20140910102845245 modified: 20210106151027576
tags: Resources tags: [[Community Plugins]]
title: TiddlyClip by buggyjay title: TiddlyClip by buggyjay
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tiddlyclip.tiddlyspot.com url: http://tiddlyclip.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20141122093837330 created: 20141122093837330
modified: 20141122093837330 modified: 20210106151027589
tags: Resources tags: [[Community Resources]]
title: TiddlyMap Plugin by Felix Küppers title: TiddlyMap Plugin by Felix Küppers
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tiddlymap.org url: http://tiddlymap.org

View File

@ -1,6 +1,6 @@
created: 20140720085406905 created: 20140720085406905
modified: 20140720084548184 modified: 20210106151027232
tags: Resources tags: [[Community Editions]]
title: "TiddlyWiki for Scholars" by Alberto Molina title: "TiddlyWiki for Scholars" by Alberto Molina
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tw5.scholars.tiddlyspot.com/ url: http://tw5.scholars.tiddlyspot.com/

View File

@ -1,6 +1,6 @@
created: 20201117160944367 created: 20201117160944367
modified: 20201117162735263 modified: 20201117162735263
tags: Resources Plugings tags: [[Community Plugins]]
title: Tiddlyshow by Mohammad title: Tiddlyshow by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/Tiddlyshow/ url: https://kookma.github.io/Tiddlyshow/

View File

@ -1,6 +1,6 @@
created: 20201117161434779 created: 20201117161434779
modified: 20201117161728094 modified: 20201117161728094
tags: Resources Plugings tags: [[Community Plugins]]
title: Timelines by Mohammad title: Timelines by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-Timelines/ url: https://kookma.github.io/TW-Timelines/

View File

@ -1,6 +1,6 @@
created: 20140920124011558 created: 20140920124011558
modified: 20170305081535978 modified: 20210106151027644
tags: Resources tags: [[Community Plugins]]
title: Tinka by Andreas Hahn title: Tinka by Andreas Hahn
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://tinkaplugin.github.io/ url: https://tinkaplugin.github.io/

View File

@ -1,6 +1,6 @@
created: 20201116210711381 created: 20201116210711381
modified: 20201116212041642 modified: 20201116212041642
tags: Resources Plugings tags: [[Community Plugins]]
title: Todolist by Mohammad title: Todolist by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-Todolist/ url: https://kookma.github.io/TW-Todolist/

View File

@ -1,6 +1,6 @@
created: 20201117155328920 created: 20201117155328920
modified: 20201117155604253 modified: 20201117155604253
tags: Resources Plugings tags: [[Community Plugins]]
title: Trashbin by Mohammad title: Trashbin by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-Trashbin/ url: https://kookma.github.io/TW-Trashbin/

View File

@ -1,6 +1,6 @@
created: 20201117160011169 created: 20201117160011169
modified: 20201117160235750 modified: 20201117160235750
tags: Resources Plugings tags: [[Community Plugins]]
title: Utility by Mohammad title: Utility by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-Utility/ url: https://kookma.github.io/TW-Utility/

View File

@ -1,7 +1,7 @@
created: 20171107181449175 created: 20171107181449175
creator: Ste Willson creator: Ste Willson
modified: 20171107185105718 modified: 20210106151027136
tags: Resources tags: [[Community Plugins]]
title: "JD Mobile Layout plugin" by JD title: "JD Mobile Layout plugin" by JD
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://j.d.simplemobile.tiddlyspot.com url: http://j.d.simplemobile.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20160501131111865 created: 20160501131111865
modified: 20160501131900615 modified: 20210106151027149
tags: Resources tags: [[Community Plugins]]
title: "Mal's Sandbox" by Mal title: "Mal's Sandbox" by Mal
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://malsandbox.tiddlyspot.com url: http://malsandbox.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20160505180545073 created: 20160505180545073
modified: 20160505180934836 modified: 20210106151027199
tags: Resources tags: [[Community Plugins]]
title: "SK Plugins" by Stephen Kimmel title: "SK Plugins" by Stephen Kimmel
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://skplugins.tiddlyspot.com/ url: http://skplugins.tiddlyspot.com/

View File

@ -1,6 +1,6 @@
created: 20141122093837330 created: 20141122093837330
modified: 20170101192254712 modified: 20210106151027205
tags: Resources tags: [[Community Plugins]]
title: "Slides and Stories" by Jan title: "Slides and Stories" by Jan
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://slidesnstories.tiddlyspot.com url: http://slidesnstories.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20150206170114934 created: 20150206170114934
modified: 20150206170327332 modified: 20210106151027364
tags: Resources tags: [[Community Plugins]]
title: "TW5-TeXZilla" plugin by Joe Renes title: "TW5-TeXZilla" plugin by Joe Renes
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tw5-texzilla.tiddlyspot.com url: http://tw5-texzilla.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20171115160958926 created: 20171115160958926
modified: 20171115161136049 modified: 20210106151027218
tags: Resources tags: [[Community Plugins]]
title: "Tekan: Kanban that stays with you" by Riz title: "Tekan: Kanban that stays with you" by Riz
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://ibnishak.github.io/Tesseract/projects/tekan/Tekan.html url: https://ibnishak.github.io/Tesseract/projects/tekan/Tekan.html

View File

@ -1,6 +1,6 @@
created: 20151015072304780 created: 20151015072304780
modified: 20151015073121685 modified: 20210106151027432
tags: Resources tags: [[Community Plugins]]
title: datepicker plugin based on Pikaday, by kixam title: datepicker plugin based on Pikaday, by kixam
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://kixam.github.io/TW5-datePicker/ url: http://kixam.github.io/TW5-datePicker/

View File

@ -1,6 +1,6 @@
created: 20150403104230499 created: 20150403104230499
modified: 20150630165603125 modified: 20210106151027533
tags: Resources tags: [[Community Plugins]]
title: rboue's plugins for TiddlyWiki title: rboue's plugins for TiddlyWiki
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://rboue.tiddlyspot.com url: http://rboue.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20150527080809699 created: 20150527080809699
modified: 20150527080809699 modified: 20210106151027704
tags: Resources tags: [[Community Plugins]]
title: vis.js Timeline by emkay, revived by kixam title: vis.js Timeline by emkay, revived by kixam
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://kixam.github.io/TW5-visjsTimeline/ url: http://kixam.github.io/TW5-visjsTimeline/

View File

@ -1,6 +1,6 @@
created: 20140315085406905 created: 20140315085406905
modified: 20140321084548184 modified: 20210106151026982
tags: Resources tags: [[Other Resources]]
title: "BrainTest - tools for a digital brain" by Danielo Rodriguez title: "BrainTest - tools for a digital brain" by Danielo Rodriguez
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://braintest.tiddlyspot.com/ url: http://braintest.tiddlyspot.com/

View File

@ -1,6 +1,6 @@
created: 20181108094230499 created: 20181108094230499
modified: 20181108095858434 modified: 20210106151027417
tags: Resources tags: [[Other Resources]]
title: Code styles and auto format settings for IDEs title: Code styles and auto format settings for IDEs
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://gitlab.com/bimlas/tw5-code-style-auto-format url: https://gitlab.com/bimlas/tw5-code-style-auto-format

View File

@ -1,6 +1,6 @@
created: 20140927155929149 created: 20140927155929149
modified: 20140927155929149 modified: 20210106151027005
tags: Resources tags: [[Other Resources]]
title: "CouchDB Adaptor" by William Shallum title: "CouchDB Adaptor" by William Shallum
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://github.com/wshallum/couchadaptor url: https://github.com/wshallum/couchadaptor

View File

@ -1,6 +1,6 @@
created: 20141122093837330 created: 20141122093837330
modified: 20161224181607230 modified: 20210106151027050
tags: Resources tags: [[Community Resources]] Tutorials
title: "Filter Examples" by Tobias Beer title: "Filter Examples" by Tobias Beer
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tobibeer.github.io/tw/filters/#Filter%20Examples url: http://tobibeer.github.io/tw/filters/#Filter%20Examples

View File

@ -1,6 +1,6 @@
created: 20190710085450262 created: 20190710085450262
modified: 20190710090131976 modified: 20210106151027064
tags: SVG Images [[Font Awesome 5]] Resources tags: SVG Images [[Font Awesome 5]] [[Other Resources]]
title: "Font Awesome 5 Free SVGs for TiddlyWiki" by morosanuae title: "Font Awesome 5 Free SVGs for TiddlyWiki" by morosanuae
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://fa5-free-svg.tiddlyspot.com url: http://fa5-free-svg.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20141122093837330 created: 20141122093837330
modified: 20161224182127471 modified: 20210106151027081
tags: Resources tags: Examples
title: "Gospel Bubbles" by Rev. David Gifford title: "Gospel Bubbles" by Rev. David Gifford
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://giffmex.org/gospels.bubbles.html#Gospels%20Bubbles url: http://giffmex.org/gospels.bubbles.html#Gospels%20Bubbles

View File

@ -1,6 +1,6 @@
created: 20141215174011558 created: 20141215174011558
modified: 20141215174011558 modified: 20210106151027109
tags: Resources tags: Tutorials
title: "Heeg.ru" by sini-Kit title: "Heeg.ru" by sini-Kit
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://heeg.ru/ url: http://heeg.ru/

View File

@ -1,7 +1,8 @@
created: 20140315085406905 created: 20140315085406905
modified: 20140321084548184 modified: 20210106151027120
tags: Resources tags: Tutorials
title: "Hosting TiddlyWiki5 on GoogleDrive" by Tony Ching title: "Hosting TiddlyWiki5 on GoogleDrive" by Tony Ching
type: text/vnd.tiddlywiki
url: https://googledrive.com/host/0B51gSXixfJ2Qb0I4R2M4MWJVMlU url: https://googledrive.com/host/0B51gSXixfJ2Qb0I4R2M4MWJVMlU
Tony Ching's quick guide for sharing TiddlyWiki with Google Drive. Tony Ching's quick guide for sharing TiddlyWiki with Google Drive.

View File

@ -1,14 +0,0 @@
created: 20141122093837330
modified: 20161224220352820
tags: Resources
title: "How Does Twederation Work" by Jed Carty
type: text/vnd.tiddlywiki
url: http://twederation.tiddlyspot.com/#How%20does%20the%20TWederation%20work%20anyway%3F%20-%20The%20TWederation%20(2016122014h0034)
An explainer about Twederation, a system of sharing information between TiddlyWiki instances.
{{!!url}}
<<<
TWederation is a system for sharing information between participating ~TiddlyWikis without using a client-server model. The link here points to a tiddler that gives more details. This particular implementation works something like an online forum. On the rest of the site, you can follow discussions by the developers and collaborators occurring within the Twederation "network" itself.
<<<

View File

@ -1,13 +0,0 @@
created: 20171212104509964
modified: 20171212104733995
tags: Resources
title: Plugins by Uwe Stuehler
type: text/vnd.tiddlywiki
url: https://ustuehler.github.io
A collection of plugins from Uwe Stuehler, including:
* Material Edition, a theme based on Google's "material" design language
* A wrapper for the [[MUURI plugin|https://github.com/haltu/muuri]], bringing complex "masonry"-style layouts to TiddlyWiki
{{!!url}}

View File

@ -0,0 +1,20 @@
created: 202101061831
modified: 20210110204503082
tags: [[Community Plugins]]
title: Projectify by Nicolas Petton
type: text/vnd.tiddlywiki
url: https://projectify.wiki
Project & todo management for TiddlyWiki.
{{!!url}}
Projectify is a TiddlyWiki plugin for managing projects & todo lists,
inspired by products like [[Todoist|https://todoist.com]] and [[Basecamp|https://basecamp.com]].
Projectify features:
* An inbox for collecting tasks and thoughts
* Projects to structure tasks together into separate todo-lists
* Support for scheduling tasks
* A dashboard to quickly view all projects, the inbox, or scheduled tasks

View File

@ -1,6 +1,6 @@
created: 20201117164024930 created: 20201117164024930
modified: 20201117164308641 modified: 20210106151027546
tags: Resources tags: Tutorials
title: RegExp in Tiddlywiki by Mohammad title: RegExp in Tiddlywiki by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tw-regexp.tiddlyspot.com/ url: http://tw-regexp.tiddlyspot.com/

View File

@ -1,6 +1,6 @@
created: 20150430154234863 created: 20150430154234863
modified: 20150430154355656 modified: 20210106151027554
tags: Resources tags: [[Other Resources]]
title: SeeAlso by Matias Goldman title: SeeAlso by Matias Goldman
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://seealso.tiddlyspot.com url: http://seealso.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20201117162254751 created: 20201117162254751
modified: 20201117162601326 modified: 20210106151027560
tags: Resources tags: [[Other Resources]]
title: Semantic Colors by Mohammad title: Semantic Colors by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-Semantic-Colors/ url: https://kookma.github.io/TW-Semantic-Colors/

View File

@ -1,6 +1,6 @@
created: 20140315085406905 created: 20140315085406905
modified: 20161230173004886 modified: 20210106151027212
tags: Resources tags: [[Other Resources]] Tutorials
title: "TB5 - a pocket full of tips" by Tobias Beer title: "TB5 - a pocket full of tips" by Tobias Beer
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tobibeer.github.io/tb5/ url: http://tobibeer.github.io/tb5/

View File

@ -1,6 +1,6 @@
created: 20180830194141190 created: 20180830194141190
modified: 20201116203625120 modified: 20210106151027650
tags: Resources tags: [[Other Resources]] Tutorials
title: TW-Scripts by Mohammad title: TW-Scripts by Mohammad
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://kookma.github.io/TW-Scripts/ url: https://kookma.github.io/TW-Scripts/

View File

@ -1,6 +1,6 @@
created: 20140315085406905 created: 20140315085406905
modified: 20140321084548184 modified: 20210106151027357
tags: Resources Tutorials tags: [[Other Resources]] Tutorials [[Community plugins]]
title: "TW5 Magick" by Stephan Hradek title: "TW5 Magick" by Stephan Hradek
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tw5magick.tiddlyspot.com/ url: http://tw5magick.tiddlyspot.com/

View File

@ -1,6 +1,6 @@
created: 20180320020552940 created: 20180320020552940
modified: 20180320020554172 modified: 20210106151027657
tags: Resources tags: [[Other Resources]]
title: TW5-SingleExecutable by Jed Carty title: TW5-SingleExecutable by Jed Carty
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://github.com/OokTech/TW5-SingleExecutable url: https://github.com/OokTech/TW5-SingleExecutable

View File

@ -0,0 +1,27 @@
caption: ~TW5-firebase
color: #FFEB3B
community-author: Peter Neumark
created: 20210115121027582
delivery: Google Firebase backend
description: Google Firebase backend for TiddlyWiki
method: save
modified: 20210115121027582
tags: Chrome Firefox [[Internet Explorer]] Linux Mac Opera [[Other Resources]] Safari Saving Windows plugins Edge
title: TW5-firebase: TiddlyWiki5 for Google Firebase by Peter Neumark
type: text/vnd.tiddlywiki
url: https://github.com/neumark/tw5-firebase
Google-Firebase hosted version of TiddlyWiki5.
{{!!url}}
<<<
I've been using TiddlyWiki5 with Google Firebase for over a year now. It's stable enough to use on a daily basis. There's a detailed walkthrough of how to create your own instance with lots of screenshots. The entire process takes less than 30 minutes: https://neumark.github.io/tw5-firebase/
Please consider this version a proof of concept rather than a polished product! My focus was on multi-device or small-team collaboration:
* Basic authorization (bags have an access policy determining who can read / write them).
* Multiple wikis can be hosted under a single firebase account.
* It uses Firebase's built-in social auth to log in users.
* Tiddlers are written individually with locking, preventing users overwriting each others' updates.
<<<

View File

@ -1,6 +1,6 @@
created: 20150913184230499 created: 20150913184230499
modified: 20150913184230499 modified: 20210106151027664
tags: Resources tags: [[Other Resources]]
title: TWCommunitySearch title: TWCommunitySearch
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://erwanm.github.io/tw-community-search url: http://erwanm.github.io/tw-community-search

View File

@ -1,6 +1,6 @@
created: 20150529084054330 created: 20150529084054330
modified: 20150529084329815 modified: 20150529084329815
tags: Resources tags: [[Other Resources]]
title: TWaddle by Matias Goldman title: TWaddle by Matias Goldman
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://twaddle.tiddlyspot.com/ url: http://twaddle.tiddlyspot.com/

View File

@ -1,6 +1,6 @@
created: 20160422143238688 created: 20160422143238688
modified: 20160422143637775 modified: 20210106151027566
tags: Resources tags: [[Other Resources]]
title: TiddlyChrome by Arlen Beiler title: TiddlyChrome by Arlen Beiler
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://github.com/Arlen22/tiddly-chrome-app/ url: https://github.com/Arlen22/tiddly-chrome-app/

View File

@ -5,15 +5,15 @@ created: 20171109172705241
delivery: Google Drive Add-on delivery: Google Drive Add-on
description: Google Drive add-on to save TiddlyWiki files description: Google Drive add-on to save TiddlyWiki files
method: save method: save
modified: 20200507202706013 modified: 20210106151027582
tags: Android Chrome Firefox [[Internet Explorer]] Linux Mac Opera PHP Resources Safari Saving Windows iOS plugins Edge tags: Android Chrome Firefox [[Internet Explorer]] Linux Mac Opera PHP [[Other Resources]] Safari Saving Windows iOS plugins Edge
title: TiddlyDrive Add-on for Google Drive by Joshua Stubbs title: TiddlyDrive Add-on for Google Drive by Joshua Stubbs
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://lordratte.gitlab.io/tiddlydrive/#installation-guide url: https://github.com/tiddlydrive/tiddlydrive.github.io
An add-on for Google Drive that allows TiddlyWiki files stored there to be opened and saved directly An add-on for Google Drive that allows TiddlyWiki files stored there to be opened and saved directly
To find out how to add it to your account, go to the project's info page: To find more information, go to the github page of this project:
{{!!url}} {{!!url}}
<<< <<<

View File

@ -5,8 +5,8 @@ created: 20171109171415540
delivery: DIY delivery: DIY
description: An extension to TiddlyWiki's Node.js server description: An extension to TiddlyWiki's Node.js server
method: sync method: sync
modified: 20200507203417109 modified: 20210106151027596
tags: Linux Mac Windows Saving Resources tags: Linux Mac Windows Saving [[Other Resources]]
title: TiddlyServer by Arlen Beiler title: TiddlyServer by Arlen Beiler
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://github.com/Arlen22/TiddlyServer url: https://github.com/Arlen22/TiddlyServer

View File

@ -1,18 +0,0 @@
created: 20150630204917564
modified: 20150630205144064
tags: Resources
title: TiddlyWiki Jingle by Måns Mårtensson
type: text/vnd.tiddlywiki
url: https://musescore.com/node/796056
A catchy jingle for TiddlyWiki.
{{!!url}}
<<<
Even if it sounds like some ol' jazz tune it ''IS'' an original composition and it should be quite obvious that the "hook of the melody" is a trill made by singing Tidd-ly Wiki :-).
My lacking skills for writing text/lyrics should be apparent in the fact that the text consists of 12 Tidd-ly Wikis and some extra "tiddly's" - just for the sake of getting the message delivered ;-)...
I've recorded every instrument on my guitar via a guitar synth on a loop machine (except for the drums - they were played live/in sync with the loop station on a "~BeatBuddy" drum pedal..) - no pc was involved..
<<<

View File

@ -1,6 +1,6 @@
created: 20140327085406905 created: 20140327085406905
modified: 20140327084548184 modified: 20210106151027260
tags: Resources tags: [[Other Resources]]
title: "TiddlyWiki Notes" by James Anderson title: "TiddlyWiki Notes" by James Anderson
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://welford.github.io url: http://welford.github.io

View File

@ -1,6 +1,6 @@
created: 20140129085406905 created: 20140129085406905
modified: 20140129084548184 modified: 20210106151027268
tags: Resources tags: [[Other Resources]] Articles
title: "TiddlyWiki Posts" by Jeffrey Kishner title: "TiddlyWiki Posts" by Jeffrey Kishner
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://blog.jeffreykishner.com/tiddlywiki/ url: http://blog.jeffreykishner.com/tiddlywiki/

View File

@ -1,6 +1,6 @@
created: 20150926170842677 created: 20150926170842677
modified: 20150926171056402 modified: 20210106151027628
tags: Resources tags: Tutorials
title: TiddlyWiki Video Tutorials by Francis Meetze title: TiddlyWiki Video Tutorials by Francis Meetze
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://www.youtube.com/playlist?list=PLzZCajspPU_UjFn0uy-J9URz0LP4zhxRK url: https://www.youtube.com/playlist?list=PLzZCajspPU_UjFn0uy-J9URz0LP4zhxRK

View File

@ -1,6 +1,6 @@
created: 20160424121451825 created: 20160424121451825
modified: 20160424121733860 modified: 20210106151027608
tags: Resources tags: [[Other Resources]]
title: TiddlyWiki extensions for Sublime Text 3 by roma0104 title: TiddlyWiki extensions for Sublime Text 3 by roma0104
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://github.com/roma0104/sublime-tid url: https://github.com/roma0104/sublime-tid

View File

@ -1,6 +1,6 @@
created: 20160820000000000 created: 20160820000000000
modified: 20160820000000000 modified: 20210106151027617
tags: Resources tags: [[Other Resources]]
title: TiddlyWiki extensions for ViM title: TiddlyWiki extensions for ViM
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://github.com/roma0104/vim-tid url: https://github.com/roma0104/vim-tid

View File

@ -1,6 +1,6 @@
created: 20141031210213087 created: 20141031210213087
modified: 20141031210213087 modified: 20210106151027238
tags: Resources tags: [[Other Resources]]
title: "TiddlyWiki guide FR" by Sylvain Naudin title: "TiddlyWiki guide FR" by Sylvain Naudin
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://sylvain.naud.in/public/TiddlyWiki/tiddlywiki-guide-fr-CCbysa.html url: http://sylvain.naud.in/public/TiddlyWiki/tiddlywiki-guide-fr-CCbysa.html

View File

@ -1,6 +1,6 @@
created: 20140322085406905 created: 20140322085406905
modified: 20140322084539183 modified: 20210106151027288
tags: Resources tags: [[Other Resources]]
title: "TiddlyWiki 舞" by Bram Chen title: "TiddlyWiki 舞" by Bram Chen
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tw5-zh.tiddlyspot.com url: http://tw5-zh.tiddlyspot.com

View File

@ -1,18 +0,0 @@
created: 20140315085406905
modified: 20140321084548184
tags: Resources
title: "TiddlyWiki5 Coding" by Chris Hunt
url: http://cjhunt.github.io/
Chris Hunt's detailed developer tutorials for getting started with writing widgets for TiddlyWiki.
{{!!url}}
<<<
These pages document aspects TiddlyWiki5 programming, sharing "lessons learned" to help developers to get started with TiddlyWiki5 customization and extension.
There are currently two articles in this wiki:
* A Simple Widget
* A More Complex Widget
<<<

View File

@ -1,6 +1,6 @@
created: 20140315085406905 created: 20140315085406905
modified: 20140321084548184 modified: 20210106151027330
tags: Resources tags: [[Other Resources]] [[Community Plugins]]
title: "TiddlyWiki5 Playground" by Ton Gerner title: "TiddlyWiki5 Playground" by Ton Gerner
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://tongerner.tiddlyspot.com/ url: http://tongerner.tiddlyspot.com/

View File

@ -1,6 +1,6 @@
created: 20141009170239174 created: 20141009170239174
modified: 20190217000000000 modified: 20210106151027345
tags: Resources tags: [[Other Resources]]
title: "TiddlyWiki5^2 documenting while learning TiddlyWiki5" by Iannis Zannos title: "TiddlyWiki5^2 documenting while learning TiddlyWiki5" by Iannis Zannos
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://web.archive.org/web/20170728212414/http://larigot.avarts.ionio.gr/users/iani/wikis/tw5square.html url: https://web.archive.org/web/20170728212414/http://larigot.avarts.ionio.gr/users/iani/wikis/tw5square.html

View File

@ -5,8 +5,8 @@ created: 20200507214737998
delivery: App delivery: App
description: Single File Tiddlywiki5 executable description: Single File Tiddlywiki5 executable
method: save method: save
modified: 20200507215529213 modified: 20210106151027674
tags: Firefox [[Internet Explorer]] Opera Resources Safari Saving Windows Edge Linux tags: Firefox [[Internet Explorer]] Opera [[Other Resources]] Safari Saving Windows Edge Linux
title: Twexe: Single File Tiddlywiki5 executable title: Twexe: Single File Tiddlywiki5 executable
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://ihm4u.github.io/twexe/ url: https://ihm4u.github.io/twexe/

View File

@ -1,6 +1,6 @@
created: 20180309162923236 created: 20180309162923236
modified: 20180309164105386 modified: 20210106151027712
tags: Resources tags: [[Other Resources]]
title: Widdly by Opennota title: Widdly by Opennota
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://gitlab.com/opennota/widdly url: https://gitlab.com/opennota/widdly

View File

@ -1,6 +1,6 @@
created: 201704191641 created: 20170419164100000
modified: 201704191641 modified: 20210106151027378
tags: Resources tags: [[Other Resources]] [[Community Plugins]] [[Community Editions]]
title: "Wikilabs" by PMario title: "Wikilabs" by PMario
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://wikilabs.github.io url: https://wikilabs.github.io

View File

@ -1,6 +1,6 @@
created: 20140505085406905 created: 20140505085406905
modified: 20140505085406905 modified: 20210106151027388
tags: Resources tags: [[Other Resources]]
title: "Wills Q&D gTD" by Matabele title: "Wills Q&D gTD" by Matabele
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://wills.tiddlyspot.com url: http://wills.tiddlyspot.com

View File

@ -1,6 +1,6 @@
created: 20171219171531482 created: 20171219171531482
modified: 20171219171730344 modified: 20210106151026834
tags: Resources tags: [[Other Resources]]
title: "ATWiki" by Lamusia Project title: "ATWiki" by Lamusia Project
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://lamusia.github.io/#ATWiki url: https://lamusia.github.io/#ATWiki

View File

@ -1,7 +1,7 @@
created: 20171111192738730 created: 20171111192738730
creator: MAS creator: MAS
modified: 20171111192738730 modified: 20210106151027013
tags: Resources tags: [[Other Resources]]
title: "Dropboard" by Reid Gould title: "Dropboard" by Reid Gould
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: https://github.com/reidgould/tiddlywiki-dropboard url: https://github.com/reidgould/tiddlywiki-dropboard

View File

@ -1,6 +1,6 @@
created: 20180309160958926 created: 20180309160958926
modified: 20180309160118848 modified: 20210106151027021
tags: Resources tags: [[Other Resourches]]
title: "Dynamic Tables" by Jed Carty title: "Dynamic Tables" by Jed Carty
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
url: http://ooktech.com/jed/ExampleWikis/DynamicTables/ url: http://ooktech.com/jed/ExampleWikis/DynamicTables/

View File

@ -1,9 +1,10 @@
created: 20161226165024380 created: 20161226165024380
creator: Thomas Elmiger creator: Thomas Elmiger
modified: 20161226193911129 modified: 20210106151027097
modifier: Thomas Elmiger modifier: Thomas Elmiger
tags: Resources tags: [[Other Resources]]
title: "Hacks" by Thomas Elmiger title: "Hacks" by Thomas Elmiger
type: text/vnd.tiddlywiki
url: http://tid.li/tw5/hacks.html url: http://tid.li/tw5/hacks.html
A collection of helpers by Thomas Elmiger, among them a ''tweet button'' macro, a ''text-stretch'' solution, a ''snippet extraction'' macro and a tiddler that installs a ''scroll-to-top button'' via drag-and-drop. A collection of helpers by Thomas Elmiger, among them a ''tweet button'' macro, a ''text-stretch'' solution, a ''snippet extraction'' macro and a tiddler that installs a ''scroll-to-top button'' via drag-and-drop.

Some files were not shown because too many files have changed in this diff Show More