Jeremy Ruston
b0828cc099
Add notification preview
2024-11-17 16:10:57 +00:00
Jeremy Ruston
32ac67166a
Add alert preview
2024-11-17 14:45:52 +00:00
Jeremy Ruston
b2d0c22d75
Componentise more preview components
2024-11-17 14:45:41 +00:00
Jeremy Ruston
cfabc92945
Update contrastcolour macro to use color.js
2024-11-16 14:37:14 +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
8b59b6166e
Palette tweaks
...
These filtered palettes are still just experiments with the techniques, and not yet a serious palette
2024-11-14 17:45:10 +00:00
Jeremy Ruston
3faf9bae5c
Fix previews of filtered palettes
2024-11-14 17:40:58 +00:00
Jeremy Ruston
ad1b0fdddd
Palette tweaks
2024-11-12 19:26:20 +00:00
Jeremy Ruston
1db8cf7fe5
Merge branch 'master' into colour-improvements
2024-11-12 19:18:54 +00:00
Jeremy Ruston
e43cccc432
Do not wikify "TiddlyWiki" in social media card UI
2024-11-12 11:55:40 +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
Leilei332
0160a4f3d3
Flexoki palette update ( #8733 )
...
* Add modal colors to Flexoki Light palette
* Make Flexoki Light palette primary color darker to improve contrast
* Improve Flexoki Dark contrast
2024-11-09 11:47:51 +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
a4d930322e
Testing CI
2024-11-06 08:32:42 +00:00
Jeremy Ruston
c3ce9cafb7
Testing Netlify CI
2024-11-06 08:22:42 +00:00
Jeremy Ruston
348f7177a7
Remove logging
2024-11-05 22:42:46 +00:00
Jeremy Ruston
23eccd1df6
Merge branch 'master' into colour-improvements
2024-11-04 19:26:16 +00: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
Jeremy Ruston
ff5c846130
Indentation for palette switcher
2024-11-04 18:12:00 +00:00
Jeremy Ruston
81b7bb4124
Merge branch 'master' into colour-improvements
2024-11-04 10:39:28 +00:00
Jeremy Ruston
116b1b15af
Simplify descriptions of Flexoki palettes
2024-11-04 10:39:12 +00:00
Jeremy Ruston
a8fb07137d
Add expertimental colour-oklch operator
2024-11-03 16:13:09 +00:00
Jeremy Ruston
85fa913b1c
Merge branch 'master' into colour-improvements
2024-11-03 16:10:47 +00:00
Jeremy Ruston
d27a847e67
Add Flexoki palettes ( #8545 )
...
* Initial Commit
* Use leading zeros for 2 digit codes
As suggested by @pmario in https://github.com/TiddlyWiki/TiddlyWiki5/pull/8545#issuecomment-2304541731 , makes the colours display better in the editor
* Palette entries for alerts, codeblocks and diffs
* Update download button colour
* Add more colors to Flexoki Light palette (#8620 )
* Add more colors to Flexoki Light palette
Add more colors to flexoki light palette, including:
* Dirty indicator
* Table borders and headings
* Tiddler info
* Sidebar tabs and buttons
* Stability badges
* Code blocks
* Add more colours
* Add message box colors
* Add notification colors
* Add editor background color
* Changed muted background color to fix low-contrast
* Add tiddler title color
* Add colour for external links
* Flexoki palette update (#8724 )
* Flexoki palette update
* Add dark palette
* Add menubar colors
* Update diff widget colors
* Update inline code color
* Use hardcoded color for some color & add message box color
* Remove dev palette settings
---------
Co-authored-by: Leilei332 <LeiYiXia29@outlook.com>
2024-11-03 15:14:46 +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
Jeremy Ruston
4445111a08
Merge branch 'master' into colour-improvements
2024-10-30 20:38:58 +00:00
Jeremy Ruston
f565b5b55d
Fix genesis widget so that explicit attributes take precedence
...
Fixes #8701
2024-10-30 14:51:04 +00:00
Jeremy Ruston
6787a174b1
Revert "Add new classes to wikitext created emphasised elements to make them easily stylable ( #8163 )"
...
This reverts commit 44cf2e3c70
.
2024-10-30 14:47:26 +00: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
Saq Imtiaz
a687aefbe9
Extends element widget with support for CSS custom properties ( #8699 )
...
* Extend element widget with support for CSS custom properties.
* chore: added tests
* chore: code style
* docs: added documentation for support for CSS custom properties
* docs: added documentation for support for CSS custom properties
2024-10-29 11:59:04 +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
8b9723f6c7
Add action tiddler list to droppable widget ( #8256 )
...
* initial POC
* clean up the code
* Add documentation changes
* Improve docs
2024-10-24 17:51:19 +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
d372729ed0
Add colour-lighten and colour-darken operators
2024-10-24 12:01:50 +01:00
Jeremy Ruston
4af573aaf9
Fix nested colour definitions
2024-10-23 09:39:18 +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