You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long story short Ulysses on iPhone has started screwing with all the links in my Telekasten notes and converting them to reference-style links.
Telekasten doesn't support this for follow link, neither the reference or the definition of the link.
This is valid markdown so it'd be good if Telekasten could support it. Daring Fireball Markdown Syntax Documentation
Example of what's happening:
[renerocksaitelekasten.nvim A Neovim (lua) plugin for working with a markdown zettelkasten wiki and mixing it with a journal, based on telescope.nvim](https://github.com/renerocksai/telekasten.nvim)
Becomes:
[renerocksaitelekasten.nvim A Neovim (lua) plugin for working with a markdown zettelkasten wiki and mixing it with a journal, based on telescope.nvim][1]
[1]: https://github.com/renerocksai/telekasten.nvim
It would be nice if Telekasten could follow URLs even if they aren't in the correct markdown format. This would make it easier to follow the link and fetch a correctly formatted markdown version. I know gx can do this but having to decide how to follow a link can break flow.
Even better would be a tool to convert a basic URL to markdown, it's need some code to fetch the basic HTML of a page and rip the <title> out of it.
The text was updated successfully, but these errors were encountered:
Isn't it a duplicate of #126, and also partially discussed in #294 ?
I read it a bit too fast. Indeed, the reference-style is not supported. I think this should be left for when basic markdown links are supported to prevent clashing features and an overly complex implementation.
Long story short Ulysses on iPhone has started screwing with all the links in my Telekasten notes and converting them to reference-style links.
Telekasten doesn't support this for follow link, neither the reference or the definition of the link.
This is valid markdown so it'd be good if Telekasten could support it.
Daring Fireball Markdown Syntax Documentation
Example of what's happening:
Becomes:
It would be nice if Telekasten could follow URLs even if they aren't in the correct markdown format. This would make it easier to follow the link and fetch a correctly formatted markdown version. I know
gx
can do this but having to decide how to follow a link can break flow.Even better would be a tool to convert a basic URL to markdown, it's need some code to fetch the basic HTML of a page and rip the <title> out of it.
The text was updated successfully, but these errors were encountered: