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

12462 Commits

Author SHA1 Message Date
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
dfa9a0ab83 revert overflow-fix on .tc-tab-content.tc-vertical - maybe a different PR 2024-10-27 11:06:23 +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
0c5de5515a add an example theme that builds on three different themes 2024-10-26 18:59:03 +02:00
BurningTreeC
25013e9e3f update ThemeTweaks 2024-10-26 18:47:49 +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
ae28506abb make everything even more generic 2024-10-26 07:17:01 +02:00
BurningTreeC
279441388e make everything even more generic 2024-10-26 06:52:23 +02:00
BurningTreeC
4f9a2fa8c5 make it more generic 2024-10-25 19:57:04 +02:00
BurningTreeC
70b759c852 make it more generic 2024-10-25 19:11:52 +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
Simon Huber
dd0c3f9770
Merge branch 'TiddlyWiki:master' into sidebar-resizer-config 2024-10-21 06:09:47 +02:00
BurningTreeC
89623ddb1f small css fix for tight theme 2024-10-21 05:30:32 +02:00
BurningTreeC
4d86493637 remove unused html-direction variable 2024-10-20 19:55:11 +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
a0caa0f12d
Fix timeline macro showing long list of tiddlers created the same day. (#8690) 2024-10-20 10:47:50 +01: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
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
e217b1a3ba add docs 2024-10-19 09:17:44 +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
Jeremy Ruston
646f5ae7cf Fix blank language plugin name
Introduced in 41b9f625b3
2024-10-18 13:50:15 +01: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
Jeremy Ruston
060cfd4868 Fix geomap with markers docs demo 2024-10-17 11:14:09 +01:00
Jeremy Ruston
9e253efd9a Merge branch 'tiddlywiki-com' 2024-10-16 11:25:03 +01:00
Jeremy Ruston
a8822add1e Link to GitHub anniversary contributors discussion 2024-10-16 09:49:03 +01:00