Jeremy Ruston
9efcad9360
Display test results at the bottom of the palette switcher
2024-11-19 09:09:11 +00:00
Jeremy Ruston
3507b0f952
Fix filtered palette previews
2024-11-17 16:11:10 +00:00
Jeremy Ruston
b0828cc099
Add notification preview
2024-11-17 16:10:57 +00:00
Jeremy Ruston
b2d0c22d75
Componentise more preview components
2024-11-17 14:45:41 +00:00
Jeremy Ruston
809465b6e2
Merge branch 'master' into colour-improvements
2024-11-16 14:22:19 +00:00
Jeremy Ruston
de9a12b8f9
Preparing for v5.3.7
2024-11-15 17:21:22 +00:00
Jeremy Ruston
3faf9bae5c
Fix previews of filtered palettes
2024-11-14 17:40:58 +00:00
Jeremy Ruston
46da1619af
Add aria labels to palette switcher
...
Co-authored-by: Mario Pietsch <pmariojo@gmail.com>
2024-11-11 15:52:55 +00:00
Jeremy Ruston
bad9517153
Another fix for filtered palette previews
2024-11-10 16:52:49 +00:00
Jeremy Ruston
297ae7eccb
Fix preview of filtered palettes
2024-11-10 09:52:43 +00:00
Jeremy Ruston
b54d56ec47
Support for imported palettes
...
Also consolidate the palette entries into a temporary palette before compiling them
Note that imported palettes is not currently recursive
2024-11-09 19:03:54 +00:00
Jeremy Ruston
4e2f2bebd0
Avoid redefining the colour function by adding a configuration variable
2024-11-09 17:02:00 +00:00
Jeremy Ruston
f88915728f
Introduce new static palette architecture
2024-11-09 16:15:33 +00:00
Jeremy Ruston
1be89a28bf
Make preview templates tag driven and extensible
2024-11-08 09:12:48 +00:00
Jeremy Ruston
250e57cd79
Remove wikify operator and refactor palette preview
...
The implementation of the palette preview is much less elegant like this, but it does work
2024-11-07 18:30:39 +00:00
Jeremy Ruston
ff5c846130
Indentation for palette switcher
2024-11-04 18:12:00 +00:00
Jeremy Ruston
4445111a08
Merge branch 'master' into colour-improvements
2024-10-30 20:38:58 +00:00
Jeremy Ruston
151f61adc0
Palette chooser styling tweaks
2024-10-25 11:03:21 +01:00
Jeremy Ruston
fc369415e4
Improve colour palette switcher with previews
2024-10-25 09:28:33 +01:00
Jeremy Ruston
b5a22e3e9e
Remove obsolete comment
2024-10-25 09:28:17 +01:00
Mario Pietsch
b68de0d69f
Toc uses currentTiddler as "tag" default parameter if it is missing ( #8291 )
...
* toc's use currentTiddler, if tag prameter is undefined
* add currentTiddler info to toc documentation
2024-10-24 17:39:18 +01: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
Jeremy Ruston
1e5c69eb99
Fix typo
2024-10-23 08:25:24 +01:00
Jeremy Ruston
e1e73d2aa0
Merge branch 'master' into colour-improvements
2024-10-23 08:22:01 +01:00
Jeremy Ruston
9635e2d8af
Revert refactoring CSS helper macros as functions
...
See discussion at https://github.com/TiddlyWiki/TiddlyWiki5/pull/7987#issuecomment-2431123638
2024-10-23 08:21:11 +01:00
Jeremy Ruston
a23ee165d8
Rewrite colour macro as a function
...
Using the new wikify operator.
Currently has a bug whereby redirected colours (like "tiddler-background") do not work. Direct colours like "background" do work.
Note the hacks needed to makeFakeWidgetWithVariables work
2024-10-22 17:26:04 +01:00
Jeremy Ruston
0a03ac8219
Revert to just using $:/tags/Macro for core macros
...
See #8683
2024-10-22 13:15:34 +01: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
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
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
2a77d6afdf
Fix confusing empty message in tag dropdown ( #8649 )
2024-09-30 13:40:45 +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
0f4d6e4e47
Fix extra p tag in colour-picker ( #8605 )
2024-09-16 11:38:55 +02:00
Leilei332
c7ca8359ab
Add drag and drop handling for export macro & rewrite using v5.3.2 syntax ( #8594 )
2024-09-12 19:33:57 +01:00
Mohammad Rahmani
fbf619b006
Update ViewTemplateBodyFilters.multids For Readability ( #8592 )
...
This Cascade from
```
[tag[$:/tags/wiki-test-spec]type[text/vnd.tiddlywiki-multiple]then[$:/core/ui/TestCaseTemplate]] [tag[$:/tags/wiki-test-spec-failing]type[text/vnd.tiddlywiki-multiple]then[$:/core/ui/TestCaseTemplate]]
```
Simplified. I also suggest using the same convention for all cascades
2024-09-12 10:09:11 +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
Jeremy Ruston
1368cd67ca
Fix missing closing tag, and update erroneous docs ( #8340 )
2024-09-10 11:50:08 +01:00
Mario Pietsch
d827c57dcf
Make export macros code readable without changing any functionality ( #8513 )
2024-09-08 15:57:55 +01:00
Jeremy Ruston
69637640d2
Standardise whitespace in conditional shortcut syntax ( #8583 )
2024-09-02 16:51:15 +01:00
Leilei332
98d411c08a
Add empty message to tag picker, search dropdown and advanced search ( #8558 )
...
* Add empty message to tag picker, search dropdown and advanced search
* Add empty message for tag-picker
* Use italic font
2024-08-30 10:39:33 +01:00
Leilei332
ab2b79ef80
Let language plugins display properly ( #8355 )
...
* Fix language plugin viewtemplatebody
* Let config/ViewTemplateBodyFilters/plugin have higher priority
* Fix for file import
2024-08-19 11:50:23 +01:00
lin onetwo
77335a42b5
Fix: add cascade configs ( #8470 )
2024-08-02 09:45:52 +01:00
Mario Pietsch
d2302df197
Add procedure and function snippet to "stamp button" ( #8445 )
...
* Add procedure and function snippet to "stamp button"
* remove draft tiddler
2024-07-29 12:38:07 +01:00
Mario Pietsch
e80c99791e
Add tag-tiddler to tag-pill drag & drop import, add hidden setting for TagPillDragFilter ( #8182 )
...
* add tag-tiddler to tag-pill drag & drop import, add hidden setting for TagPillDragFilter
* update docs to make Be Aware clearer
* exclude the tag tiddler and update hidden docs accordingly
2024-07-28 16:36:17 +01:00
Mohammad Rahmani
82bf4480de
Add Shortcut to Open Control Panel ( #8439 )
...
This PR adds a new keyboard shortcut key for opening the $:/ControlPanel
2024-07-28 13:41:53 +01:00
Mohammad Rahmani
b4597e7b1e
Remove Redundant Filter in ViewTemplateBodyFilters ( #8434 )
...
* Remove Redundant Filter in ViewTemplateBodyFilters
This PR closes #8426
* Space between filters are added
2024-07-27 18:38:56 +01:00
Jeremy Ruston
c0f4bc3698
Preparing for v5.3.6-prerelease
2024-07-10 14:32:07 +01:00
Mario Pietsch
906ac3817d
Fix 8347 tag-picker macro improve tagListFilter ( #8351 )
...
* improve tagListFiler defaults to [tags[]sort[]] now
* tag-picker - update docs
2024-07-09 20:55:51 +01:00
Mario Pietsch
32c75cbb68
Allow fieldmangler to catch unsaved tag changes ( #8332 )
...
* allow fieldmangler to catch unsaved tag changes
* fix typo in comment
2024-07-04 17:24:06 +01:00