@publicvoit I just realized from reading the .textbundle/.textpack spec (it's basically a text document with assets grouped in one folder) that the text file's format is not constrained to Markdown per se.

.textpack is basically a zipped bundle, and that would work beautifully with org!

my-self-contained-blog-post.textpack/
- text.org
- assets/
-- image.png

@ctietze Got any context for me? What is textbundle or textpack?

@publicvoit https://textbundle.org/

It's an open convention to, well, bundle assets with plain text files.

Like RTFD includes images in the RTF.

Or rather doc/otf then did, because RTFD never took off outside of classic Mac I think?

But .textbundle is just a directory with a certain directory structure for apps to make sense of and find assets next to the text document.

And .textpack is just a zipped .textbundle.

Welcome to TextBundle.org!

A community site for the development of the TextBundle standard

@ctietze Ah, thank you for pointing me in that direction.

If you find any public web page that explains that from an #orgdown point of view, it might be worth linking to https://gitlab.com/publicvoit/orgdown/-/blob/master/doc/Tool-Support.org

At the moment, I think I don't have any use-case for something like that on my side.

However, it's now part of my knowledge base if that changes.

doc/Tool-Support.org · master · Karl Voit / Orgdown · GitLab

Orgdown (in short “OD) is a lightweight markup language similar to Markdown but it’s consistent, easy to learn, simple to type even without tool-support, and it is based...

GitLab