hedgedoc/src/components/editor
Tilman Vatteroth c862ca341f
Use currentColor in SVGs (#997)
If you include a SVG directly into the DOM (what we do here), then currentColor is the current text color. This is way more convenient than changing the SVG file.
This doesn't work if you load the SVG with an IMG-Tag.

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-01-31 19:42:31 +01:00
..
app-bar Use currentColor in SVGs (#997) 2021-01-31 19:42:31 +01:00
document-bar Replace document bar with sidebar (#937) 2021-01-24 21:39:47 +01:00
document-renderer-pane Replace document bar with sidebar (#937) 2021-01-24 21:39:47 +01:00
editor-modals Improve tests (#944) 2021-01-11 22:22:11 +00:00
editor-pane Replace document bar with sidebar (#937) 2021-01-24 21:39:47 +01:00
hooks Change copyright year from 2020 to 2021 (#917) 2021-01-06 21:37:59 +01:00
scroll Wrap markdown rendering in iframe (#837) 2021-01-24 20:50:51 +01:00
sidebar Replace document bar with sidebar (#937) 2021-01-24 21:39:47 +01:00
splitter Wrap markdown rendering in iframe (#837) 2021-01-24 20:50:51 +01:00
table-of-contents Replace document bar with sidebar (#937) 2021-01-24 21:39:47 +01:00
yaml-metadata Update dependency js-yaml to v4 (#934) 2021-01-09 15:12:43 +01:00
editor.tsx Replace document bar with sidebar (#937) 2021-01-24 21:39:47 +01:00
editorTestContent.ts Use yaml-array in demo content 2021-01-07 16:11:21 +01:00
utils.ts Change copyright year from 2020 to 2021 (#917) 2021-01-06 21:37:59 +01:00