Simon Huber
279146dce6
Merge branch 'TiddlyWiki:master' into sidebar-resizer-config
2024-11-11 05:54:02 +01:00
BurningTreeC
0547143fef
fix reversed sliding of editor preview when sidebar is on the left
2024-11-10 20:07:21 +01:00
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
Jeremy Ruston
de6b04d50d
Fix filename of default page template
...
This was changed in #8172 but I think it was a mistake to allow the filename to become inconsistent with the tiddler title
2024-11-04 19:26:06 +00:00
Leilei332
86abb9bdb5
Fix $:/temp/advancedsearch displayed in Shadow search ( #8723 )
...
Fix the problem introduced in #8678 .
2024-11-03 15:10:43 +00: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
Leilei332
c060216a8e
Make recent tab limit configurable ( #8698 )
...
Make maxium number of tiddlers under the "Recent" tab configurable in
the `$:/config/RecentLimit` tiddler. UI for configuring this option is
also added under the "Settings" tab.
2024-10-24 15:09:30 +01:00
Simon Huber
8b60cab6a2
Keyboard driven input rework ( #8678 )
...
* Update tag-picker.tid
* rework kb-driven-input macro to procedures + new syntax
* rework change-input-tab to procedure
* fix
* remove console log :)
* replace defines with procedures
* fix link-dropdown
* fix focus-selector in new-field dropdown
* revert changing the footpring of change-input-tab + make it work as procedure
* update change-input-tab procedure
* refactor change-input-tab procedure and keep tags/Macro tag
* simplify complicated filter
* add tags/Global tag
* remove tags/Global tag
* rename variable
2024-10-24 14:34:23 +01: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