Commit Graph

9 Commits

Author SHA1 Message Date
60eaca943a Cleanup superfluous code 2023-01-30 22:05:38 +01:00
4e311f711c Add some void elements to HtmlDocComponent 2023-01-19 22:19:06 +01:00
078db6e38e Update garnish and render_doc functions
Now all element node attributes have to be threaded through the
eph.attributes which is done by the garnish function.
2023-01-19 13:48:56 +01:00
8220b112bf Fix issue with wrongfully used assign function 2023-01-19 11:26:26 +01:00
f2dd8de143 Add support for img tags 2023-01-15 17:27:51 +01:00
d7325d64c5 Add use <tunit> instead of <span> for Deepl translation
To avoid getting results like "... bla.&quot;</span>" ->
"... bla</span>.&quot;" from Deepl we need to set set splitting_tags
option to an element name (that's not as common as span).
2023-01-14 21:59:57 +01:00
403116cd08 Replace uuids with "nanoid"s 2023-01-11 19:01:28 +01:00
33ed533a1a Update editing translation 2023-01-09 21:35:35 +01:00
78160a5bae Add HtmlDocComponent to render the InternalTree
Very basic but promising.
2023-01-05 22:22:44 +01:00