1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-23 11:56:56 +00:00

10287 Commits

Author SHA1 Message Date
jeremy@jermolene.com
4f9dd50382 Revert "Transclude widget: refresh selectively when needed ()"
This reverts commit 2e695801b186cdadb888e6249375f19548bc058a.
2021-06-02 19:14:05 +01:00
Saq Imtiaz
2e695801b1
Transclude widget: refresh selectively when needed ()
* Transclude widget: only refresh when transcluded text reference has changed, includes tests

* Refactor wiki.parseTextReference so it is re-usable for getting the parser info

* Re-arrange methods in wiki.js to improve diff readability
2021-06-02 13:58:30 +01:00
jeremy@jermolene.com
55c522ab8f Improve comments
As per @pmario's comment at 582b156d5f (commitcomment-51566608)
2021-06-01 11:49:05 +01:00
jeremy@jermolene.com
9faaa31299 Extend action-createtiddler to make new title available as a variable
I'm not sure if the docs are clear, but this is quite a big deal, and along with 582b156d5f2b9b8b92f9289aa1288e1edb637450 makes working with action widgets a lot easier.
2021-06-01 09:41:14 +01:00
jeremy@jermolene.com
582b156d5f Refresh non-action widgets before invoking them
Fixes 
2021-06-01 09:28:04 +01:00
Bram Chen
652e8b1262
Update chinese translations () 2021-05-31 07:37:01 +01:00
Joe Bordes
82ec63e711
style(App) eliminate whitespace at the end of code lines () 2021-05-30 19:20:17 +01:00
Joe Bordes
51fd02d9b6
i18n(en-GB) apply grammarly recommendations found while translating es-ES () 2021-05-30 18:51:44 +01:00
Joe Bordes
1a6d3e686b
i18n(EditorPreview) translate difference view caption () 2021-05-30 18:49:57 +01:00
Joe Bordes
e694145eec
i18n(es-ES) update to version 5.1.23 () 2021-05-30 18:49:03 +01:00
Simon Huber
3a740b23bb
Add tc-small-gap-right to tag-pills in tags editTemplate () 2021-05-27 14:07:50 +01:00
jeremy@jermolene.com
082aeb92ac Revert "extend lookup op flexibility with 2 parameters ()"
This reverts commit 81b5fe944a8ebdb27b9972d3fa7093fe5f5ce68c.

See https://github.com/Jermolene/TiddlyWiki5/pull/5315#issuecomment-848725198 for explanation
2021-05-26 13:25:19 +01:00
Bram Chen
903cfd98a6
Update chinese translations () 2021-05-26 07:54:05 +01:00
Simon Huber
eaf1da66b6
Add color-scheme: dark/light to the root element ... () 2021-05-25 22:22:21 +01:00
Mario Pietsch
c6ed4aa84e
allow us to import formerly blocked system tiddlers () 2021-05-25 22:21:57 +01:00
Mario Pietsch
123666c240
Add th-before-importing hook mechanism () 2021-05-25 22:19:58 +01:00
Mario Pietsch
68930ceb1b
Extend keyboard widget () 2021-05-25 22:18:37 +01:00
Chris Nicoll
fcea51bb95
Fix typo in saqimtiaz username () 2021-05-25 21:06:30 +01:00
Joshua Fontany
8d7930f660
Update sync methods () 2021-05-24 21:16:23 +01:00
Saq Imtiaz
7a41283c6b
Format:titlelist operator () 2021-05-24 19:28:43 +01:00
BlueGreenMagick
c30ce544d1
Fix ViewToolbar items inconsistent spacing () 2021-05-24 19:24:37 +01:00
Mohammad Rahmani
dcba17fc5f
Correct pointer shape and color for disabled button ()
* Update base.tid

this PR addresses the 

* Update base.tid

The extra space has been removed!
2021-05-23 18:13:04 +01:00
Mario Pietsch
2ab0474e14
Fix configuration list of HTML5 block elements () 2021-05-23 17:50:27 +01:00
Cameron Fischer
61714cbda3
Fixed super minor issue with import pragma () 2021-05-23 17:39:06 +01:00
jeremy@jermolene.com
8fbf52e419 Don't issue plugin reload warning for plugin-type: import
Fixes 
2021-05-23 11:19:46 +01:00
Xavier Cazin
3fe5b77770
Updates to fr-FR translations ()
* fr-FR help for the use-browser-cache param of the listen command

* fr-FR dialog heading for drag&drop image import in editor

* fr-FR translations for PutForbidden & PutUnauthorized errors

* fr-FR translations for TiddlySpot and TiddlyHost saver information

* Update to fr-FR translations for named filters in $:/AdvancedSearch tab

* fr-FR translation update for the render command help

* fr-FR update to ModuleTypes translations

