Commit Graph

20 Commits

Author SHA1 Message Date
d53eceb7a0 Add remarks to articles 2023-05-04 18:12:57 +02:00
8a0e2f22c1 Improve html tree component 2023-05-03 22:37:43 +02:00
7990b74bf0 Add "Unite with next" button 2023-05-02 22:09:04 +02:00
b92503d643 Replace outdated render_html_preview() with render_doc component 2023-03-15 13:24:54 +01:00
6d0ae825d8 Remove tids for Translations 2023-03-01 15:58:38 +01:00
faf2bb0e2e Improve logic and add working "delete" links 2023-02-14 21:02:48 +01:00
66a61c8380 Add tidy_raw() helper 2023-02-14 20:55:36 +01:00
b0267ef752 Add long urls for Artikel 2023-02-12 18:46:19 +01:00
f76f218652 Sanitize HtmlTreeComponent 2023-01-27 12:02:29 +01:00
eff9890fce Add assign for the article_content 2023-01-19 22:21:11 +01:00
aab04f5ecc Add public_content to translations table and rename lang to language 2023-01-15 17:55:26 +01:00
3b1c1d04a1 Add listing translation with article 2023-01-14 21:51:04 +01:00
54d0ad26d5 Fix issue with missing assign in default edit code 2023-01-11 19:07:07 +01:00
8de7169217 Add showing tunit boundaries 2023-01-04 14:43:51 +01:00
d589d84b40 Add creating and basic editing of translation 2023-01-04 14:42:13 +01:00
d9022fb0c7 Add dropdown for language of Article
And a configuration with the available Deepl source and target languages.
2022-12-30 21:13:59 +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
5cbf05f650 Add first step of creating an Article 2022-12-27 23:23:16 +01:00
f7f1e1a284 Add Articles
mix phx.gen.live Articles Article articles title:string\                                                            /Crucial/git/phoenix-liveview-book
  content:text url:string language:string\
  date:utc_datetime author_id:references:authors
2022-12-26 18:02:29 +01:00