1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 07:50:47 +00:00
TiddlyWiki5/core/modules
Jermolene 0bb8e08edc Provisionally make tag pill foreground colour be responsive
With this commit tag pills will now choose for the foreground colour
either the current palette “foreground” or “background” colours,
according to which has the higher contrast. It’s something @gernert has
expressed an interest in in the past, and I’ve tended to agree that it
is a nice piece of polish. It opens up the possibility of paler colours
for tag pills than are currently possible.

The trouble is that in order to implement it I’ve had to bring in a
third party library for parsing CSS colours. It weighs in just over
9KB, making quite a lot of weight for such a small feature. I don’t see
any other immediate uses for the colour parsing library either.

So, I’m undecided at the moment whether this should stay in the core.
2014-11-06 13:35:48 +00:00
..
commands Add unpackplugin command 2014-10-29 11:43:43 +00:00
filters Merge pull request #928 from TheDiveO/filter-operators-addsufprefix 2014-10-07 09:44:31 +01:00
info Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
macros Provisionally make tag pill foreground colour be responsive 2014-11-06 13:35:48 +00:00
parsers Fix problem with UTF-8 encoding of HTML tiddelrs 2014-11-03 16:20:49 +00:00
savers Added error handling to upload saver 2014-09-27 10:47:31 +01:00
startup Report command errors through $tw.utils.error 2014-10-21 19:31:50 +01:00
storyviews Fix problem with recent zoomin changes 2014-10-07 14:07:55 +01:00
upgraders Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
utils Provisionally make tag pill foreground colour be responsive 2014-11-06 13:35:48 +00:00
widgets Include double square brackets when dragging titles 2014-11-03 23:00:11 +00:00
commander.js Fix bug handling of build command 2014-06-24 12:09:10 +01:00
config.js Make date format strings be translateable 2014-10-09 10:33:08 +01:00
deserializers.js Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
filters.js Ensure that deprecations are clearly marks 2014-09-10 09:20:43 +01:00
language.js Make more core strings be translateable 2014-03-20 20:55:59 +00:00
pluginswitcher.js disable enqueueTiddlerEvent during plugin switching 2014-11-01 16:32:52 +03:00
saver-handler.js Missed corrections of tm-auto-save-wiki message 2014-09-02 11:16:06 +01:00
syncer.js Delete syncer tiddlerInfo when tiddlers are deleted 2014-09-24 16:21:59 +02:00
tiddler.js Add isEqual() method to tiddlers 2014-06-23 08:09:59 +01:00
wiki.js Lazy loading should be forced for indexing also 2014-10-31 10:24:49 +03:00