Skip to content

Conversation

@schilkp
Copy link

@schilkp schilkp commented Apr 30, 2025

See #463 for context.

schilkp added 2 commits April 29, 2025 16:56
…ng testing

The `org` TS parser was dropped from `nvim-treesitter` due to it being
unmaintained. However, the popular `orgmode` plugin maintains a fork
that it installs. This installs the plugin in the test harness script to
allow testing of the org queries.
@schilkp
Copy link
Author

schilkp commented May 9, 2025

I have started adding other small fixes to this branch. Happy to pull them into separate PRs if org is something you see aerial supporting in the future.

This fix hides links in titles, which are usually concealed in the normal editor.

In other words, render:

* Level1_3 [[id:b2c99868-6014-4e81-a484-a4a7f7e62128][link1]] [[id:b2c99868-6014-4e81-a484-a4a7f7e62128][link2]]

as

* Level1_3 link1 link2

@stevearc
Copy link
Owner

Looks like CI isn't picking up on the treesitter parser for some reason. Once you get CI to pass, I'm happy to merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants