Jeremy Ruston
dddfb7ce67
Merge remote-tracking branch 'origin/tiddlywiki-com'
2019-05-03 11:20:39 +01:00
Jermolene
4401e71498
Docs: Update WebServer Parameter: csrf-disable
2019-04-23 17:53:19 +01:00
Jermolene
373afd72c8
Add savewikifolder command
...
Makes it much easier to convert a TiddlyWiki HTML file into a full wiki folder.
2019-04-14 12:04:00 +01:00
Jermolene
8c72a28f0c
Add ability to load plugins via the command line
...
Fixes #3907
2019-04-12 18:09:16 +01:00
00SS
61db047870
Docs: Update Headings in WikiText.tid ( #3908 )
...
Changed the example to use the **wikitext-example** macro and pointed out that wikitext only works till `<h6>`
2019-04-12 11:44:58 +01:00
00SS
12b08b7abf
Docs: Update ListMacro.tid ( #3754 )
...
Addressing 2 issues.
1) If the caption field of a tiddler is empty
2) A note addressing no input titles resulting in a Filter Run as brought up on [Google Groups](https://groups.google.com/forum/?hl=en#!topic/tiddlywikidev/VNl_cwu_rIE )
2019-04-10 11:22:12 +01:00
00SS
53124e1d82
DOCS: Update: TiddlyWiki5 Squared by Iannis Zannos.tid ( #3773 )
...
* Update TiddlyWiki5 Squared by Iannis Zannos.tid
Link no longer works. Changed it to the github page.
* Update TiddlyWiki5 Squared by Iannis Zannos.tid
Fixed URL linking to the "ur" field
2019-04-10 11:17:54 +01:00
00SS
4ecc99c9d5
DOCS: Correction: How to change the sort order of sub-branches in a TOC macro.tid ( #3783 )
...
Changed line
`<<toc-selective-expandable "TableOfContents" "sort{fuzzy}">>`
to
`<<toc-selective-expandable "TableOfContents" "sort{!!fuzzy}">>`
Tested that this is the correct code.
2019-04-10 11:17:07 +01:00
Jermolene
aa5eaa98fc
Add a GitHub saver
...
Fixes #3890
I think it would be useful to have a simple tutorial for setting up saving via GitHub pages.
2019-04-08 21:08:58 +01:00
Jermolene
6575db07c7
Docs typo
2019-03-30 12:06:46 +00:00
Jermolene
f4d8c90191
Add missing "from-version" tags to new features
2019-03-30 10:55:22 +00:00
Jermolene
754c1251a9
Add new "variables" and "getvariables" operators
2019-03-30 10:52:28 +00:00
jed
b1edcdb757
Add unusedtitle macro ( #3880 )
...
* Add uniquetitle macro
This macro is a wrapper on the $tw.wiki.generateNewTitle function to return a unique name, it has been requested multiple times in the forums.
* Add documentation tiddler for uniquetitle macro
* Add uniquetitle macro examples
* Change name from uniquetitle to unusedtitle for clarity
The title isn't unique, just not currently used in the wiki.
* Update uniquetitle to unusedtitle
* Change uniquetitle to unusedtitle
* Fix a typo
2019-03-26 21:57:58 +00:00
Jermolene
05243a6c48
Docs: Add performance instrumentation docs
2019-03-16 16:39:08 +00:00
Jermolene
9f630b5829
v5.1.20 new release banner
2019-03-16 13:24:58 +00:00
Jermolene
256321cd42
Merge branch 'tiddlywiki-com'
2019-03-10 21:17:40 +00:00
Simon Huber
648c7ccd1f
Add documentation for edit-text tabindex attribute ( #3833 )
...
* add tabindex attr to edit-text documentation
* add tabindex to edit widget documentation
2019-03-09 17:45:59 +00:00
Joshua Fontany
a7dc8b5583
Signing the CLA ( #3838 )
...
* Signing the CLA
* added json mangler resource
2019-03-09 16:39:13 +00:00
Jermolene
f047e7cbf5
Add example startup action to switch to browser language
2019-03-07 18:45:52 +00:00
Jermolene
c036c22826
Add $:/info/browser/language to the info mechanism
2019-03-07 18:42:49 +00:00
Jermolene
477c41f843
Add tooltip attribute to select widget
2019-03-04 12:24:16 +00:00
Jeremy Ruston
148c1a0355
Clarify that filter operator brackets cannot be nested
2019-03-03 14:32:26 +00:00
Jermolene
36e76429b1
Add is[variable] filter
...
See discussion here https://groups.google.com/d/topic/tiddlywiki/4rEuAWc4EpM/discussion
2019-02-25 13:08:22 +00:00
Bimba Laszlo
181897514f
Add links to plugins made by @bimlas ( #3778 )
2019-02-19 12:33:31 +01:00
Jermolene
af40485e37
Docs updates
2019-02-07 11:19:06 +00:00
Jermolene
f709641967
Upsdate release note
2019-02-06 18:22:29 +00:00
Jermolene
44c66b98a9
Add default prefix for tm-fold-all-tiddlers message
2019-02-05 16:01:24 +00:00
Jermolene
c4bb2110e3
Merge branch 'tiddlywiki-com'
2019-01-29 17:40:54 +00:00
00SS
90b7961629
Update TiddlerFields.tid ( #3733 )
...
#3680 Was getting too complicated for me so opened a new PR
2019-01-27 19:29:13 +00:00
00SS
c5aa855ce6
Docs: add example to CountWidget.tid ( #3732 )
...
* Update CountWidget.tid
Just a simple example added.
* Update CountWidget.tid
Made a slight addition to conform with the same style used in the Examples section of the $text widget: TextWidget.tid
* Update CountWidget.tid
Modified to use the Documentation display macro:
`<<wikitext-example-without-html>>`
2019-01-27 19:28:42 +00:00
Jeremy Ruston
fc3227831f
Docs: fix HTTPS command typos
...
Fixes #3713
2019-01-27 14:35:58 +00:00
00SS
72ec4d05e4
Update Editor toolbar.tid ( #3720 )
...
Small corrections
2019-01-27 14:31:39 +00:00
00SS
07aeaaa1a4
Docs: Update Hidden Setting SaveWikiButton Filename.tid ( #3721 )
...
Rewording to make clearer
2019-01-27 14:29:46 +00:00
Marxsal
790d606885
Docs: fixing header typo ( #3722 )
2019-01-27 14:28:33 +00:00
Jermolene
ca7b62a5f6
Introduce "innerwiki" plugin
...
From the readme:
This plugin enables TiddlyWiki to embed a modified copy of itself (an "innerwiki"). The primary motivation is to be able to produce screenshot illustrations that are automatically up-to-date with the appearance of TiddlyWiki as it changes over time, or to produce the same screenshot in different languages
2019-01-27 10:57:56 +00:00
Jermolene
4c1e3aa8d6
Merge branch 'tiddlywiki-com'
2019-01-22 11:52:38 +00:00
Marxsal
e6aaafbc8d
Grammar and tense fixes. ( #3708 )
2019-01-18 17:09:27 +00:00
Jermolene
79eb6a5ec1
Docs typo
2019-01-18 09:19:58 +00:00
Jermolene
7c0528340d
Docs: Clarify use of "actionTiddler" variable
2019-01-18 08:57:08 +00:00
Jermolene
273768da1d
Docs updates for TW5's new branch development model
2019-01-15 17:39:45 +00:00
Jermolene
52a30be7c6
Remove confusing reference to "global tiddlers"
2019-01-15 16:28:52 +00:00
00SS
479726c46e
Update TextWidget.tid ( #3696 )
...
Used Example display method of <<wikitext-example-without-html>> and added another example.
2019-01-15 16:14:50 +00:00
Ben Webber
3afb251b3a
Add en-US localization ( #3689 )
2019-01-14 09:44:04 +00:00
Johannes Löthberg
1f829dd5a8
Fix typo password -> username ( #3686 )
2019-01-14 09:42:09 +00:00
00SS
d0afbe50a1
Update Plugins.tid ( #3688 )
...
In response to the two Jeremy Ruston posts at: https://groups.google.com/forum/#!topic/tiddlywiki/aPjljLW1yHE/discussion
2019-01-08 14:21:06 +00:00
Jermolene
d6bffad8ab
Remove references to obsolete "2bld" edition
2019-01-04 16:48:07 +00:00
Jermolene
1aea7b075d
Prepare release note for v5.1.19 release
2018-12-20 16:37:19 +00:00
Jermolene
1dce674e51
Docs: Add quote from Joe Armstrong
2018-12-20 16:31:32 +00:00
Jermolene
5b6a468757
Docs: simplify community links in HelloThere
2018-12-20 16:31:04 +00:00
Jermolene
4f71c9072f
Docs: fix typo
2018-12-20 16:30:20 +00:00