We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have recently started to use orgmode, great plugin!
However, I'm currently missing image support (org-toggle-inline-images) and external link support (https://orgmode.org/manual/External-Links.html).
I started to look, how to add integration for org files to https://github.com/3rd/image.nvim. They use treesitter to query all links. However, I noticed that the org grammar has no image symbol, and you use regex matching for almost all expressions (https://github.com/nvim-orgmode/orgmode/blob/de02a0cfbe3484accb73025b6dd71b2cc4ae3eff/lua/orgmode/files/file.lua#L721).
My Questions:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have recently started to use orgmode, great plugin!
However, I'm currently missing image support (org-toggle-inline-images) and external link support (https://orgmode.org/manual/External-Links.html).
I started to look, how to add integration for org files to https://github.com/3rd/image.nvim.
They use treesitter to query all links. However, I noticed that the org grammar has no image symbol, and you use regex matching for almost all expressions (https://github.com/nvim-orgmode/orgmode/blob/de02a0cfbe3484accb73025b6dd71b2cc4ae3eff/lua/orgmode/files/file.lua#L721).
My Questions:
The text was updated successfully, but these errors were encountered: