-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
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
Support for new link parsing + syntax #178
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using the workaround explained in [1] we can conceal basic markup entirely based on the TS syntax tree. While this has some minor edge cases (especially considering the display of a colorcolumn). This commit also introduces a new conceal setting called `volatile` which will make icons.. well.. volatile! That means, that the concealing will be lifted when the cursor is above the extmarks start position making editing possible in a much easier fashion. [1]: neovim/neovim#15706 (comment)
Instead we now remove extmarks only around the cursor upon InsertEnter.
Some changes in the TS parser now made all this soooo much simpler!
- Add new `core.started` event that you can hook into via user callbacks - Cleanup to allow now `core.norg.esupports.hop` implementation - Update README.md with new stuff
- Remove popup-based system in favour of notification-based system - Add `:Neorg news` command - Add `message` and `show_at_startup` flags
Rather than concealing the full text nodes, we only conceal the actual markup in order to avoid issues when dealing with multi-line markup (for example).
vhyrro
added a commit
that referenced
this pull request
Jan 24, 2022
esquires
pushed a commit
to esquires/neorg
that referenced
this pull request
Apr 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for a few things:
attached-modifiers
branch of the treesitter parser- [-] Something I won't do
@
location tag ([link](@non-norg-file.txt)
)[link](:some-norg-file:)