Jermolene
810033bd71
Server: include path-prefix in display URL
2019-02-12 18:32:00 +00:00
Jermolene
6aab4d5524
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5
2019-02-12 12:14:58 +00:00
Jermolene
72f2a94251
Ensure things work when $:/config/AnimationDuration is blank or not a valid number
...
Thanks @jdjdjdjdjdjd
2019-02-12 12:14:55 +00:00
Bram Chen
6dedcd958d
Update chinese translations ( #3762 )
...
* Add advanced search canned filter for "tiddlers modified this session"
2019-02-10 09:24:30 +00:00
Simon Huber
f97d18bb6e
Adding optional tabindex attr to simple, framed and cm engines ( #3756 )
...
* add optional tabindex attribute to factory.js
* add changedAttributes.tabindex to refresh mechanic
* add optional tabindex attribute to edit widget
* remove some extra whitespace
* remove some trailing whitespace
* add optional tabindex attribute to simple engine
* add optional tabindex attribute to framed engine
* add optional tabindex attribute to cm engine
2019-02-08 16:11:39 +00: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
6ff7a7d261
BrowserStorage: Make sure tiddlers loaded from local storage mark wiki as dirty
...
Thanks @xcazin
2019-02-08 15:38:23 +00:00
Jermolene
2710fae71d
BrowserStorage: Use path to make unique item names for non-file URIs
...
Previously, we were only using the path to disambiguate files on a file:// URI. That meant that all wikis on tiddlywiki.com was sharing the same pool of local storage...
2019-02-08 15:19:20 +00:00
Jermolene
0e6855eba8
Add advanced search canned filter for "tiddlers modified this session"
2019-02-08 11:07:06 +00:00
Jermolene
8b04cfd4d5
Fix problem with extraneous raw markup in saved files
...
Previously, raw markup tiddlers were being saved even if they weren't included in the saveTiddlerFilter. This meant that, for example, using "save empty" button in GettingStarted would include the splash screen markup tiddler.
2019-02-07 18:30:17 +00:00
Jermolene
2c37c25c28
BrowserStorage: Add startup log and fix save filter
...
The previous filter was rejecting tiddlers that needed to be deleted.
2019-02-07 17:59:55 +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
Jermolene
b64216cfa7
BrowserStorage: Add another warning
2019-02-07 15:15:05 +00:00
Jermolene
9601e570af
Fix further typo in cdeabba
2019-02-07 15:07:21 +00:00
Jermolene
5c5628e10b
Fix typo in cdeabba
2019-02-07 15:00:39 +00:00
Jermolene
cdeabbaf56
Remove browser-storage plugin from main prerelease
...
But make sure it's in the "full" edition.
2019-02-07 14:53:59 +00:00
Jermolene
5577f7a4fe
BrowserStorage: Add support for a custom quota exceeded message
2019-02-07 14:46:23 +00:00
Jermolene
51b4f63c5c
BrowserStorage: Add a filter to determine which tiddlers are saved
2019-02-07 14:35:25 +00:00
Jermolene
7df58a6813
Fixed bug with length operator
...
Thanks @BurningTreeC
2019-02-07 12:56:12 +00:00
Jermolene
158f96a207
Fix split operator testcase
2019-02-07 12:48:23 +00:00
Jermolene
dc29acd656
Fixed bug with split operator
2019-02-07 12:45:07 +00:00
Jermolene
af40485e37
Docs updates
2019-02-07 11:19:06 +00:00
Jermolene
9b2d52716a
Add new string operators: length, join, split, concat etc.
2019-02-07 11:18:53 +00:00
Jermolene
64b665e706
More maths operators
2019-02-07 11:18:32 +00:00
Jermolene
f709641967
Upsdate release note
2019-02-06 18:22:29 +00:00
Jermolene
94f143bf64
Autofocus advanced search text edit input
2019-02-06 17:53:00 +00:00
Bram Chen
22fe4451c8
Update Chinese translations ( #3735 )
...
* Update chinese translations
* Add field descriptions for toc-link
* Add help texts for gzip parameter of listen command
* Add missing chinese warning message of "Upgrader/System"
2019-02-06 15:10:01 +00:00
Jermolene
1c982fba2d
Fix sticky titles dropdown overlap
...
Fixes #3572
2019-02-06 14:20:34 +00:00
Jermolene
0ea00b59b0
Add numeric maths filter operators
...
There are other ways we could add maths to TW5 (including @EvanBalster's awesome https://github.com/EvanBalster/TiddlyWikiFormula ) but the approach here has the merit of simplicity because it reuses the existing filter evaluation mechanism. That means that it's not ordinary "2+2" maths, it's a unique list processing language...
Docs to come
Fixes #254
2019-02-06 14:19:55 +00:00
Simon Huber
5e9fc661a9
Tentative: Remove conditional from wrap-selection text-operation ( #3749 )
...
As per the discussion in #3749 , the original purpose of the removed condition is unknown, and so we cannot be certain that removing it is safe, but doing so seems the best way of discovering more...
2019-02-05 17:18:20 +00:00
Jermolene
e5f3301c1c
Merge branch 'pr/3634'
2019-02-05 16:21:06 +00:00
Jermolene
b08a7e3f04
Wording tweaks
2019-02-05 16:20:44 +00:00
Jermolene
44c66b98a9
Add default prefix for tm-fold-all-tiddlers message
2019-02-05 16:01:24 +00:00
bimlas
ce256102a7
Suggested slightly "better English" wording for the warning
2019-02-04 22:09:31 +01:00
Jermolene
6f5f9ca2fb
Browser-storage: Handle quota exceeded error
2019-02-03 17:29:32 +00:00
Jermolene
e31c5563ff
BrowserStorage: A new plugin to save tiddlers to local storage
...
Experimental at this point.
2019-02-03 12:51:15 +00:00
Jermolene
70f5dff81e
Add a boot hook for modifying the tiddler store
2019-02-03 12:01:57 +00:00
Jermolene
689e172e79
Move some utility functions into boot.js
...
So that they are available to code running earlier in the boot process
2019-02-03 12:01:38 +00:00
Diego Mesa
5ffcd7e5da
When renaming a tiddler only show references if there are any ( #3654 )
...
* fixing 3648 - now non updated references are shown only when non zero
Signed-off-by: Diego Mesa <diego898@gmail.com>
* change to list widget
As per @jermolene comments I changed to the list widget
* Putting back the accidently removed title (will no longer use github interface).
Signed-off-by: Diego Mesa <diego898@gmail.com>
* making sure I dont overwrite currentTiddler
Signed-off-by: Diego Mesa <diego898@gmail.com>
2019-02-01 17:33:39 +00:00
Jermolene
5a37a84a54
Enhance plugin library search to all fields
...
Fixes #3741
2019-02-01 17:26:20 +00:00
Simon Huber
4228c3f9cc
Fix bug in reveal widget when stateTitle tiddler is missing ( #3745 )
...
in the group this bug was reported
when the stateTitle is missing it tries to get a field string of an undefined tiddler ...
2019-02-01 16:53:29 +00:00
Jermolene
a4eb139f99
Innerwiki: Add support for draggable anchors
2019-02-01 10:43:42 +00:00
Jermolene
7bc1458749
Boot: Enhance domMaker to support namespaces and styles
2019-02-01 10:43:14 +00:00
Jermolene
92b8368115
Innerwiki: Improve examples
2019-01-30 16:58:04 +00:00
Jermolene
c4bb2110e3
Merge branch 'tiddlywiki-com'
2019-01-29 17:40:54 +00:00
Jermolene
f7d938e4bc
Innerwiki: improve wiki state examples
2019-01-29 17:40:40 +00:00
Jermolene
8defe41458
Dynaview demo: Avoid hiding tiddlers that scroll out of view
...
We were getting some problems on Firefox/Safari whereby tiddlers would flicker between visible and invisible, spinning up my laptop fan.
2019-01-29 11:38:25 +00:00
Jermolene
6753a1485a
Dynaview: turn off scroll anchoring
2019-01-29 11:37:26 +00:00
Jermolene
7f97e3080c
Innerwiki: make sure we can click through the svg overlays
2019-01-28 19:32:35 +00:00
Jermolene
b6d901f888
Innerwiki: Add support for SVG overlays
2019-01-28 18:21:24 +00:00