top | item 41126902

(no title)

BenFeldman1930 | 1 year ago

That line of thought requires us to take unnecessary and costly effort to deduce structure from content. For example, finding a date in an e-mail body via regular expressions or NER tools. If the structure of the content is explicit, we know what part of the text is a date and what parts are not.

discuss

order

Skeime|1 year ago

While I do agree that extensibility is vital for a general tool like this (and Markdown isn't), I also think that it is necessary to make certain concessions to standard elements (like paragraphs) in a text. I think TeX and Typst get this right, for example, and writing text is the default, with light-weight markup for paragraphs. Both of them then have ways to still switch into "structured" markup where desired.

Also, just offering the ability to introduce structure does not mean that it is done. For example, I could still write

    (p [I write this comment on August 1, 2024.])
So there is the question whether using something like Skribilo would really save us from having to heuristically extract dates from e-mail bodies in practice.