pmario
f067fa79d3
rename jsonvariable to jsonvariables
2024-05-23 07:24:13 +02:00
pmario
ff10625eeb
rename tf. functions to wltv.
2024-05-17 14:20:26 +02:00
pmario
4b53e49409
use jsonvariable and jsonextract instead of getvariable to read variable value
2024-05-17 13:14:24 +02:00
pmario
8e9bf8889d
move code from variables.js -> variables-wl.js to keep it
2024-05-17 13:13:49 +02:00
pmario
fd5a3b5586
revert variables and getvariables - use jsonvariable instead
2024-05-17 13:13:01 +02:00
pmario
8907a5d7d6
move language tiddler to SearchVariables.multids, revert Search.multids
2024-05-17 13:03:07 +02:00
pmario
cec4830111
rename new tc- classes to wltc-
2024-05-17 12:54:52 +02:00
pmario
b61d7e7555
rename title: utils.js -> title: utils-format.js
2024-05-17 11:51:50 +02:00
pmario
5e9395ebca
move code to search-variables.tid, rename dumpvariables -> wl-dumpvariables
2024-05-17 11:41:22 +02:00
pmario
59434cdd4c
revert changes to dumpvariables
2024-05-17 11:36:05 +02:00
pmario
2aec11b6ab
move formatVariables to its own file
2024-05-17 11:32:14 +02:00
pmario
a895787851
renamed getvariablejson to jsonvariable and updated the docs
2024-05-06 17:13:08 +02:00
pmario
df1413bf1c
add getvariablejson and a test tiddler, to see if getvariblejson is of any use
2024-05-06 12:10:05 +02:00
pmario
9f0bf45c36
fix bug in getvariable and add a temporary test
2024-05-05 19:04:55 +02:00
pmario
3187d32cad
show variable details search by default, make details-toggle-button smaller
2024-05-05 16:03:27 +02:00
pmario
d49a23a216
remove parameters from detail search text input on init, to make sure there is a tiddler list
2024-05-05 15:28:04 +02:00
pmario
90505e2b4a
add subfiler info to dumpvariales macro
2024-05-01 13:48:29 +02:00
pmario
2c96122754
add subfilter info after x matches to search-variables
2024-05-01 13:45:23 +02:00
pmario
c7a4558f6f
indent main-pocedures body by 1 to make nested functions more visible
2024-05-01 13:22:11 +02:00
pmario
3b7544f640
add HiddenSetting: variable type configuration
2024-05-01 13:17:22 +02:00
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