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

Content Length Indicator and Cursor Position Display #170

Open
uuur86 opened this issue Mar 28, 2024 · 2 comments
Open

Content Length Indicator and Cursor Position Display #170

uuur86 opened this issue Mar 28, 2024 · 2 comments

Comments

@uuur86
Copy link
Contributor

uuur86 commented Mar 28, 2024

By specifying that the content length indicator will display the number of characters and/or words for both the entire note and the selected portion, you provide a more comprehensive explanation of the feature's functionality. This distinction is important because it highlights the added benefit of being able to track the length of specific sections within a note, which can be particularly useful for editing and formatting purposes.

Additional Idea: Cursor Position Display:
This feature would display the current line and character position of the cursor within the note. This can be helpful for navigating and editing longer notes, especially when precise positioning is required.

Thank you for considering this request.

@samlhuillier
Copy link
Collaborator

Thank you for opening this. I think building logic around handling cursor position could be useful for a slightly different reason to what you mention: we can use where the user's cursor is to direct related notes to show only notes related to the block in the note the user's cursor is on. This will help focus the semantic lookup which I think will lead to higher quality related notes. What do you think about that?

@uuur86
Copy link
Contributor Author

uuur86 commented Apr 1, 2024

You're welcome. I'm glad to hear that.

This is really a great idea. I hope it does not cause any performance issues.

Have I got this right? We're adding:

A content length indicator for words and characters.
A cursor position display for line and character.
Displaying related notes based on cursor position.
Are there any other features?

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

No branches or pull requests

2 participants