morosanuae
8a53cca00d
Adding the "Font Awesome 5 Free SVGs for TiddlyWiki" resource site ( #4112 )
2019-07-15 18:09:40 +01:00
Jeremy Ruston
8e7c0907f8
Add checkactions attribute to Checkbox widget
...
See discussion at https://groups.google.com/d/msgid/tiddlywiki/526754d5-8786-49cd-aaa1-c77311670116%40googlegroups.com :
The history here is that in v5.1.14 we added an "actions" attribute to the checkbox widget that specified an action string to be specified whenever the state of the checkbox changed. The same action string is executed regardless of whether the checkbox was checked or unchecked.
Then in v5.1.16 we merged https://github.com/Jermolene/TiddlyWiki5/pull/3182 which added the "uncheckactions" attribute. The difference between the two is that the uncheckactions are only executed if the checkbox is unchecked. The main "actions" attribute is executed before any actions in "uncheckactions", which makes it possible to arrange things so that the "actions" attribute sets things to the checked state while the "uncheckactions" attribute overwrites those changes to set things to the unchecked state.
In retrospect, it would have made more sense to have also added a "checkactions" attribute that was executed only if the checkbox was checked. I'll investigate adding it for v5.1.20.
2019-07-14 13:42:43 +01:00
Jeremy Ruston
7b3d190974
Create Hidden Setting ViewTemplate and EditTemplate.tid
2019-07-05 07:29:06 +01:00
Jeremy Ruston
f5acf3adaa
Make Using Stamp show up in Recent tab
2019-07-04 22:27:19 +01:00
Jeremy Ruston
2a4c60b23d
Allow tm-open-window to specify a page title
2019-07-04 15:59:34 +01:00
Jeremy Ruston
3edaa652ee
Reveal widget: add option to avoid clamping popup position
...
Fixes #4041
2019-07-04 15:58:27 +01:00
Simon Huber
f978355ea4
make Using Stamp show up in Recent tab
...
... just a "modified" update
2019-07-04 07:50:47 +02:00
Simon Huber
1e1b2e28b6
Create Hidden Setting ViewTemplate and EditTemplate.tid
...
this PR adds information about the hidden settings for View- and EditTemplate
2019-07-04 07:45:04 +02:00
Simon Huber
16a53ae394
Use Resources tag for escapecss examples ( #4040 )
2019-07-02 16:25:34 +01:00
Simon Huber
d1948621d3
Docs for stamp-button optionally wrap selection ( #4047 )
...
* make stamp-button optionally wrap selection
* Update Using Stamp.tid
2019-07-02 16:24:48 +01:00
Jeremy Ruston
02b141f97f
Docs: typo in "Using the external JavaScript template"
2019-07-02 15:35:11 +01:00
Simon Huber
15b576618f
Docs: Add information about hidden setting EditTabIndex ( #4045 )
2019-07-02 15:33:43 +01:00
Simon Huber
d2f1debf92
Make escapecss tiddlers show in recent tab ( #4032 )
...
* make escapecss show in recent tab
* make escapecss examples show in recent tab
2019-06-29 08:40:46 +01:00
Simon Huber
2f723dd85a
Add docs for escapecss operator ( #4028 )
...
* Create escapecss_Operator.tid
* Create escapecss Operator (Examples).tid
2019-06-29 08:17:11 +01:00
Simon Huber
42bde75de2
Update KeyboardShortcuts.tid ( #4030 )
2019-06-29 08:16:35 +01:00
Jeremy Ruston
ed67f4a88b
Add new tm-focus-selector message
2019-06-28 17:27:36 +01:00
Simon Huber
448d108d69
Make ContributionBanner more solid ( #3645 )
...
this makes the contribution banner work with "badly" named tiddlers, too
2019-06-26 12:33:44 +01:00
Robin Munn
cb2bf25563
Fix examples for sentencecase and titlecase ( #4010 )
2019-06-24 10:36:28 +01:00
Jeremy Ruston
fd8ede07bf
Release note updates
2019-06-21 10:52:54 +01:00
Jeremy Ruston
c8d6f3b681
Fix tests for changes to split operator
...
We now retain any blank strings
2019-06-21 10:36:53 +01:00
Jeremy Ruston
6582b106ee
Fixes to split operator, plus instructions for using it to do search and replace
2019-06-21 10:21:52 +01:00
Jeremy Ruston
90684f9f52
Add support for [is[blank]] to detect empty/blank strings
2019-06-21 10:20:37 +01:00
twMat
ceb2d9f119
Update StartupActions.tid ( #4002 )
...
Regarding the bulleted tag pills; they should probably also be removed in place of text but I see value in keeping them for the sake of being able to easily peek at what they tag. We should probably have a section under Ctrlpanel>Settings where any startupaction-tiddlers are listed but since we don't yet, then the mentioned tag pills could perhaps remain.... except for the one in the PR.
2019-06-21 08:36:09 +01:00
Robin Munn
9b27f82a80
Fix sentencecase operator, add titlecase operator ( #4006 )
2019-06-21 08:24:02 +01:00
Jeremy Ruston
d8b79723cd
Docs: Remove broken example of checkbox actions attribute
...
See https://github.com/Jermolene/TiddlyWiki5/pull/3996#issuecomment-503596160
2019-06-19 15:56:07 +01:00
Jeremy Ruston
2e2ed7902c
Add sentencecase operator
...
Fixes #4000
2019-06-19 12:11:02 +01:00
twMat
6fd70f9c11
Docs: Update CheckBox example ( #3996 )
2019-06-18 10:49:52 +01:00
Bimba Laszlo
6099ec576c
Fix typo in docs of performance instrumentation ( #3995 )
2019-06-18 09:41:50 +01:00
Jeremy Ruston
47dc59cd54
Fix caption for "join" operator docs
...
Thanks @twMat
2019-06-17 21:44:50 +01:00
Jeremy Ruston
c963680f9c
Release note updates
2019-06-17 21:27:50 +01:00
Robin Munn
e6ac709840
Clarify that the split operator does not dedupe ( #3981 )
2019-06-17 21:21:48 +01:00
Robin Munn
32a2bea7f5
Better examples for mathematics operators ( #3982 )
...
Include = before each number in the Mathematics Operators examples,
so that people get used to seeing that in math examples where dupes
are likely.
Only the Mathematics Operators tiddler really needed to be changed;
the example tiddlers for individual operators were already using =.
Fixes #3979 .
2019-06-17 21:21:23 +01:00
Robin Munn
62829dc9d3
Add untrunc operator, the mirror of trunc ( #3994 )
2019-06-17 18:34:30 +01:00
Robin Munn
58cb300a0a
Fix typo ( #3984 )
2019-06-17 18:32:35 +01:00
Jeremy Ruston
250a1e5356
Release note: Typo
2019-06-14 09:26:24 +01:00
Jeremy Ruston
630a0ecf9e
Remove test for concat operator
2019-06-13 16:55:55 +01:00
Jeremy Ruston
fef2ea97a1
Final chunk of docs for new maths/string operators
2019-06-13 16:53:23 +01:00
Jeremy Ruston
fc09f8e331
Tree macro: allow separator to be customised
2019-06-13 08:47:42 +01:00
twMat
1a08430a0c
Docs: Fix typo in TextReference.tid ( #3978 )
...
minor correction - or am I mistaken?
2019-06-12 22:03:01 +01:00
Jeremy Ruston
23dd8da22c
Remove draft inadvertantly included in e5e5b1d73
...
Thanks @twMat
2019-06-12 12:48:14 +01:00
Jeremy Ruston
e5e5b1d739
Fixes for 7fcdc83ba
...
Thanks @twMat
2019-06-12 11:34:07 +01:00
Jeremy Ruston
7fcdc83bae
First batch of docs for the maths operators
2019-06-11 17:18:51 +01:00
Jeremy Ruston
dd7837d164
Fix issue with allafter operator
...
Fixes #3962
2019-06-11 09:38:14 +01:00
Jeremy Ruston
4a66ecbf6f
Update release note
2019-06-10 21:06:25 +01:00
Jeremy Ruston
f02352f6a1
Use default link text when link widget has no content
...
Fixes #3974
2019-06-10 21:04:21 +01:00
Jeremy Ruston
cd412d8ccb
Update release note
2019-06-10 18:24:38 +01:00
Jeremy Ruston
18fe112da7
Extend the enlist operator to optionally not de-duplicate
2019-06-10 17:54:46 +01:00
Jeremy Ruston
37bb75f0cf
Add support for =
prefix for filter runs that doesn't remove duplicates
2019-06-10 17:54:20 +01:00
Jeremy Ruston
55bc6e086f
Tweaks and fixes for the release note
2019-06-09 17:26:34 +01:00
Jeremy Ruston
6fdc5c8cb2
Docs: Update performance notes
2019-06-09 17:09:35 +01:00
Jeremy Ruston
7590977dd5
Update release note
2019-06-09 17:09:11 +01:00
Jeremy Ruston
1e8a56768f
Update ListWidget docs
...
Fixes #3964
2019-06-08 17:34:06 +01:00
Jeremy Ruston
28c732d2be
Improve action-createtiddler to return a draft title too
2019-06-04 12:33:01 +01:00
LordRatte
736ac9052d
Update TiddlyDrive info on Tiddlywiki.com ( #3961 )
...
* Update TiddlyDrive info
* Accept Licence
2019-05-31 18:11:17 +01:00
twMat
6c08fec2ee
Update Saving on TiddlySpot.tid ( #3960 )
...
Included mention of community created (i.e created by me) "shortcut" to set up new TW5 on TS.
2019-05-31 16:05:35 +01:00
Jeremy Ruston
5b09881679
Add new deletetiddlers command
2019-05-30 16:54:57 +01:00
Jeremy Ruston
a8f70b08a8
Add indexes to the wiki store to improve performance ( #3951 )
...
* First pass at modular wiki indexes
An exploratory experiment
* Fix tests
* Faster checking for existence of index methods
We don't really need to check the type
* Use the index for the has operator
* Fix typo
* Move iterator index methods into indexer modules
Now boot.js doesn't know the core indexers
* Fix up the other iterator index functions
* Fix crash with missing index branch
* Limit the field indexer to values less than 128 characters
* Fallback to the old manual scan if the index method returns null
* Sadly, we can no longe re-use the field indexer to accelerate the `has` operator, because the index now omits tiddlers that have field values longer than the limit
Still need to make the index configuration exposed somehow
* Rearrange tests so that we can test with and without indexers
We also need to expose the list of enabled indexers as a config option
* Test the field indexer with different length fields
So that we test the indexed and non-indexed codepaths
2019-05-24 21:07:37 +01:00
Jeremy Ruston
b992b79adb
Merge branch 'tiddlywiki-com'
2019-05-24 18:24:59 +01:00
Jeremy Ruston
feab75a6d1
Add support for preloading plugins by path instead of name
2019-05-24 12:06:11 +01:00
Jeremy Ruston
409a297a63
Docs: Fix inaccuracies in "has" filter docs
2019-05-18 15:55:34 +01:00
Kartik Saranathan
ba0da99b17
Docs: fix typo ( #3949 )
2019-05-16 17:28:09 +01:00
Jeremy Ruston
634ac92ba2
Update splash screen to add new release banner
...
See #3935
2019-05-11 19:48:06 +01:00
Jeremy Ruston
184fd9dda8
Docs for Performance Instrumentation improvements
...
Left off e8d1fbba6
2019-05-11 19:28:09 +01:00
Jeremy Ruston
e8d1fbba6c
Performance Instrumentation: Track execution times for individual filters
...
Fixes #3941
2019-05-10 15:56:01 +01:00
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
Jermolene
1c436cbbf3
DynaviewDemo: Rename tiddler-list field to story-list
2019-03-28 10:58:24 +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
9f0d726f7d
Dynaview: Simplify visibility tracking logic
2019-03-21 12:56:26 +00:00
Jermolene
7709192cc8
DynaView: Simplify visibility processing
...
And add a table of contents to the demo
2019-03-20 18:24:29 +00:00
Simon Huber
a01dc6cb3d
Docs: Typo
2019-03-18 12:40:15 +00:00
Simon Huber
f99fb4f9f5
Fix typos in WidgetSubclassingMechanism ( #3870 )
2019-03-17 18:13:13 +00:00
Jermolene
e52a616891
Add support for widget subclassing
...
Fixes #3865
2019-03-17 12:25:15 +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
07635d7b3e
Full edition: Fix plugin display
2019-03-07 18:46:38 +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
6de13e2f60
Update release note
2019-03-05 22:22:55 +00:00
Jermolene
a9e595c3f6
Dynaview: Add support for saving/restoring scroll position from local storage
2019-03-04 16:59:39 +00:00
Jermolene
477c41f843
Add tooltip attribute to select widget
2019-03-04 12:24:16 +00:00
Jermolene
2104017249
Browser-storage: Only save state tiddlers by default
...
And add it back to the prerelease now that it's a bit safer
2019-03-03 17:16:35 +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
9d7d3fefa0
Split operator: Remove empty strings when splitting
...
See the discussion on 9b2d527; thanks @kookma
2019-02-08 15:59:07 +00:00
Jermolene
adb07ccba0
Add a test for all filter with blank operand
...
Actually quite a useful way to get all of the tiddlers that were passed into the filter.
2019-02-07 17:59:12 +00:00