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

512 Commits

Author SHA1 Message Date
BurningTreeC
4f9a2fa8c5 make it more generic 2024-10-25 19:57:04 +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
Simon Huber
dd0c3f9770
Merge branch 'TiddlyWiki:master' into sidebar-resizer-config 2024-10-21 06:09:47 +02:00
BurningTreeC
fa42e6c10a fixes for sidebar hidden 2024-10-20 19:24:02 +02:00
BurningTreeC
140d43500b further adjustments for rtl and sidebar left 2024-10-20 17:41:19 +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
e1287a9470
Fix smaller editor toolbar icons (#8691)
A small fix for the problem introduced in #8688
2024-10-20 10:35:21 +01:00
Leilei332
a42a7972cb
Further fix icons not displaying properly. (#8688) 2024-10-19 13:41:30 +01:00
BurningTreeC
a94d496172 make showing the sidebar resizer configurable and hide by default 2024-10-19 09:36:52 +02:00
BurningTreeC
b9c70fe8f2 more adjustments for html dir=rtl 2024-10-19 08:46:57 +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
48ed5dcc95 update vanilla base 2024-10-10 13:42:29 +02:00
BurningTreeC
054d63034a update vanilla base 2024-10-10 13:04:07 +02:00
BurningTreeC
23f8af34b8 fix resizer positioning 2024-10-10 11:49:15 +02:00
BurningTreeC
e96ff3f48e correctly check if theme tiddler exists 2024-10-10 09:39:30 +02:00
BurningTreeC
f171a0b6ca fix themetweaks 2024-10-10 06:28:42 +02:00
BurningTreeC
ea1ff26bc5 make ThemeTweaks flexible based on currently selected theme 2024-10-10 06:20:29 +02:00
BurningTreeC
1d9a4c4a94 wip: make it work cross-theme (tight) 2024-10-10 05:18:55 +02:00
BurningTreeC
b33be0663b more clamping 2024-10-09 13:40:46 +02:00
Mateusz Wilczek
a4c2454773
Update font stacks (#8628)
* Update font stacks in vanilla theme

* Fix punctuation in font stacks
2024-10-09 12:05:41 +01:00
BurningTreeC
8ad849661d tiddlerwidth min-width 0px makes sense 2024-10-09 10:13:59 +02:00
BurningTreeC
8637f16e2d update for clamped edgecases 2024-10-09 05:03:21 +02:00
BurningTreeC
22a40993ad add some newlines at end of file 2024-10-08 20:09:27 +02:00
BurningTreeC
910cffb4e2 further adjustments 2024-10-08 19:45:26 +02:00
BurningTreeC
03a860f535 conditionally show themetweaks metrics 2024-10-08 19:06:18 +02:00
BurningTreeC
25d4bd339f centralised adjustments 2024-10-08 19:00:17 +02:00
BurningTreeC
da76a2fd3e add support for centralised for testing 2024-10-08 13:39:46 +02:00
BurningTreeC
4a746bf27a set storyminwidth to 168px 2024-10-06 17:09:36 +02: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
807397cbf6 add css limits in base stylesheet 2024-10-06 16:55:33 +02:00
BurningTreeC
f823a81b7f add themetweaks configs for sidebarminwidth and storyminwidth 2024-10-06 14:15:23 +02:00
BurningTreeC
e84dfa4e12 position the resizer correctly in fixed-fluid 2024-10-06 12:44:19 +02:00
BurningTreeC
6176f3ad90 simplify pointermove actions and calculations 2024-10-06 10:39:09 +02:00
BurningTreeC
61cb65fe48 updates 2024-10-06 06:04:53 +02:00
BurningTreeC
b7d542e34b updates 2024-10-05 16:41:56 +02:00
BurningTreeC
01c945eea3 fix filters 2024-10-05 12:34:54 +02:00
BurningTreeC
6b98a2d20f update base stylesheet 2024-10-05 08:25:02 +02:00
BurningTreeC
02498a1df7 no high z-index on first eventcatcher 2024-10-04 21:55:24 +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
035c23e0d5 updates 2024-10-04 15:52:16 +02:00
BurningTreeC
22b33e6fe4 updates 2024-10-04 15:34:52 +02:00
BurningTreeC
7fbbb4e8b8 updates 2024-10-04 14:44:03 +02:00
BurningTreeC
be6510bcb4 updates 2024-10-04 14:36:00 +02:00
Leilei332
c82761a600
Add tc-table-wrapper class to fix overflow (#8652)
* Add tc-table-wrapper class to fix overflow

* Apply class in tag manager body
2024-10-02 13:06:40 +01:00
lin onetwo
a60e7165d2
Feat: loading indicator for tiddlers being lazy loaded (#8505)
* feat: basic loading

* feat: if condition

* feat: use palette

* refactor: remove css variable
2024-09-24 11:38:39 +01:00
Leilei332
6dbdbfbe82
Fix overflow in table and table-of-contents (#8608)
Another approach fix overflow.
2024-09-16 14:24:58 +02:00