Skip to content
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

Block aware search #60

Open
heyman opened this issue Dec 24, 2023 · 0 comments
Open

Block aware search #60

heyman opened this issue Dec 24, 2023 · 0 comments
Labels
enhancement New feature or enhancement

Comments

@heyman
Copy link
Owner

heyman commented Dec 24, 2023

The current search feature is using the implementation from Codemirro which is not aware of blocks. Therefore it'll match the block delimiter lines (∞∞∞javascript).

Heynote should have a search feature that is "block aware" that wouldn't match the hidden delimiters, and where you can choose to only search the current block.

I believe this is best implemented as it's own feature, rather than trying to extend the Codemirror search (though we could copy relevant parts into Heynote if beneficial).

I also think that we can come up with an improved UI for the search feature.

@heyman heyman added the enhancement New feature or enhancement label Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant