1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-24 16:06:58 +00:00
Commit Graph

742 Commits

Author SHA1 Message Date
BurningTreeC
0688142398 make editor - preview slider stable 2024-10-30 12:59:17 +01:00
Mario Pietsch
44cf2e3c70
Add new classes to wikitext created emphasised elements to make them easily stylable (#8163)
* allow internal link to be wikitex formatted as bold

* fix typo

* add new classes to all emphasis and inline-code elements

* fix tests for new STRONG classes
2024-10-30 09:19:01 +00:00
BurningTreeC
a253b6e01a update sliderWidth between editor and preview 2024-10-30 07:06:47 +01:00
BurningTreeC
530500ec68 add one-cell-slider procedure and use it for editor and preview 2024-10-30 07:02:20 +01:00
BurningTreeC
e61dd8211f add two-cell-slider procedure 2024-10-30 05:48:36 +01:00
BurningTreeC
f63b1ed6a1 wip make it universally usable 2024-10-29 18:02:08 +01:00
Leilei332
561296db71
Make markdown's highlight look the same as tiddlywiki's (#8704) 2024-10-29 12:06:27 +00:00
BurningTreeC
338a3d1646 start making it possible to use this universally 2024-10-29 07:56:32 +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
1b5889f017 only use sidebarresizer if theme explicitly sets option to show 2024-10-27 09:37:04 +01:00
BurningTreeC
1d5e76cb63 make use of get.current.theme 2024-10-27 08:30:43 +01:00
BurningTreeC
9b4e961502 move sidebar-resizer ui into dedicated PageTemplate 2024-10-27 07:35:29 +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
3e502b714c make dependents detection more stable 2024-10-26 11:23:14 +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
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
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
a3a5d65104 fix 2024-10-10 14:10:46 +02:00
BurningTreeC
7dde829c8d update tight base 2024-10-10 13:44:49 +02: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
d399543438 update tight theme padding 2024-10-10 13:00:57 +02:00
BurningTreeC
23f8af34b8 fix resizer positioning 2024-10-10 11:49:15 +02:00
BurningTreeC
11cb571f53 fix padding in centralised theme 2024-10-10 11:27:37 +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
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
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
Jeremy Ruston
695e2ee589 Revert "Make overflowed content scrollable (#8524)"
This reverts commit d7b00a6dd0.
2024-09-10 19:03:06 +01:00
Leilei332
d7b00a6dd0
Make overflowed content scrollable (#8524)
* Make overflowed content scrollable

* Fix removed tab
2024-09-10 14:33:10 +01:00
Mario Pietsch
e1b3308a9d
Fix float right overflow (#8557)
* tc-subtitle is not a sibling to tc-body,
So tc-subtitle needs a clearfix to contains float:right

* add clearfix to all tiddler elements that could contain floats

* add clearfix to tc-tiddler-title in ViewTemplate

* add clearfix to plugin/blog/templates

* add clearfix to plugin/tour/templates

* remove test tiddler

* rename draft title class to tc-tiddler-title-draft

* undo title field covering

* move tc-clearfix to tc-float-right in the base CSS file

* rename clearfix CSS class to tc-clearfix

* update documentation tiddlers
2024-09-09 09:48:57 +01:00
Leilei332
d3cea5d730
Further fix search outline (#8552)
* Fix outline color not showing properly for dark palettes

A further fix after #7317

* Tweak outline style for firefox
2024-08-27 16:41:47 +01:00
Mario Pietsch
bcae5cc2ef
Fix 7142 search outline in chrome like browsers (#7317)
* fix 7142 search outline in chrome like browsers

* use moz-focusring only for FF, outline-initial for Chrome

* moz-focusring remove outline-offset

* remove box-sizing from base, because it's part of reset

* remove redundant box-sizing since it is part of reset

* fix distance between search input and first button to the right
2024-08-25 11:37:29 +01:00
Leilei332
6264aa22d0
Fix unwrapped oveflowed code blocks not showing scroll bars when setting "Wrap long lines in code blocks" to "No" in "Theme tweaks" (#8413)
* Fix unwrapped oveflowed code blocks not showing scroll bars

* Inline code should not follow "Wrap long lines in code blocks" option

* Revert "Inline code should not follow "Wrap long lines in code blocks" option"

This reverts commit 4615a04e59.

* Inline code should not obey "Wrap long lines in code blocks" option

Fix problem described in #8549
2024-08-24 13:57:24 +01:00
Leilei332
6d05afebc4
Fix scaled language icon in dropdown (#8546) 2024-08-22 17:32:29 +01:00
Leilei332
d73041245b
Normalize appearance of input element with other type (#8517)
* Normalize appearance of input element with other type

* Add url type
2024-08-21 11:15:41 +01:00
Leilei332
3fe66bb80f
Fix scaled plugin icon (#8540) 2024-08-21 07:28:45 +01:00
Jeremy Ruston
7a60e7c93e More rename Jermolene/TiddlyWiki5 to TiddlyWiki/TiddlyWiki5
These are the changes that have to be done on "master"
2024-07-25 17:44:52 +01:00
Leilei332
b5200483a1
Fix invisible stability badges on hover (#8407) 2024-07-22 08:59:51 +01:00
Jeremy Ruston
cff685ea11 Testcase widget: remove negative margins
The intention was to horizontally align the body text with the text within the test case. However, it also caused an overflow when used within vertical tabs (as in the release note)
2024-06-27 17:02:11 +01:00
Jeremy Ruston
18152aa7c8
Testcase UI enhancements (#8292)
* Include the ExpectedResults in the displayed tabs

* Lighted testcase background

* Add testcase toolbar with export and import options

* Further styling tweaks
2024-06-26 10:23:54 +01:00
Mario Pietsch
4bd3576432
improve ControlPanel Settings style-ability (#8275) 2024-06-19 18:01:34 +01:00
Jeremy Ruston
cd8c483f67 Stability badges: further fix to palette usage 2024-06-19 12:28:31 +01:00
Jeremy Ruston
c8cbf6853e Stability badges: Use palette colours
I am happy to merge translations of these strings before v5.3.4 releases /cc @BramChen
2024-06-19 10:24:47 +01:00
Jeremy Ruston
913d15dc53 Fixed editor layout
Fixes #8217
2024-06-04 11:50:55 +01:00
Jeremy Ruston
5aa3646df5
Add plugin stability badges (#8198)
* Initial Commit

* Fix plugin library URL

* Need to set plugin library location for prerelease

* Styling tweaks

* Docs

* Add tests that the core plugins all have a valid stability field
2024-05-21 11:22:39 +01:00
Jeremy Ruston
ece8b0ee01
Add <$testcase> widget (#7817)
* Initial Commit

* Add note to preview build

* Fix whitespace and indenting

Thanks @pmario

* Fix crash with unset $tiddler attribute on <$data> widget

Thanks @CodaCodr

* Don't duplicate "description" field in test cases

* Use different background colours for nested testcase widgets

* Extend the testcase widget to run tests

* Add testcases to control panel

* Add a view template body template to render testcase tiddlers

* Test edition should display testcases

* Whitespace fixes

* Make testcase tiddler tempalte link to itself

* Styling tweaks

* Docs improvements

* Styling tweaks

* Run the new tw5.com testcases in the test edition

* Update data widget to display its content in JSON

* Add testcase convenience procedure

* Clearer testcases for data widget, and docs tweaks

* Don't expect our intentionally failing test to pass

* Extend testcase default template so that the display format can be chosen

It is selected by setting the variable "displayFormat"

* DataWidget docs typo

* Fix data widget not refreshing

* Links in testcase output switch to the tab containing that tiddler

Thanks to @btheado for the suggestion

* Docs update for 648855e8a5

* Wording tweak

* Add support for narrative tiddlers in test cases

* Documentation improvements

* Cleanup comments

* Remove obsolete code comments

* Simplify template

* Docs update

* Rename $:/core/ui/testcases/DefaultTemplate/SourceTabs from $:/core/ui/testcases/DefaultTemplate/Source

* Use the view template body for failing tests

* Don't reference the geospatial plugin

* "Test case" should be two words

* Fix handling of currentTiddler variable

Fixes problem reported by @btheado in https://github.com/Jermolene/TiddlyWiki5/pull/7817#issuecomment-2103704468

* Prepare for merging
2024-05-20 11:30:30 +01:00
Simon Huber
7ce85a2ddb
Update reset.tid to use modern-normalize 2.0.0 (#8120)
This PR updates the vanilla/reset stylesheet to use the newer `modern-normalize 2.0.0`
2024-04-02 17:35:10 +01:00
Mario Pietsch
e43cd2d989
Use v5.3.x syntax for $:/core/ui/PageTemplate/pagecontrols (#8088) 2024-03-28 19:29:16 +00:00
Mario Pietsch
b6eab1afd6
Add theme font size settings to Open in New Window CSS (#7945)
* add theme font size settings to Open in New Window CSS

* add DOCTYPE html to New Window startup template

* fix merge typo

* fix merge typo one more time
2024-03-28 18:36:33 +00:00