1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-10 17:30:26 +00:00
Commit Graph

4898 Commits

Author SHA1 Message Date
BurningTreeC
f63b1ed6a1 wip make it universally usable 2024-10-29 18:02:08 +01:00
Saq Imtiaz
a687aefbe9
Extends element widget with support for CSS custom properties (#8699)
* Extend element widget with support for CSS custom properties.

* chore: added tests

* chore: code style

* docs: added documentation for support for CSS custom properties

* docs: added documentation for support for CSS custom properties
2024-10-29 11:59:04 +00:00
BurningTreeC
338a3d1646 start making it possible to use this universally 2024-10-29 07:56:32 +01:00
BurningTreeC
a35b9a5d5c use get.theme.option sidebarposition instead of vanilla option directly 2024-10-28 06:02:02 +01:00
BurningTreeC
d4a94d4984 more refactoring for readability 2024-10-28 05:56:28 +01:00
BurningTreeC
32894e744c make two functions more readable 2024-10-28 05:35:42 +01:00
BurningTreeC
2e2914af2c fix false use of get.theme.metric for storypaddingleft and storypaddingright 2024-10-27 16:47:45 +01:00
BurningTreeC
801396b09a add convert.to.pixels.locally function that uses conver.to.pixels global function and refactor some global functions 2024-10-27 16:41:37 +01:00
BurningTreeC
30b4a4f58b thank you pmario, cleaned up global functions 2024-10-27 16:17:35 +01:00
BurningTreeC
c617e28b97 add dblclick below 500ms to hide sidebar 2024-10-27 16:01:27 +01:00
BurningTreeC
adc3007c62 add optional variables for sidebar-resizer metrics definable as functions 2024-10-27 10:07:09 +01:00
BurningTreeC
1b5889f017 only use sidebarresizer if theme explicitly sets option to show 2024-10-27 09:37:04 +01:00
BurningTreeC
f7d83b8cdd different em conversion for inside tiddlerbody and outside 2024-10-27 08:50:46 +01:00
BurningTreeC
1d5e76cb63 make use of get.current.theme 2024-10-27 08:30:43 +01:00
BurningTreeC
5727dddcd3 pick a theme if none is set 2024-10-27 08:25:39 +01:00
BurningTreeC
fcbdf11583 pick a theme if none is set 2024-10-27 08:13:06 +01:00
BurningTreeC
49105f1477 rename sidebar-resizer PageTemplate 2024-10-27 07:37:07 +01:00
BurningTreeC
9b4e961502 move sidebar-resizer ui into dedicated PageTemplate 2024-10-27 07:35:29 +01:00
BurningTreeC
a1b356e59f update menubar plugin 2024-10-27 05:14:47 +01:00
BurningTreeC
b888ac2100 updates 2024-10-26 20:06:14 +02:00
BurningTreeC
3021154bc3 updates for sidebarbreakpoint 2024-10-26 19:46:55 +02:00
BurningTreeC
5f4484e0a1 make dependents detection more reliable 2024-10-26 16:03:02 +02:00
BurningTreeC
3e502b714c make dependents detection more stable 2024-10-26 11:23:14 +02:00
BurningTreeC
707db274fb update ThemeTweaks/Hint 2024-10-26 09:28:01 +02:00
BurningTreeC
d268fd7868 fix detection of dependents 2024-10-26 08:36:10 +02:00
BurningTreeC
743b465025 make everything even more generic 2024-10-26 08:13:14 +02:00
BurningTreeC
279441388e make everything even more generic 2024-10-26 06:52:23 +02:00
BurningTreeC
b5a5bf84da more generic adjustments 2024-10-25 13:58:22 +02:00
BurningTreeC
0c132c96be make it more generic 2024-10-25 06:19:28 +02:00
BurningTreeC
de653df549 cleanup 2024-10-25 04:52:05 +02:00
Mario Pietsch
8b9723f6c7
Add action tiddler list to droppable widget (#8256)
* initial POC

* clean up the code

* Add documentation changes

* Improve docs
2024-10-24 17:51:19 +01:00
Mario Pietsch
b68de0d69f
Toc uses currentTiddler as "tag" default parameter if it is missing (#8291)
* toc's use currentTiddler, if tag prameter is undefined

* add currentTiddler info to toc documentation
2024-10-24 17:39:18 +01:00
Leilei332
c060216a8e
Make recent tab limit configurable (#8698)
Make maxium number of tiddlers under the "Recent" tab configurable in
the `$:/config/RecentLimit` tiddler. UI for configuring this option is
also added under the "Settings" tab.
2024-10-24 15:09:30 +01:00
Simon Huber
8b60cab6a2
Keyboard driven input rework (#8678)
* Update tag-picker.tid

* rework kb-driven-input macro to procedures + new syntax

* rework change-input-tab to procedure

* fix

* remove console log :)

* replace defines with procedures

* fix link-dropdown

* fix focus-selector in new-field dropdown

* revert changing the footpring of change-input-tab + make it work as procedure

* update change-input-tab procedure

* refactor change-input-tab procedure and keep tags/Macro tag

* simplify complicated filter

* add tags/Global tag

* remove tags/Global tag

* rename variable
2024-10-24 14:34:23 +01:00
Jeremy Ruston
9635e2d8af Revert refactoring CSS helper macros as functions
See discussion at https://github.com/TiddlyWiki/TiddlyWiki5/pull/7987#issuecomment-2431123638
2024-10-23 08:21:11 +01:00
Jeremy Ruston
0a03ac8219 Revert to just using $:/tags/Macro for core macros
See #8683
2024-10-22 13:15:34 +01:00
Jeremy Ruston
ea3cb1c58d Fix build command crash with no wiki folder
Fixes #8694
2024-10-21 17:42:35 +01:00
Simon Huber
dd0c3f9770
Merge branch 'TiddlyWiki:master' into sidebar-resizer-config 2024-10-21 06:09:47 +02:00
BurningTreeC
4d86493637 remove unused html-direction variable 2024-10-20 19:55:11 +02:00
BurningTreeC
0bf23494a0 more adjustments for html dir=rtl + show sidebar on the left (configurable) 2024-10-20 17:19:40 +02:00
Leilei332
a0caa0f12d
Fix timeline macro showing long list of tiddlers created the same day. (#8690) 2024-10-20 10:47:50 +01:00
Leilei332
e259f414d9
Fix some tiddlers should use code body (#8687)
A small fix which applys code bodies to these tiddlers:
* Tiddlers with prefix `$:/core/config/`
* Tiddlers tagged `$:/EditorTools` and `$:/tags/ToolbarButtonStyle`
2024-10-19 09:24:24 +01:00
BurningTreeC
a94d496172 make showing the sidebar resizer configurable and hide by default 2024-10-19 09:36:52 +02:00
BurningTreeC
4d60f91793 adjustments for html dir=rtl 2024-10-19 08:09:39 +02:00
Leilei332
e25ab7777f
Further fix content overflow. (#8682)
This reverts fix for all tables. It should fix #8617.

It also adds fix for overflow in $:/Manager 's content page, testcase
widget output. The fix for overflow $:/TagManager is reverted since it
caused the dropdown not to display properly.
2024-10-18 13:16:50 +01:00
BurningTreeC
902a91e667 add refresh throttling to config tiddlers 2024-10-13 17:27:20 +02:00
Jeremy Ruston
a51afc8b81 Add support for HTTP bearer authentication 2024-10-10 15:10:55 +01:00
BurningTreeC
48ed5dcc95 update vanilla base 2024-10-10 13:42:29 +02:00
BurningTreeC
db683e249d add hint for story-right-padding 2024-10-10 12:48:00 +02:00
BurningTreeC
247f5ebeca remove centralised language themetweaks 2024-10-10 06:21:18 +02:00
BurningTreeC
0b48093829 add some ThemeTweak language strings 2024-10-10 06:01:30 +02:00
BurningTreeC
7fc223993d get metrics by currently selected theme 2024-10-10 05:55:43 +02:00
BurningTreeC
7c2e05e215 make it respect the metrics of the current theme 2024-10-10 05:45:38 +02:00
BurningTreeC
1d9a4c4a94 wip: make it work cross-theme (tight) 2024-10-10 05:18:55 +02:00
BurningTreeC
c2ae885cc3 fix another edgecase 2024-10-09 13:20:52 +02:00
BurningTreeC
0a3dd8ba96 tiddlerwidth is clamped in certain cases 2024-10-09 07:56:33 +02:00
BurningTreeC
6122c5ba17 tiddlerwidth is not clamped 2024-10-09 06:07:36 +02:00
BurningTreeC
ca68786a64 update for clamped edgecases 2024-10-09 06:02:28 +02:00
BurningTreeC
8637f16e2d update for clamped edgecases 2024-10-09 05:03:21 +02:00
BurningTreeC
c092912df7 missing closing bla 2024-10-08 20:22:09 +02:00
BurningTreeC
fbf299be41 fix edgecase in centralised theme fix 2024-10-08 20:19:37 +02:00
BurningTreeC
22a40993ad add some newlines at end of file 2024-10-08 20:09:27 +02:00
BurningTreeC
a69d3242d5 fix edgecase in centralised theme 2024-10-08 20:07:48 +02:00
BurningTreeC
25d4bd339f centralised adjustments 2024-10-08 19:00:17 +02:00
BurningTreeC
fd615da984 small update for centralised 2024-10-08 18:44:13 +02:00
BurningTreeC
8cefe1bcf9 update for negative tiddler width 2024-10-08 15:50:59 +02:00
BurningTreeC
da232683fe some small adjustments 2024-10-08 15:07:52 +02:00
BurningTreeC
da76a2fd3e add support for centralised for testing 2024-10-08 13:39:46 +02:00
Mario Pietsch
1736d9dd4d
Fix misaligned subtitle (#8672) 2024-10-08 11:48:46 +01:00
BurningTreeC
836087177d make tiddlerwidth percentages work 2024-10-08 07:48:47 +02:00
BurningTreeC
e5a2f3781b updates, fixed-fluid 2024-10-08 06:25:27 +02:00
BurningTreeC
76d8c97aff cleanup 2024-10-06 22:07:25 +02:00
BurningTreeC
dbda2c881c cleanup 2024-10-06 22:06:37 +02:00
Mohammad Rahmani
c0415d9c93
Make All Hex Color Code Consistent (#8665) 2024-10-06 17:43:18 +01:00
BurningTreeC
9bae7caad7 add hint in ThemeTweaks for now, make shift jump out of ctrl mode 2024-10-06 17:06:26 +02:00
BurningTreeC
8f9cbe935d store the ctrl modifier 2024-10-06 14:23:16 +02:00
BurningTreeC
f823a81b7f add themetweaks configs for sidebarminwidth and storyminwidth 2024-10-06 14:15:23 +02:00
BurningTreeC
c1499896f7 make it work with em too 2024-10-06 13:57:19 +02:00
BurningTreeC
5d22139187 make ctrl in fixed-fluid mode work like I intended 2024-10-06 13:31:32 +02:00
BurningTreeC
3c4d7c5506 fix problem with double px suffixes 2024-10-06 12:00:22 +02:00
BurningTreeC
fb47dfd5fe different behavior for ctrl-dragging 2024-10-06 11:40:09 +02:00
BurningTreeC
6176f3ad90 simplify pointermove actions and calculations 2024-10-06 10:39:09 +02:00
BurningTreeC
c31a51fb25 cleanup 2024-10-05 16:47:38 +02:00
BurningTreeC
b7d542e34b updates 2024-10-05 16:41:56 +02:00
BurningTreeC
40a89fc337 add ctrl modifier drag for fixed-fluid mode that changes behavior 2024-10-05 15:52:15 +02:00
BurningTreeC
ca32bed448 add fallbacks 2024-10-05 14:25:03 +02:00
BurningTreeC
667e173d02 updates 2024-10-05 14:23:14 +02:00
BurningTreeC
6fd3432426 updates 2024-10-05 13:10:41 +02:00
BurningTreeC
01c945eea3 fix filters 2024-10-05 12:34:54 +02:00
BurningTreeC
ea7da2b8c1 more calculations 2024-10-05 08:04:03 +02:00
BurningTreeC
dd5af9f092 cleanup pointermove actions 2024-10-05 06:11:13 +02:00
BurningTreeC
bc9706d9b4 wip: fixed-fluid mode, change storyleft. + more calculations 2024-10-04 21:52:44 +02:00
BurningTreeC
445547d113 for now, in fixed-fluid mode keep story and tiddler fixed width 2024-10-04 19:12:24 +02:00
BurningTreeC
315e5433c5 clean up stylesheet 2024-10-04 18:09:02 +02:00
BurningTreeC
f547be6b8e remove some unnecessary calculations 2024-10-04 16:55:27 +02:00
BurningTreeC
035c23e0d5 updates 2024-10-04 15:52:16 +02:00
BurningTreeC
22b33e6fe4 updates 2024-10-04 15:34:52 +02:00
BurningTreeC
be6510bcb4 updates 2024-10-04 14:36:00 +02:00
Simon Huber
1e0d4b87fb
Create sidebar-resizer.tid 2024-10-04 12:34:55 +02:00
Jeremy Ruston
2327dd043f Revert "Fix alignment in tiddler subtitle (#8659)"
This reverts commit f4f1ae6b9b.
2024-10-03 13:19:23 +01:00