Marxsal
25d667868d
Explain undocumented features of startup tiddlers ( #3153 )
2018-03-06 11:27:21 +00:00
AlexHough
25fc4aa3ae
Docs: change link ( #3152 )
2018-03-05 11:36:16 +00:00
AlexHough
ee0ccd4cc4
Docs: change format of draggable in the intro ( #3150 )
...
The change brings it into line with the format in TransculdeWidget. I think it's OK to link to the tiddler defining the widget from the tiddler.
The ListWidget tiddler uses a different convention, "The list widget" : for consistancy I think all widgets should contain a WikiLink to themselves in the introduction
2018-03-05 11:26:39 +00:00
AlexHough
22cd017c2f
Docs: add Examples tag to ImageGallery ( #3147 )
...
* add Example to title
brings naming convention in line with ImageGallery Example
* Update LanguageGallery.tid
2018-03-05 11:23:39 +00:00
Jermolene
74c1fe16c8
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
2018-03-05 11:22:21 +00:00
Jermolene
51ad1deaf2
Docs: Add "Lists" tag to "Lists in WikiText"
...
Thanks @alexhough
Fixes #3146
2018-03-05 11:22:18 +00:00
AlexHough
308c644fc1
Docs: Add tag "Lists" to GroupedLists docs ( #3145 )
2018-03-05 11:21:09 +00:00
AlexHough
521c1f6068
Docs: add Lists tag to ListWidget ( #3144 )
2018-03-05 11:20:27 +00:00
Jermolene
8a5c357f23
Clarify DictionaryTiddlers definition
...
FIxes #3142
2018-03-05 11:19:21 +00:00
Rizwan
2b0204422d
Sortan filter for alpha-numeric filter ( #3134 )
...
* Sortan filter for alpha-numeric filter
* Removing Case sensitive option, Removing default value for isAlphanumeric parameter, updating formatting
* Formatting changes
* Formatting changes
2018-03-05 11:09:25 +00:00
Skeeve
5963adf92e
Bugfix/3117 inconsistent each ( #3124 )
...
* Following Jeremy's proposal of using a new suffix
* typo fixed
2018-02-17 18:51:18 +00:00
Jermolene
df7f4fedb2
Docs: Improve system tiddlers docs
2018-01-13 15:39:44 +00:00
Diego Mesa
949c178f45
Fixing incorrect link to Introduction to filter notation ( #3088 )
...
Signed-off-by: Diego Mesa <diego898@gmail.com>
2018-01-11 21:30:29 +00:00
Jermolene
4e433966f4
Readme and minor docs updates
2018-01-11 12:42:45 +00:00
Rizwan
302b6a93de
Documentation change to "tiddlywiki.info Files" ( #3068 )
...
Correct syntax to include of read-only parameter in "includeWiki" - shown in example
2018-01-09 17:30:44 +00:00
Bram Chen
48a98bad02
Revise the last changes for "Linking in WikiText" ( #3083 )
...
`[[Open file|c://users/me/index.html]]` is a wrong syntax for linking in wikitext.
`c://users/me/index.html` is not even a valid URI, although `[ext[Open file|c://users/me/index.html]]` works with Google Chrome and Microsoft Edge on Windows 10.
`[ext[Open file|c:\users\me\index.html]]` works with Chrome, Edge and Firefox on Windows 10.
2018-01-09 17:26:54 +00:00
Jermolene
89e8f689bb
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
2018-01-09 17:13:50 +00:00
Jermolene
b4c7c59d5d
Add emptyMessage parameter to list-links and list-tagged-draggable macros
2018-01-09 17:13:45 +00:00
Furicle
a3dae612fe
Update Linking in WikiText.tid ( #3064 )
...
For clarity, the absolute file syntax needs to be added in the first section before relative links are shown.
All the examples from the top section should be echoed in the extended section.
2018-01-08 16:51:15 +00:00
Jermolene
3b34f60b90
Rename "Firefox Apocalypse" to "TiddlyFox Apocalypse"
...
Fixes #3020
2018-01-08 12:26:47 +00:00
Jermolene
e27497d43d
tw.com: Add some links
2017-12-19 17:18:28 +00:00
Bram Chen
cbfbd0c2bc
Fix doc typo ( #3067 )
...
Update copy-to-clipboard Macro.tid
2017-12-18 09:30:54 +00:00
Jermolene
1b6a06a4d7
Add copy-to-clipboard macro
...
And use it in the tw5.com example documentation
2017-12-16 10:58:33 +00:00
Jeremy Ruston
c83231871d
Make macro parameters available as variables in wikified macros ( #3063 )
...
First commit
2017-12-16 09:10:10 +00:00
Jermolene
d2ff164c07
Add support for tm-copy-to-clipboard message
2017-12-15 15:08:18 +00:00
Jermolene
49b3ed4770
Tweaks for #3051
...
* House style:
** Spaces after the "!" of titles
** Blank line after titles
** Sentence Case for Heading Text
* Make use of wikitext-example-without-html macro for the examples
* Make use of .tip macro for tip
* Some phrasing improvements and clarifications
2017-12-12 17:53:37 +00:00
Jermolene
cd32b627b3
Add .tid extension to "Introduction to Lists"
2017-12-12 17:51:25 +00:00
twMat
2b21b74c50
New docs: Introduction to Lists ( #3051 )
...
[ref](https://groups.google.com/forum/#!topic/tiddlywiki/oP3r1yx4C14 )
2017-12-12 17:30:18 +00:00
Tobias Beer
feace8d26b
added gotcha examples to Filter Expressions and rephrased a little for simplicity ( #3055 )
2017-12-12 13:46:12 +00:00
Jermolene
38fbc4f35a
Minor tweaks to #3052
2017-12-12 12:30:34 +00:00
Tobias Beer
661bff4f5b
extend LinkWidget to enforce classes ( #3052 )
...
* extend ListWidget to enforce classes
Previously, the undocumented *class* attribute only allowed to specify
additional classes to be set.
Especially for use within a LinkCatcher, you can now apply / enforce
only the custom classes and avoid any of the defaults being applied
depending on the link target.
This will allow to implement #1161 more gracefully.
* use setClass insted of exclamation mark syntax
update docs & fix typo in docs
2017-12-12 12:25:06 +00:00
Jermolene
4d2d202935
Add link to Uwe Stuehler's plugins
2017-12-12 10:50:15 +00:00
Aurelien Navarre
9b2d916946
Clarify current limitations on node.js and TiddlyWiki ( #1227 )
2017-12-03 21:47:37 +00:00
Jermolene
c507d4e2dd
Use https for YouTube
2017-11-18 19:53:52 +00:00
Mario Pietsch
525e07f259
added new "file-backups" AddOn resource, Added video HowTo's link to WebDav saver info. ( #3014 )
2017-11-16 16:29:31 +00:00
Jermolene
bd2ff7a4c9
Docs update: add link to Termux for Android docs
2017-11-15 17:41:47 +00:00
Marxsal
e64c42e661
Warn to use 'split' , not 'preg_split' ( #3013 )
...
Should have warned user to look for 'split' instead of 'preg_split'
I've retained the new tags, etc. that were put in earlier today
by Jeremy.
2017-11-15 17:24:28 +00:00
Jermolene
06fa483b7d
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
2017-11-15 16:38:03 +00:00
Jermolene
ca2225b940
Doc: Explains how to fix preg_split error in store.php
...
Fixes #3011
2017-11-15 16:37:59 +00:00
Marxsal
c65ca8060c
Doc: Include text field in Custom Journal Button ( #3012 )
2017-11-15 16:35:54 +00:00
Jermolene
5acfc012cb
Docs: Add link to Riz's Tekan Kanban
2017-11-15 16:12:47 +00:00
Jermolene
54b1e284fa
Docs updates
...
Missing .tid extensions were causing those tiddlers to be mis-read.
2017-11-14 12:46:21 +00:00
Jermolene
304eb99d41
Docs updates
2017-11-14 12:31:35 +00:00
Jermolene
021b5e072b
Updated GettingStarted material about saving changes
2017-11-13 14:00:01 +00:00
Jermolene
2fd2ae993e
Add buttonTemplate parameter to tabs macro
2017-11-13 13:56:13 +00:00
Marxsal
464ef889f9
Doc-Resource: Dropboard by Reid Gould ( #3009 )
...
* Doc-Resource: Dropboard by Reid Gould
* Minor date tweak
2017-11-13 13:41:10 +00:00
Jermolene
29364cbd08
Change http://*.tiddlywiki.com/ * to https://
2017-11-11 11:56:20 +00:00
Jermolene
9e90be47bf
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
2017-11-11 09:41:58 +00:00
Jermolene
7abfa9e2e7
Fix date of Firefox Apocalypse
...
Thanks CodaCoder
2017-11-11 09:41:53 +00:00
Sylvain Naudin
a097b259d7
Update Firefox Apocalypse.tid ( #3007 )
...
Type Exploer > Explorer
2017-11-10 21:03:00 +00:00