Jeremy Ruston
7869546fef
Speed up reveal widget
...
It turns out that the `localeCompare` function used by `compareStateText()` is very, very slow. Replacing it with a straightforward equality test makes one of my test rigs be 10x faster...
Note that this PR reverts the behaviour of match/nomatch to that before #3157 . That change was not backwards compatible in that the switch to localeCompare meant that é === e, now it doesn't again.
2019-05-10 08:47:00 +01:00
Jeremy Ruston
5ae14a16ec
Classic Storyview: Optimise for animation duration of zero (part 2)
...
See fddc5d4ee
2019-05-02 21:21:22 +01:00
Jeremy Ruston
fddc5d4ee6
Classic Storyview: Optimise for animation duration of zero (part 1)
...
Approximtely 50% speed improvement in tests opening a storyview with 8,000 entries.
(I've deferred the indentation adjustments until the next commit so that the git diffs are clearer)
2019-05-02 21:20:24 +01:00
Jeremy Ruston
091864ddaf
Browser messaging: suppress logging
...
Commented out because it can be useful for debugging.
2019-05-02 20:21:58 +01:00
Jermolene
07198b9cda
Update view toolbar "new here" button
...
Avoiding textual substitution fixes probems with tiddler titles containing double square brackets.
2019-04-23 17:54:49 +01:00
Jermolene
b7e0930122
savewikifolder: Fix custom plugin fields
...
We need to carry across all plugin fields into the tiddlywiki.info file
2019-04-16 11:59:34 +01:00
Jermolene
0a5c826816
GitHub Saver: Fix ServerURL name
2019-04-16 10:15:58 +01:00
Jermolene
25c0ebb523
GitHub Saver: Make server URL configurable
2019-04-15 21:30:59 +01:00
Jermolene
b32a5aa9af
GitHub saver: Fix problem with saving to a non-existent directory
2019-04-15 21:08:04 +01:00
Jermolene
232eba2f7d
Http utilities: add xhr object to callback
2019-04-15 21:07:23 +01:00
Jermolene
0513837228
Ensure tiddler.getFieldStringBlock uses a deterministic ordering
...
Makes diffs easier to track
2019-04-14 14:23:49 +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
7fcd2f132e
Filesystemadaptor: Improve handling of JSON files
...
Fixes #3875
* Use .json files (instead of .tid) for any tiddler whose fields contain values that can't be stored as a .tid file
* Save application/json tiddlers as .json files
* Refactor most of the file handling as re-usable utilities
2019-04-13 14:59:44 +01:00
Bimba Laszlo
9b72eabd1a
Fix crash in GitHub saver ( #3905 )
...
If the path was not specified, RSOD error occurred when we wanted to
download the wiki:
Uncaught TypeError: Cannot read property 'substring' of undefined
2019-04-11 08:21:55 +01:00
Jermolene
73703da2e7
Minify base64-utif8 module
...
Minified with https://skalman.github.io/UglifyJS-online/
2019-04-08 21:37:32 +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
Simon Huber
662ae91067
Bugfix: reveal widget regression! ( #3897 )
2019-04-06 10:27:37 +01:00
Jermolene
d5fa68b46a
Simplify PageTemplate
...
We no longer need to mess around with the currentTiddler variable to be able to access to the "name" field of the current language
2019-04-05 09:11:54 +01:00
Jermolene
6e81122fa3
Restore exclude parameter for selective TOC macros
...
Reverting 94607aa9cd
2019-03-30 12:10:42 +00:00
Jermolene
37ea659bf0
Refactor the dumpvariables macro as wikitext
...
Making it easier to customise
2019-03-30 10:52:49 +00:00
Jermolene
754c1251a9
Add new "variables" and "getvariables" operators
2019-03-30 10:52:28 +00:00
Jermolene
94607aa9cd
TOC macros: Remove redundant recursion protection
...
As discussed in #3881 , it isn't really needed when user interaction is required to open child nodes.
2019-03-27 15:00:13 +00:00
Jermolene
62477c9fbb
TOC Macros: fix recursion regression
...
Fixes #3881
2019-03-27 14:59:38 +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
02ae8969b2
Reveal widget: faulty logic for default handling
...
@BurningTreeC I think this might have been a typo in your recent refactorings; if you look back at an old version such as c0c1b557eb/core/modules/widgets/reveal.js
then there is no sign of this fallback.
Fixes #3874
2019-03-20 16:50:34 +00:00
Jermolene
e52a616891
Add support for widget subclassing
...
Fixes #3865
2019-03-17 12:25:15 +00:00
Jermolene
f4fe254038
Clarify help for render command
...
The ordering of the bullet lists didn't match the order of the parameters
2019-03-16 13:25:34 +00:00
Simon Huber
2e0b2c8045
Palette manager: sort palettes by name, not description ( #3853 )
...
... currently it appears as if there was no sorting logic
2019-03-12 09:48:34 +00:00
Simon Huber
d068cb3625
Fix palette: missing type application/x-tiddler-dictionary ( #3852 )
2019-03-11 10:59:34 +00:00
Simon Huber
0d8c749f37
Rename SpartanDay to SpartanDay.tid ( #3851 )
...
* Rename SpartanDay to SpartanDay.tid
* Update SpartanDay.tid
2019-03-11 09:55:49 +00:00
Simon Huber
0303b7871b
Rename SpartanNight to SpartanNight.tid ( #3850 )
2019-03-11 09:55:14 +00:00
Simon Huber
784db30614
Fix removesuffix filter when title is undefined ( #3827 )
2019-03-11 09:37:49 +00:00
jdjdjdjdjdjd
26c6d6035e
Add Spartan Day palette ( #3846 )
...
Ugh, hehe.. this is my first try at this. Hopefully got it right...
2019-03-11 09:25:54 +00:00
jdjdjdjdjdjd
b82cf3d070
Add Spartan Night palette ( #3847 )
...
* add Spartan Night palette
This and Spartan Day go hand in hand I feel like.
* Found a typo
2019-03-11 09:25:37 +00:00
Simon Huber
c9b16d88f3
Fix: reveal widget prevent undefined state ( #3848 )
...
the state didn't fall back to the default when there was no data-item to extract for a stateIndex
see the google group for a bug report: https://groups.google.com/forum/#!topic/TiddlyWiki/3jiFpayAIRc
2019-03-11 09:04:17 +00:00
Simon Huber
71aed78e2e
Fix sticky draggable-placeholders in list macros (firefox) ( #3823 )
...
* fix draggable lists for firefox (sticky placeholders)
ff doesn't like whitespace and also those entities make problems
placeholder is styled in vanilla base
* tc-droppable-placeholder styles for tagged-draggable ...
and links-draggable lists
* make it beautiful
2019-03-10 20:05:18 +00:00
Simon Huber
0ab29e2c09
Community Palettes: Twilight by Thomas Elmiger ( #3845 )
2019-03-10 17:37:05 +00:00
Simon Huber
2dc70682cd
Fix for SolarizedLight palette, missing tag and type ( #3844 )
2019-03-09 17:37:15 +00:00
Simon Huber
441011885c
Fix: tm-full-screen when event.event undefined ( #3835 )
2019-03-09 17:09:34 +00:00
Simon Huber
449fd02cda
Update Nord palette + solarized light palette ( #3828 )
...
* update Nord palette
* small change
* port solarized light palette
* Update SolarizedLight.tid
2019-03-09 17:08:58 +00:00
Jermolene
12630d4a91
Provide an option for the load command to not error if no tiddlers are found
2019-03-08 16:43:04 +00:00
Jermolene
e61c71961b
Fix default language
...
It is supposed to be the built-in core language, en-GB
2019-03-07 18:46:24 +00:00
Jermolene
2c2d03f7a7
Refactor startup action execution so that they can switch language/theme
2019-03-07 18:43:23 +00:00
Jermolene
c036c22826
Add $:/info/browser/language to the info mechanism
2019-03-07 18:42:49 +00:00
Jermolene
0c2689dd78
SaverHandler: Don't generate file if autosave disabled
2019-03-05 15:43:14 +00:00
Jermolene
348a0bc8bc
Core: Allow startup navigation to be suppressed
...
Plugins can suppress it so that they can provide their own startup scroll handling
2019-03-04 16:59:15 +00:00
Jermolene
477c41f843
Add tooltip attribute to select widget
2019-03-04 12:24:16 +00:00
Simon Huber
e8b50df4a6
Porting the Nord palette ( #3820 )
...
https://github.com/arcticicestudio/nord
this palette is very popular, available for highlight.js, codemirror, all kinds of desktop/terminal applications ...
would be great to have it in tiddlywiki, too
this is a draft PR, certain things needs to be improved, but looks very good in tiddlywiki
2019-03-03 21:09:42 +00:00
Simon Huber
638eb53429
Add tabindex attributes to edit templates ( #3758 )
...
* add tabindex attribute to editor-body edit-template
* add tabindex attr to fields edit-template
* add tabIndex variable to tags edit-template
* add tabindex attr to title edit-template
* add tabindex attr to type edit-template
* add tabindex attr to canonical-uri input
* add tabindex attr (as variable tabIndex) to tag-picker macro
2019-03-02 19:04:27 +01:00
Simon Huber
b6e2985ac6
Fix typo in edit-shortcut widget refresh - missing focus attr ( #3815 )
...
* fix edit-shortcut widget refresh - missing focus attr
* + typo fix. NOW it works
2019-03-02 18:16:55 +01:00