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

980 Commits

Author SHA1 Message Date
BurningTreeC
848215044d convert indentation to tabs in body-editor EditTemplate 2024-11-10 18:01:26 +01:00
BurningTreeC
936df822c6 move styles for editor and preview into stylesheet 2024-11-10 15:51:43 +01:00
BurningTreeC
fe31cd3866 take into account that story-padding left and story-padding right changes sidebar maxwidth, storyright min 2024-11-10 11:45:53 +01:00
BurningTreeC
dca7367d8b big overhaul. fixed-fluid adjustments, simplifying stylesheets, correcting calculations 2024-11-10 10:40:43 +01:00
BurningTreeC
1b6953d624 update margin-right of fluid-fixed story-river 2024-11-06 11:31:59 +01:00
BurningTreeC
9b1d746ad3 make fixed-fluid mode respect paddingleft and paddingright and add additional metrics sidebarpadding and previewsliderwidth 2024-11-03 10:23:18 +01:00
BurningTreeC
e167eef53e updates 2024-11-01 07:29:32 +01:00
BurningTreeC
324ead820f updates 2024-11-01 06:41:04 +01:00
BurningTreeC
eb06c37590 replace more not-is-missing with is-tiddler 2024-10-31 13:17:34 +01:00
BurningTreeC
d92e4d9904 updates 2024-10-31 06:44:34 +01:00
BurningTreeC
0688142398 make editor - preview slider stable 2024-10-30 12:59:17 +01: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
338a3d1646 start making it possible to use this universally 2024-10-29 07:56:32 +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
1d5e76cb63 make use of get.current.theme 2024-10-27 08:30:43 +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
743b465025 make everything even more generic 2024-10-26 08:13:14 +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
0bf23494a0 more adjustments for html dir=rtl + show sidebar on the left (configurable) 2024-10-20 17:19:40 +02:00
BurningTreeC
a94d496172 make showing the sidebar resizer configurable and hide by default 2024-10-19 09:36:52 +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
22a40993ad add some newlines at end of file 2024-10-08 20:09:27 +02:00
Mario Pietsch
1736d9dd4d
Fix misaligned subtitle (#8672) 2024-10-08 11:48:46 +01:00
BurningTreeC
01c945eea3 fix filters 2024-10-05 12:34:54 +02:00
BurningTreeC
315e5433c5 clean up stylesheet 2024-10-04 18:09:02 +02:00
BurningTreeC
be6510bcb4 updates 2024-10-04 14:36:00 +02:00
Jeremy Ruston
2327dd043f Revert "Fix alignment in tiddler subtitle (#8659)"
This reverts commit f4f1ae6b9b.
2024-10-03 13:19:23 +01:00
Mario Pietsch
f4f1ae6b9b
Fix alignment in tiddler subtitle (#8659) 2024-10-03 12:34:39 +01: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
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
Leilei332
bb462210c3
Make stability badges in add plugin modal translatable (#8642)
A further implementation for #8614
2024-09-30 14:24:10 +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
c386411570
Make stability badge text translatable (#8614) 2024-09-17 14:16:18 +02:00
Leilei332
73225d09d7
Fix shadow tiddler with code body displayed as missing (#8609)
Fix problem introduced in #8604
2024-09-17 08:52:46 +02:00
Leilei332
8d80ff297c
Fix colour-picker dropdown auto close when selecting or typing a color (#8610) 2024-09-17 08:51:13 +02:00
Leilei332
19990802fa
Fix missing tiddler with code body isn't displayed properly. (#8604) 2024-09-16 11:39:50 +02:00
Leilei332
a510e4ad68
Use colour-picker macro in Tag Manager (#8606) 2024-09-16 11:38:27 +02:00
Michael McDermott
a960e4f658
Make Excision Available for Markdown (#8498)
* Updates to make Excision more friendly to Markdown users by adding
Markdown as an option in the criteria to use excision and by making the
excise operation reuse the type of the tiddler being excised.

* Updated excise operation to use Markdown syntax for links.
2024-09-10 17:57:06 +01:00
Mario Pietsch
d450fce77b
Add trimSelection parameter to text editor (#7944)
* add trimSelection - both, start, end, no

* add documentation for trimSelection to tm-edit-text-operation tiddler

* add trimSelection both to all buttions where it makes sense

* change "both" to "yes" as a default

* fix trimSelection typo

* fix trimSelection typo

* docs trimSelection add "no" as possible value - it's the default

* remove some redundant variable declarations

* update from-version

* fix comment typos

* fix whitespace

* make local variables more visible
2024-09-10 17:17:28 +01:00
Mario Pietsch
753a820945
Edittemplate toolbar improve accessibility (#8324)
* change aria-label from caption to hint to make it more descriptive

* add indentation
2024-09-10 17:14:29 +01:00
Mario Pietsch
ffbef16152
ViewTemplate toolbar add, change aria-label to hint so it is more descriptive (#8323) 2024-09-10 17:13:58 +01:00
Mario Pietsch
4f4e055091
Add a search button to the control panel tiddler fields tab (#8157)
* add a search button to the control panel tiddler fields tab

* minor update

* use v5.3.x syntax

* use tf. prefix for the function

* make show-filter-count a global macro

* make table header translatable

* add documentation

* show-filter-count code cleanup

* remove the table-header

* remove erroneous caption field
2024-09-10 16:30:59 +01:00
Leilei332
eaf8558595
Update PageControls buttons to use v5.3.2 syntax (#8579)
* Let PageControls buttons use v5.3.2 syntax

* Rewrite buttons and actions

* Omit whitespace & use function to avoid duplicating

* Omit whitespace in conditional syntax
* Define tf.get-tags function to avoid duplicated text substitution
* Rewrite advanced search button

* Add space in join operator

* Rewrite buttons in plugins

* Remove tf prefix in new-journal.tid

* Remove tf prefix in new-tiddler.tid
2024-09-10 12:00:13 +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
9a3f1d25e5
Update toolbar buttons to use v5.3.2 syntax (#8584) 2024-09-05 18:40:18 +01:00