* fr-FR help update for the sse-enabled param of the listen command

* fr-FR update to ControlPanel Basics information

* fr-FR translation improvements to TiddlerInfo captions and hints

* fr-FR translation for the Layout Switcher caption

* fr-FR translation updates for Layout-related information

* fr-FR translation for ConfirmAction

* fr-FR for the captions related to tag input clearing
2021-05-23 11:07:55 +01:00
jeremy@jermolene.com
485779f5b2 Fix crash when accessing variables in filters that don't have a widget context
This should catch a large number of crashes, including:

Fixes 
2021-05-22 20:00:24 +01:00
Saq Imtiaz
3fc7895af2
CurrentTiddler variable consistency in subfilters and prefixes ()
* Make currentTiddler variable consistent in subfilters and filter run prefixes

* Updated filterun prefix and subfilter operators to use ..currentTiddler instead of outerCurrentTiddler
2021-05-22 19:43:37 +01:00
Saq Imtiaz
bf25c4d34a
Docs for new system tag $:/tags/EditorTools () 2021-05-22 11:07:55 +01:00
Saq Imtiaz
10b20657cc
Deserializers[] filter operator () 2021-05-22 10:50:11 +01:00
Saq Imtiaz
0003d70132
New text operation insert-text () 2021-05-21 10:35:40 +01:00
Joshua Fontany
81b5fe944a
extend lookup op flexibility with 2 parameters () 2021-05-21 10:11:23 +01:00
Saq Imtiaz
270ead4701
Eventcatcher: Fixed FF and IE bugs, added stopPropagation attribute () 2021-05-21 09:43:20 +01:00
Nicolas Petton
1ddc3ab037
Add throttling for changed tiddlers prefixed with $:/temp/volatile/ () 2021-05-21 08:51:15 +01:00
Saq Imtiaz
05d38054c8
Drag and drop images in the editor to import and insert ()
* Merge

* Clean up

* More clean up

* Ensure image import works when type is not set, clean up post import actions

* Removed spurious new line

* For non image files insert a tiddler link

* Added documentation for new settings and features
2021-05-19 21:52:43 +01:00
jeremy@jermolene.com
c7f6cedc43 Update release note 2021-05-19 14:23:54 +01:00
Mario Pietsch
ec1df7edf0
Fix whitespace in themes () 2021-05-19 14:12:12 +01:00
jeremy@jermolene.com
dbd3f835bf Fix crash when sorting by non-string fields
tags, list, created, modified are not stored as strings by default.

Fixes 
2021-05-19 14:10:39 +01:00
Odin
fe12a4adbf
Update releasenotes 5.1.24 ()
* Update releasenotes 5.1.24 

This includes changes up to 06-05-2021

* Incorporated feedback into release notes 5.1.24

Incorporated feedback and moved the '[[ActionPopupWidget]] to create floating popups that must be manually cleared' under widget improvements.
2021-05-19 13:21:22 +01:00
Saq Imtiaz
b267a71f2d
Dropzone: persistent dragover state fix () 2021-05-16 14:01:46 +01:00
Bram Chen
e7b3f69162
Add chinese help texts for use-browser-cache () 2021-05-10 19:27:48 +01:00
FlashSystems
f4d7b2c7f7
Network performance optimizations for node.js () 2021-05-08 16:05:39 +01:00
ualich
e699cf1fe8
Display tiddler link in 'Target tiddler already exists' warning () 2021-05-06 12:25:29 +01:00
jeremy@jermolene.com
d8ac00a108 TiddlyWebAdaptor: Avoid crashing if server sent events not available
Fixes 
2021-05-04 17:31:37 +01:00
Mario Pietsch
cf56a17f28
allow unusedtitle macro to use the prefix parameter and fix wiki.generateNewTitle() () 2021-05-02 19:26:50 +01:00
Saq Imtiaz
3f98686153
Extend <-popup> to create floating popups that must be manually cleared () 2021-05-02 10:20:39 +01:00
Saq Imtiaz
cb44cc0f2b
Add :sort filter run prefix ()
* Add :sort filter run prefix, docs and tests. Also extended .utils.makeCompareFunction with a flag for caseSensitivity.

* Documentation updates

* Move case sensitivity handling entirely to utils method so it is reusable
2021-05-01 13:58:40 +01:00
Saq Imtiaz
44df6fe52f
Fixed issue with widget not being available to filter operator, added test () 2021-05-01 10:00:32 +01:00
Bram Chen
cb34c695b5
Update chinese error messages for the put saver () 2021-04-28 14:22:23 +01:00
Saq Imtiaz
07caa16e87
Extend dropzone to also use the specified deserializer for strings either dropped or pasted on to the dropzone. () 2021-04-27 10:15:27 +01:00