Commit Graph

16 Commits

Author SHA1 Message Date
2111cfa1d1 Add iframe to elements that may be empty 2025-05-05 14:45:43 +02:00
357bcae450 Add ’ to partitioning regex 2023-05-28 15:23:25 +02:00
f2dd8de143 Add support for img tags 2023-01-15 17:27:51 +01:00
b520df2561 Fix stripping img and br tags as empty 2023-01-14 22:10:11 +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
e45e3597c9 Fix tiny slip of thought 2023-01-12 22:45:24 +01:00
cf9118c5ac Fix issue with end of sentence 'disguised' by markup 2023-01-11 22:15:04 +01:00
403116cd08 Replace uuids with "nanoid"s 2023-01-11 19:01:28 +01:00
429352b32d Remove superfluous Logger 2023-01-04 16:40:14 +01:00
501648f496 Remove unused function 2023-01-04 15:56:14 +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
b0f8778c07 Fix tiny issue with nonsensical html 2023-01-04 14:59:29 +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