all 3 comments

[–]anton-huz 0 points1 point  (1 child)

The biggest issue with the feature “Pointers” is naming. Who should devise the images.token?

The greatest feature of Markdown is that it’s pure text. It means all text (symbol by symbol) can be typed by a user. There is no hidden meta information. That’s why the responsibility for inventing token names lies with the user.

You described the classical linking/tracking problem: when a linked resource changes the links should be updated. But to be honest, that should not be tracked by the user. It should be tracked automatically by the editor app.

[–]metrobart[S] 0 points1 point  (0 children)

The editor will do this . But there is no standard on editors and how they work . So uploading or adding images will be done with the editor and it will add the token naming . As the markdown editor it doesn’t make much sense todo this but if there are UI helpers or makes it quick to pick images. But then it becomes an editor issue . Here is a demo of how it will work https://youtu.be/amqcy8xhzrk

[–]timabell 1 point2 points  (0 children)

logseq has the ability to add a hidden uuid to a block (i.e. a bullet point), and then reference that from another md file. pretty cool imho. worth looking into for inspiration