Commit Graph

16 Commits

Author SHA1 Message Date
3a2af2adb4 Add TunitModifications with first modifier unite_with_next 2023-03-28 14:48:26 +02:00
61253f301a Add mainly disfunctional test
Due to utter negligence test results are currently:

221 tests, 186 failures
2023-03-15 10:49:29 +01:00
f2dd8de143 Add support for img tags 2023-01-15 17:27:51 +01:00
705c7d2b53 Update partitioning 2023-01-14 22:01:21 +01:00
b7db9cdd8e Update partitioning to strip empty elements 2023-01-13 14:09:37 +01:00
cf9118c5ac Fix issue with end of sentence 'disguised' by markup 2023-01-11 22:15:04 +01:00
2d3a511bff Update tests to use nanoids 2023-01-11 22:08:38 +01:00
49b72cbf68 Cleanup some code 2023-01-04 15:27:30 +01:00
9a7dc7cf80 Add ignoring non-period points/dots 2023-01-04 15:26:05 +01:00
f54c08193b Add (still failing) test for partitioning an InternalTree 2023-01-02 22:38:52 +01:00
9e9c7b5519 Add Translators/deepl_accounts
mix phx.gen.live Translators DeeplAccount deepl_accounts\
  name:string description:text auth_key:string character_limit:integer\
  character_count:integer our_character_count:integer user_id:references:users
2022-12-26 18:51:30 +01:00
f66521dba8 Add Translations
mix phx.gen.live Translations Translation translations \
  lang:string title:string teaser:text content:map \
  date:utc_datetime user_id:references:users \
  public:boolean unauthorized:boolean article_id:references:articles
2022-12-26 18:45:40 +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
005a9d9337 Add Authors
mix phx.gen.live Authors Author authors name:string description:text homepage_name:string homepage_url:string
2022-12-26 17:12:46 +01:00
ad2f1e8ea0 Add users/authentication with phx.gen.auth 2022-12-26 15:30:06 +01:00
81466c3941 Initial commit
After mix phx.new
2022-12-26 14:55:17 +01:00