1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 04:24:22 +00:00
Commit Graph

4632 Commits

Author SHA1 Message Date
pmario
cfbd4bace0 add details search reset button 2024-05-01 13:01:55 +02:00
pmario
0662aa34f4 fix RSOD with format:variable operator 2024-05-01 13:01:34 +02:00
pmario
056a6daa58 add variable signature tooltip to search-variables macro 2024-04-30 15:53:53 +02:00
pmario
87cdb97b7d add dumpvariables tooltips 2024-04-30 15:32:28 +02:00
pmario
049b441833 new tooltips and improved keyboard tab handling 2024-04-30 15:09:52 +02:00
pmario
76a2c0e01b make grids more felxible 2024-04-30 13:25:08 +02:00
pmario
91672ab8c5 first run: adjust layout if type and sort parameter are "hardcoded" 2024-04-30 12:03:37 +02:00
pmario
c3d0d2432b add some temporary test tiddlers and plugins 2024-04-30 11:15:01 +02:00
pmario
7ac47b646b add keyboard handling to AdvancedSearch Variables tab 2024-04-29 19:50:32 +02:00
pmario
ed558bb2c2 set focus after clear button using tm-focus-selector 2024-04-29 19:17:48 +02:00
pmario
4eeaba7231 use lingo-macro when possible 2024-04-29 16:42:35 +02:00
pmario
ea8cfaffee fix some typos 2024-04-29 16:39:37 +02:00
pmario
d09ebe5668 dumpvariables change readio / checkbox config tiddler title 2024-04-29 15:34:45 +02:00
pmario
bfb9e642f8 change icon if variables are exlcuded from search 2024-04-29 15:07:12 +02:00
pmario
f2da5963a5 dumpvariables remove old code 2024-04-29 14:57:32 +02:00
pmario
3dba698458 allow radio-widget and checkbox-widget to be used for type-filter input 2024-04-29 14:56:46 +02:00
pmario
fe3cc30839 update search i18n texts 2024-04-29 14:53:26 +02:00
pmario
b981232f74 add "all" parameter to variables operator 2024-04-29 14:52:22 +02:00
pmario
c1aea65252 search-variables works -- dumpvariables uses outdated text-substitution 2024-04-24 17:11:47 +02:00
pmario
88f4794a61 move expand / fold all button into seearch header, add texts 2024-04-24 12:42:59 +02:00
pmario
62fd440fed add edit-button to variables exclude filter dropdown + styles 2024-04-24 12:21:20 +02:00
pmario
b691b571e9 Add saved snippets dropdown 2024-04-23 12:07:04 +02:00
pmario
7959ff46eb add exclude text-input - works 2024-04-22 17:01:18 +02:00
pmario
12e22190f3 search-variables - add edit-text hints to language multids 2024-04-22 16:58:47 +02:00
pmario
01111f3db2 Merge branch 'master' into dumpvariables-rewrite-new-syntax-plus-search 2024-03-11 17:21:02 +01:00
Jeremy Ruston
967e2b7fef Import variables should not parse with whitespace trim
Fixes #7909
2024-03-10 15:03:52 +00:00
Simon Huber
bf9eafbad9
Update draggable.js - fix the call to updateDomNodeClasses (#8045)
* Update draggable.js - rename updateDomNodeClasses to assignDomNodeClasses

If I'm not wrong then the "updateDomNodeClasses" is unused and the "assignDomNodeClasses" is missing

This renames "updateDomNodeClasses" to "assignDomNodeClasses"

* Use "updateDomNodeClasses"
2024-03-09 10:00:27 +00:00
Mario Pietsch
28791287b2
Add sha256() function to $tw.utils (#8043) 2024-03-08 17:34:30 +00:00
Jeremy Ruston
69e828fc30 Fix csvtiddlers macro crash with missing tiddlers
Fixes #8039
2024-03-06 08:36:37 +00:00
lin onetwo
bede60d362
Feat: New icon for default layout (#8020)
* feat: icon for default layout

* feat: new icon for default layout

* Update default-layout.tid

* Update default-layout.tid

* Update LayoutSwitcher.tid

* Update PageTemplate.tid
2024-03-04 11:38:29 +00:00
Jeremy Ruston
070327cb57 Include $:/tags/Macro on core macros for backwards compatibility
This avoids breaking existing code that expects to be able to import the core macros with just $:/tags/Macro

@pmario - I suggest that future updates use the same approach

Thanks to @ericshulman for reporting the problem
2024-02-29 12:39:41 +00:00
Jeremy Ruston
a75fd2a64a Remove forced error in accidentally left in #7966
Thanks @pmario
2024-02-28 12:01:42 +00:00
etardiff
4cca77b72d
Rewrite tag-picker macros as procedures (#7883)
This PR attempts to modernize the tag-picker macros as procedures, as @Jermolene suggested in [#7548 (comment)](https://github.com/Jermolene/TiddlyWiki5/pull/7548#issuecomment-1825458523).

What I changed:

* rewrote macros as procedures/replaced text substitutions with variables
* replaced nested $set and $var widgets with $let widgets/functions
* minor rewrites to reduce redundant code
* some additional linebreaks for clarity

*This is functionally identical to my initial PR, [#7880](https://github.com/Jermolene/TiddlyWiki5/pull/7880)*, minus the extra file I'd accidentally added. Thank you for bearing with me as I learn to navigate GitHub.
2024-02-28 11:32:48 +00:00
Jeremy Ruston
3543fe53ff
RSOE: Add emergency tiddlers download button (#7966) 2024-02-28 11:29:32 +00:00
Mario Pietsch
70178dce78
Add more classes to ControlPanel-Settings elements, so they can be styled using relatively simple CSS rules (#8000) 2024-02-28 11:28:27 +00:00
Robin Munn
984863065e
Fix "sjcl not found" errors in TiddlyDesktop (#8007) 2024-02-26 11:36:46 +00:00
Jeremy Ruston
540b3ff81e Remove superfluous comma 2024-02-24 09:32:19 +00:00
Mateusz Wilczek
e57123936f
Fix spacing in Standard and Filter tabs of Advanced Search (#7889)
* Fix spacing in Standard and Filter tabs of Advanced Search

* Move changed files to appropriate folder

* Restore original title/tags fields
2024-02-23 17:41:12 +00:00
pmario
143315ed36 dumpvariables, search-variables -- add Type, Sort labels, fix layout spacing 2024-02-23 01:19:15 +01:00
pmario
fab815e128 Search.multids -- add Type and Sort Option labels 2024-02-23 01:18:21 +01:00
pmario
ac9b6b498c dumpvariables - fix clear temp tiddler button 2024-02-22 19:54:04 +01:00
pmario
942c037c58 Search.multids -- add new core language text for AdvancedSearch Variables tab 2024-02-22 19:42:39 +01:00
pmario
beec9cb8e9 dumpvariables, search-variable -- UI is feature complete now - styling needs improvement 2024-02-22 19:41:21 +01:00
pmario
c072d41eb8 variables.js -- set default sort name to "alphabetical" 2024-02-22 19:40:38 +01:00
pmario
357e6f5ef3 WIP dumpvariables, search-variables seem to work now using the format-operator 2024-02-21 17:39:00 +01:00
lin onetwo
36fc8170a4
Basic Backtranscludes filter (#6081)
* feat: add transcludes and backtranscludes filter and its relying indexer

* feat: add test about backtranscludes

* docs: add doc about transcludes and backtranscludes Operator

* refactor: merge backlinks and backtranscludes indexer

* fix: test not executed

* fix: latest transclude use $tiddler instead of tiddler

* feat: A tiddler transclude with template will still use the tiddler as result.

* docs: wrong comment
2024-02-18 09:14:23 +00:00
pmario
0b69e88b29 search-variables -- fix filter using subfiter parameter 2024-02-16 21:36:15 +01:00
Jeremy Ruston
af02349e47 Merge branch 'tiddlywiki-com' 2024-02-16 15:57:34 +00:00
pmario
409345b126 WIP improve dumpvariables macro, add search-variables macro 2024-02-16 16:20:48 +01:00
Mario Pietsch
a21e7b2aac
$:/core/ui/EditTemplate/tags - rewrite to use v5.3.x syntax (#7981)
* $:/core/ui/EditTemplate/tags - rewrite to use v5.3.x syntax

* tag-macro -- change tag-styles function to make it more readable

* tags EditTemplate - improve code readability

* tags EditTemplate -- use hardcoded style colours as requested
2024-02-16 10:27:51 +00:00