Jeremy Ruston
bc687e5783
Add a hidden setting for disabling the page dropzone
2020-03-15 14:46:33 +00:00
Simon Huber
22e6b20f50
Better readability for "Community" Tiddler with various ... ( #4493 )
...
... color palettes
2020-03-12 13:34:59 +00:00
twMat
2ad8d1790b
Update LinkWidget.tid ( #4489 )
2020-03-11 17:37:53 +00:00
Jeremy Ruston
cab9fd11dc
Clarify docs on the path-prefix subcommand of the listen command
2020-03-11 17:19:21 +00:00
JesseWeinstein
d950591051
Mention importing process more explicitly ( #3666 )
...
* Mention importing process more explicitly
* Explicitly mention "images"
So this page shows up in a search for "images".
* Apply PR suggestions
2020-03-09 21:34:23 +00:00
Jeremy Ruston
6091b01386
Add hidden setting for default tiddler icon
2020-03-06 14:52:37 +00:00
Jeremy Ruston
24d2804799
Add action-popup widget
...
Fixes #4185
2020-03-03 12:03:32 +00:00
Jeremy Ruston
ad2d4503e5
First commit of new Menu Bar plugin
2020-02-28 14:33:15 +00:00
Jeremy Ruston
4afde5a722
Enhance colour macro with a fallback to a configuration tiddler
2020-02-28 14:31:02 +00:00
saqimtiaz
5b3443947e
Update documentation for tabindex support for ButtonWidget ( #4465 )
...
Documentation for changes introduced in https://github.com/Jermolene/TiddlyWiki5/pull/4442
2020-02-23 11:27:49 +00:00
Jeremy Ruston
3df1f9c9d0
Extend jsontiddlers macro to generate unformatted output
2020-02-04 13:57:24 +00:00
twMat
9d2eff61ca
Docs: Update ViewWidget.tid ( #4437 )
2020-02-01 13:41:43 +00:00
Jeremy Ruston
b454e809f3
Docs: Fix typos in button widget docs
2020-01-31 17:15:09 +00:00
Mario Pietsch
ba10b4fb00
Docs: bring tm-fold-xxx message docs on par with the code, that is executed. ( #4353 )
2020-01-30 12:50:19 +00:00
Mario Pietsch
151eed5c81
Docs: fix typos and font-size ( #2795 )
2020-01-30 12:49:37 +00:00
twMat
cead051c73
Docs: Update sign Operator.tid ( #4426 )
2020-01-29 17:18:33 +00:00
twMat
35178f41b0
Docs: Update length Operator.tid ( #4428 )
2020-01-29 17:14:02 +00:00
TonyM
8145caa104
Add a new example that shows using all before to determine the nummeric position of a title in a list. ( #4412 )
...
See discussion https://groups.google.com/forum/?hl=en#!topic/tiddlywiki/wY6haW2cYMA
2020-01-14 16:55:53 +00:00
Jeremy Ruston
6732b3c0d9
Use match operator instead of prefix
...
Fixes #4407
2020-01-05 13:54:06 +00:00
Jeremy Ruston
429d38e75d
Update TiddlyFox docs
...
Fixes #4399
2020-01-04 11:20:17 +00:00
Jeremy Ruston
5a5c967a39
Add support for $:/tags/Macro/View macros that are only visible within view templates
2020-01-03 10:40:11 +00:00
Jeremy Ruston
0671bc5afd
Tweak docs for each filter
2019-12-12 17:39:23 +00:00
Will Atwood Mitchell
d23545de1f
Update links to Json Mangler plugin github pages ( #4388 )
...
The plugin's repo appears to have been renamed.
2019-12-12 16:48:38 +00:00
Jeremy Ruston
e33d519ce0
Update docs for "each" filter
2019-12-09 09:05:21 +00:00
Jeremy Ruston
afb7435a88
Remove "hack-to-give-us-something-to-compare-against"
...
It looked messy in the control panel listing.
2019-11-14 09:23:17 +00:00
Jeremy Ruston
bfbd886a8b
Add "index" attribute to range widget
2019-11-04 18:56:22 +00:00
Jeremy Ruston
df85281420
Improve docs on installing plugins under Node.js
2019-11-02 13:19:00 +00:00
Jeremy Ruston
43d18e74d5
Syncer: add hidden setting for disabling lazy loading
2019-10-25 10:02:57 +01:00
Matt Lauber
14e799d36b
Add discord to forums tiddler. ( #4343 )
2019-10-24 10:03:05 +01:00
Matt Lauber
9e9944b76d
Correct the jsonstringify documentation ( #4344 )
...
The jsonstringify substitution table does not list all substitutions, and it listed `'` as being replaced when it's not. This updates the table based on the code at https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/utils/utils.js#L537
2019-10-24 10:02:20 +01:00
Nils-Hero Lindemann
6fa3e21116
Replace '<<...>>' with a macrocall widget ( #4346 )
...
... because there is another macrocall inside.
This was introduced by the commit 'Fix sizes of SVG icons in documentation' (SHA: 9395d7567179c436d0e8ac26fc976d717eae7f50) where this probably slipped through in a regular expression replacement session.
I searched through the codebase and the other replacements of this type are ok.
2019-10-24 09:15:52 +01:00
Jeremy Ruston
6089c4de29
Extend refresh throttling to tiddlers having a "throttle.refresh" field
...
See discussion here: https://groups.google.com/d/msgid/tiddlywiki/7738644f-b53f-4fb0-b0df-16243fe51795%40googlegroups.com
2019-10-14 10:42:14 +01:00
donmor
e5985566ce
Update Saving on Android.tid ( #4316 )
2019-10-13 17:43:46 +01:00
Jeremy Ruston
9395d75671
Fix sizes of SVG icons in documentation
...
Fixes #4153
2019-10-13 15:35:36 +01:00
Jeremy Ruston
1010ca01cc
Stylesheet cleanup
2019-10-06 14:59:08 +01:00
Matt Lauber
6e57f16517
Documentation: typo in Range widget documentation ( #4288 )
...
The documentation for the range widget refers to radio buttons, instead of range sliders.
2019-10-04 15:50:32 +01:00
Matt Lauber
a9cc292dc9
Add an example to the $fieldmangler widget ( #4287 )
...
Add an example to the field mangler widget demonstrating the `tiddler` param.
2019-10-04 15:50:00 +01:00
Jeremy Ruston
81867a75cd
Add docs for tm-unload-plugin-library message
...
Fixes #4281
2019-10-04 12:37:04 +01:00
Jeremy Ruston
55e3b8d66d
Plugin improvements
...
* Improve docs
* Improve styling of subplugins
2019-09-28 11:49:09 +01:00
Jeremy Ruston
ded9d4074c
Plugin library chooser improvements
...
* Make "Also requires:" translatable
* Clearer styling for sub-plugins
* Documentation tweaks
2019-09-28 10:06:18 +01:00
Jeremy Ruston
0193bfd5e9
Plugin docs updates
2019-09-27 21:57:46 +01:00
Jeremy Ruston
7428f17551
Docs typo
2019-09-20 16:17:55 +01:00
Jeremy Ruston
1150c87edb
Add [is[binary]] operator
2019-09-16 16:15:26 +01:00
Jeremy Ruston
90745f93a5
Update safe mode docs
...
Ping @anthonymuscio
2019-09-12 10:33:25 +01:00
Jeremy Ruston
1631f21a6b
Preparation for v5.1.22-prerelease
2019-09-10 17:20:36 +01:00
Jeremy Ruston
42060acb43
Preparing for release of v5.1.21
2019-09-10 16:32:30 +01:00
Jeremy Ruston
978d52f3e8
Merge branch 'tiddlywiki-com'
2019-09-10 16:21:55 +01:00
Jeremy Ruston
b5e4cc0cc8
Docs: Clarify reveal widget animation requirements
2019-09-10 16:07:36 +01:00
Jeremy Ruston
f74e4c520d
Add docs for tm-rename-tiddler
...
Fixes #4246
2019-09-09 14:38:29 +01:00
Jeremy Ruston
6899be59e2
Fix date and time for for "Hidden Setting: Sync Polling Interval"
2019-09-03 19:26:23 +01:00