Commit Graph

6 Commits

Author SHA1 Message Date
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