1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/core/language/en-GB
Simon Huber 36c7e82cc0 Add/refactor PaletteManager (#3832)
* add PaletteManager

* add hint for "external" palette-names

* macro utility, for local \import only

this tiddler is never meant to be tagged $:/tags/Macro

contains only a colour macro which allows to call `<<colour "...">>` within a tiddler and get the parameter-name instead of the resolved color

used in the PaletteManager to reveal the original color below the color that just uses its color with the colour macrocall

example:

```
\define get-real-index(string)
\import $:/core/macros/utils
<$wikify $name="result" text="""$string$"""> <- does the "colour" macrocall, but the one that returns the parameter name
<<result>>
</$wikify>
\end
<$set name="color" value={{{ [{$:/palette}getindex[color-of-interest]] }}}>

-> <<colour primary>>

<$wikify name="real-color-index" text="""<$macrocall $name="get-real-index" string=<<color>>/>""">

<<real-color-index>> -> primary

...
```

* transclude PaletteManager in snippets/paletteeditor

* transclude PaletteManager in core/ui/ControlPanel/Palette

* Update ControlPanel.multids

* add style for color inputs in PaletteManager

* Update PaletteManager.tid

* Update PaletteManager.tid

* add tooltips & aria-labels

* Update ControlPanel.multids

* Update PaletteManager.tid

* Update PaletteManager.tid

* Update PaletteManager.tid
2019-06-26 12:36:13 +01:00
..
Docs Add <select> color setting to the palette (#3360) 2018-07-19 17:25:35 +01:00
Help Add version tags for deletetiddlers and savewikifolders commands 2019-05-31 08:38:34 +01:00
Modals Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
Snippets Remove extraneous "mode" field from snippet tiddlers 2016-04-29 18:54:44 +01:00
Types Sort the edit content type dropdown groups more sensibly 2016-11-28 14:01:09 +00:00
Buttons.multids Remove print-tiddler-window button for v5.1.17 2018-05-12 11:20:43 +01:00
ControlPanel.multids Add/refactor PaletteManager (#3832) 2019-06-26 12:36:13 +01:00
Dates.multids Fixed typo in language files 2014-10-10 10:31:10 +01:00
EditTemplate.multids Minor tweaks for #3534 2018-11-15 15:43:16 +00:00
Exporters.multids Simplify wording of exporter descriptions 2015-04-13 07:53:36 +01:00
Fields.multids Update field description lingo (#3698) 2019-01-27 14:52:29 +00:00
Filters.multids Add advanced search canned filter for "tiddlers modified this session" 2019-02-08 11:07:06 +00:00
GettingStarted.tid Shadow GettingStarted: Get rid of double "important" 2018-02-20 16:00:06 +00:00
icon.tid Update language flags to generic plugin icon convention 2014-08-07 15:45:56 +01:00
Import.multids Wording tweaks 2019-02-05 16:20:44 +00:00
Misc.multids Incorporate “diff” engine to show visual differences (#3112) 2018-03-16 20:38:35 +00:00
NewJournal.multids Add new journal text to control panel 2017-04-04 18:16:37 +01:00
Notifications.multids Improve "copy to clipboard" notification text 2018-08-17 09:29:23 +01:00
Search.multids Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
SideBar.multids Minor tweaks to new tiddler Explorer 2017-06-09 15:31:55 +01:00
SiteSubtitle.tid Change SiteTitle/SiteSubtitle into $:/SiteTitle and $:/SiteSubtitle 2014-02-22 11:39:18 +00:00
SiteTitle.tid Change SiteTitle/SiteSubtitle into $:/SiteTitle and $:/SiteSubtitle 2014-02-22 11:39:18 +00:00
ThemeTweaks.multids Update hint for sticky titles option 2018-05-03 16:14:05 +01:00
TiddlerInfo.multids changed wrong file 2015-02-25 18:00:02 +01:00