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

30 Commits

Author SHA1 Message Date
BurningTreeC
1b5889f017 only use sidebarresizer if theme explicitly sets option to show 2024-10-27 09:37:04 +01:00
BurningTreeC
b888ac2100 updates 2024-10-26 20:06: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
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
fa42e6c10a fixes for sidebar hidden 2024-10-20 19:24:02 +02:00
BurningTreeC
0bf23494a0 more adjustments for html dir=rtl + show sidebar on the left (configurable) 2024-10-20 17:19:40 +02:00
BurningTreeC
b9c70fe8f2 more adjustments for html dir=rtl 2024-10-19 08:46:57 +02:00
BurningTreeC
48ed5dcc95 update vanilla base 2024-10-10 13:42:29 +02:00
BurningTreeC
11cb571f53 fix padding in centralised theme 2024-10-10 11:27:37 +02:00
BurningTreeC
1d9a4c4a94 wip: make it work cross-theme (tight) 2024-10-10 05:18:55 +02:00
BurningTreeC
910cffb4e2 further adjustments 2024-10-08 19:45:26 +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
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
Jermolene
a1079270a2 Don't mark the centralised theme as experimental 2016-01-07 16:49:14 +00:00
Astrid Elocson
28f78730ba Consistent plugin descriptions 2015-02-17 10:28:54 +00:00
Jermolene
f6ff0a7f71 Deprecate $:/tags/stylesheet in favour of $:/tags/Stylesheet
A warning message appears at the top of the story river if any
`$:/tags/stylesheet` tags are found.

Fixing the first half of #824
2014-09-10 09:13:21 +01:00
Jermolene
f223310d34 Yet more "tw-*" -> "tc-*"
Part of #764
2014-08-28 19:41:29 +01:00
Jermolene
87cb520343 Rename "story-river" class to "tc-story-river"
Part of #764
2014-08-28 17:26:21 +01:00
Jermolene
21c137a66c Refactor theme tweaks as individual tiddlers
The trouble with the previous approach of storing several settings in a
single data tiddler was that it made it hard to introduce new settings.
Users who already have a custom copy of the settings/metrics tiddler
wouldn’t get the default settings. The new approach uses individual
tiddlers for each setting.

This commit also introduces a new theme tweak for the cutoff width for
switching between responsive views.
2014-07-06 16:55:51 +01:00
Jermolene
7c235566c4 Rejig the page layout to use the scrollable widget
This is the start of some refactoring of the main layout CSS intended
to give us more flexibility and control.
2014-03-25 14:29:16 +00:00
Jermolene
f2409d4245 Fixed problem with positioning of the sidebar in the centralised theme 2014-01-07 11:09:56 +00:00
Jeremy Ruston
7f3000aaae Update the Snow White theme to use px for dimensions instead of em
The old behaviour meant that resizing the base font resized every page
element in proportion. The new behaviour makes the text resize within a
fixed layout, so that one can alter the number of characters displayed
on each line of a tiddler. The old behaviour can usually be emulated by
using the browser page zoom tool.
2013-09-15 11:01:35 +01:00
Jeremy Ruston
20f06e8eec Ensure that the core plugins inherit their version number from the main package.info 2013-08-26 13:28:23 +01:00
Jeremy Ruston
a5d6b76017 Fix overlapping problem with centralised theme
Fix #112
2013-07-08 17:19:50 +01:00
Jeremy Ruston
c2bfe7f311 Add centralised theme
Fix #110
2013-07-03 22:59:35 +01:00