Lorsque tous les liens pertinents auront été transférés, ces entrées seront retirées du site tiddlywiki.com.
Les informations, articles, ressources et exemples les plus récents.
"TiddlyWiki Posts" by Jeffrey Kishner
https://web.archive.org/web/20221015011644/http://blog.jeffreykishner.com/tiddlywiki/
A collection of articles covering integration with Fargo, Font Awesome and Google Calendar, and tips for managing task lists. The original site is missing, but a link to an archive is provided.
https://web.archive.org/web/20221015011644/http://blog.jeffreykishner.com/tiddlywiki/
I have become a regular user of TiddlyWiki and have become so accustomed to using Font Awesome icons in Fargo that I wanted to incorporate the icons into my wikis as well.
GitHub Saver Tutorial by Mohammad
https://kookma.github.io/TW5-GitHub-Saver/
GitHub Saver is a step by step tutorial that shows how to integrate Tiddlywiki 5 and GitHub Pages to create websites hosted on https://github.com/.
https://kookma.github.io/TW5-GitHub-Saver/
This instruction is based on Tiddlywiki single html file model, while it can use subfolder for extra materials like images, audios, videos, pdfs,... in separate folders.
Other tutorials
- Tiddlywiki, Travis-CI and GitHub Pages
- https://kookma.github.io/Tiddlywiki-Travis-CI/
- This wiki shows how to set up websites hosted on GitHub Pages using Travis-CI and Tiddlywiki 5 on Node.js.
- Tiddlywiki and GitHub Pages
- https://kookma.github.io/Tiddlywiki-and-GitHub-Pages/
- This instruction is based on local edit, save and push to GitHub. It does NOT use the new GitHub Saver mechanism (requires TW 5.1.20+) which lets edit and save directly from Tiddlywiki!
"TiddlyWiki for Scholars" by Alberto Molina
http://tw5.scholars.tiddlyspot.com/
Une version préliminaire d'une édition de TiddlyWiki adaptée à une rigoureuse prise de notes universitaire.
http://tw5.scholars.tiddlyspot.com/
TiddlyWiki for Scholars est une personnalisation de TiddlyWiki 5.0.13-beta, que j'ai écrite en pensant à la prise de notes à partir de lectures, mais qui peut servir à d'autres choses. L'idée est de montrer et de faciliter la création des données liées au tiddler courant sans quitter le tiddler.
"TW5 Magick" by Stephan Hradek
http://tw5magick.tiddlyspot.com/
Stephan Hradek's growing catalogue of tips, tutorials, and other resources. Stephan has also developed several plugins and macros that you can find at http://tiddlystuff.tiddlyspot.com/.
http://tw5magick.tiddlyspot.com/
Some things in TiddlyWiki seem like Magic. As my preferred nick is Skeeve, I felt that TW5 Magick is a proper name for this collection of some of the "magic" tricks one can do with TiddlyWiki.
"Reveal.js" by Devin Weaver
https://sukima.github.io/tiddlywiki-reveal-js/
Embed Reveal.js presentations inside your TiddlyWiki.
https://sukima.github.io/tiddlywiki-reveal-js/
reveal.js enables you to create beautiful interactive slide decks using HTML.
With the power of TiddlyWiki and Reveal.js one can…
- …make an interactive tiddler with fancy animations
- …Make it go full screen for professional keynote
- …Distribute the slideshow with examples and additional resources in one HTML file
TW-Scripts by Mohammad
https://kookma.github.io/TW-Scripts/
TW-Scripts is one of the most comprehensive collections of solutions for Tiddlywiki 5.
https://kookma.github.io/TW-Scripts/
TW-Scripts includes:
- Collected solutions to questions in Tiddlywiki Google groups
- Learn through examples
- Templates, stylesheets
- Wikitext, macros, and snippets
- Tips and tricks
- Search tools
TiddlyWiki Video Tutorials by Francis Meetze
https://www.youtube.com/playlist?list=PLzZCajspPU_UjFn0uy-J9URz0LP4zhxRK
An extensive tutorial for getting started with TiddlyWiki. Recommended
https://www.youtube.com/playlist?list=PLzZCajspPU_UjFn0uy-J9URz0LP4zhxRK
This tutorial is aimed at giving you a basic foundation so that you can start using TiddlyWiki right away. Here we take a look at the technology behind Tiddlywiki, how to install it and create your first Tiddler.
RegExp in Tiddlywiki by Mohammad
http://tw-regexp.tiddlyspot.com/
RegExp in Tiddlywiki contains practical use cases of regular expression in Tiddlywiki.
http://tw-regexp.tiddlyspot.com/
The regular expression is a way to describe complex search patterns using sequences of characters .
RegExp in Tiddlywiki has four main parts
- Using regular expression to match a pattern in tiddler title
- Using regular expression to match a pattern in tiddler fields excluding tiddler text (body)
- Using regular expression to match a pattern in tiddler body (text field)
- Using regular expression for validation like username, password, etc.