BurningTreeC
4d60f91793
adjustments for html dir=rtl
2024-10-19 08:09:39 +02:00
BurningTreeC
902a91e667
add refresh throttling to config tiddlers
2024-10-13 17:27:20 +02:00
BurningTreeC
48ed5dcc95
update vanilla base
2024-10-10 13:42:29 +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
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
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
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
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
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
Saq Imtiaz
e591dfd590
Update the editor file import UI to support markdown tiddlers ( #8486 )
...
* chore: update editor file import to use procedures and substitute operator
* feat: refactor editor file-import UI to reuse filter from $:/config/Editor/EnableImportFilter
* feat: support for markdown in editor file import UI
* feat: improve markdown type detection and enable markdown image imports by default
* fix: uri encode tiddler titles for markdown
* escape characters instead of URI encoding
* fix: tweak regexp to simplify code and document escaping rules
2024-10-02 13:15:53 +01:00
Leilei332
2a77d6afdf
Fix confusing empty message in tag dropdown ( #8649 )
2024-09-30 13:40:45 +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
0f4d6e4e47
Fix extra p tag in colour-picker ( #8605 )
2024-09-16 11:38:55 +02:00