Commit Graph

12 Commits

Author SHA1 Message Date
38b3f0c272 Add hyphenation and a generalized render_public_content function 2023-01-26 21:48:50 +01:00
bec0e0ae5c Add exporting directly to a file 2023-01-23 14:30:25 +01:00
5b6e3c5176 Add legacy_export function for export to the old outlook 2023-01-19 13:58:49 +01:00
c672d6661e Add wrapper for garnish/2 for phx event 2023-01-19 13:52:38 +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
a95131bdbb Add rendering the translation with title tags 2023-01-14 22:04:28 +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
d589d84b40 Add creating and basic editing of translation 2023-01-04 14:42:13 +01:00
4949797343 Update partitioning the raw tree (means converting it to "non-raw" tree)
Finally achieves to pass the first internaltree test.
2023-01-04 14:21:55 +01:00
b48274eaef Add :eph field to %TranslationUnit{} and remove :sibling_with
Using :eph from now on to store ephemeral data like :sibling_with. Additionally
added cleaning up :eph before saving to db. And renamed InternalTree.Basic
to InternalTree.RawInternalBasic to make clear that it contains function
for an intermediary tree structure.
2022-12-29 22:09:26 +01:00
b7bd9195b6 Add importing html and save it to Article
Additionally defines a wizard logic which is partially unused yet.
2022-12-29 16:43:52 +01:00