Commit graph

18 commits

Author SHA1 Message Date
Folke Lemaitre
1bbd47973d
fix(image.queries): add image type 2025-03-01 07:55:36 +01:00
Folke Lemaitre
714d7616f0
fix(image.latex): don't nest image nodes 2025-03-01 07:54:48 +01:00
Folke Lemaitre
ec487f5d85
feat(image.doc): enable inline math rendering for neorg files. Closes #1438 2025-02-26 07:50:45 +01:00
Folke Lemaitre
956fe69df3
feat(image): removed org integration, since that is now handled by the org mode plugin directly. 2025-02-20 11:41:54 +01:00
Folke Lemaitre
bc902f7032
feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
Folke Lemaitre
830ac62815
fix(image.markdown): fix image treesitter query. Closes #1300 2025-02-19 08:52:39 +01:00
Folke Lemaitre
beaa1c2efc
fix(image): fixed gsub for angle brackets. Closes #1301 2025-02-19 08:50:05 +01:00
Folke Lemaitre
e2258236a2
feat(image): added math rendering for typst. Closes #1260 2025-02-19 00:11:27 +01:00
Folke Lemaitre
10387af009
feat(images): added support for org-mode. Closes #1276 2025-02-18 23:54:17 +01:00
Olle Månsson
54ab77c5d2
feat(image): add support for svelte (#1277)
## Description

Added queries for Svelte as well, based on Vue.

Note that I am not sure if the current HTML queries, which both Vue and
this Svelt query inherits from, is working as intended.

I do not get any sort of inline images. But I guess that will have to be
debugged and fixed in another issue and the fix should not affect this
patch (hopefully).

## Related Issue(s)

Fixes #1275

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2025-02-18 16:49:40 +01:00
Folke Lemaitre
004050c435
feat(image): images are now properly scaled based on device DPI and image DPI. Closing #1257 2025-02-18 16:31:37 +01:00
Folke Lemaitre
f8e7942d6c
feat(image): added support for mermaid diagrams in markdown 2025-02-18 00:17:05 +01:00
Folke Lemaitre
507c1836e3
feat(image): added support for typst. Closes #1235 2025-02-17 13:28:16 +01:00
Folke Lemaitre
0bf0c6223d
feat(image): refactor of treesitter queries to support inline image data 2025-02-17 12:49:38 +01:00
Folke Lemaitre
95878ad32a
feat(image): adde support for Image in jsx
Some checks failed
CI / ci (push) Failing after 0s
2025-02-16 15:13:34 +01:00
Folke Lemaitre
a8b3c20fbc
refactor(image): make tsx inherit from javascript 2025-02-16 15:10:45 +01:00
Folke Lemaitre
a596f8a9ea
feat(image): added support for a bunch of aditional languages 2025-02-16 14:16:15 +01:00
Folke Lemaitre
c98c4c0307
feat: config & setup 2024-11-03 12:56:05 +01:00