Skip to content

editor: inline tags #7751

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

01zulfi
Copy link
Collaborator

@01zulfi 01zulfi commented Mar 7, 2025

Signed-off-by: 01zulfi 85733202+01zulfi@users.noreply.github.com

Closes #1387

01zulfi added 4 commits March 7, 2025 17:03
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
* handle backspace and click
* improve styling

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
* And minor styling change

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
@01zulfi 01zulfi marked this pull request as ready for review March 25, 2025 11:06
@01zulfi 01zulfi changed the title editor: (wip) inline tags editor: inline tags Mar 25, 2025
Copy link
Contributor

@thecodrr thecodrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is cool but radically different from what we need:

  • Typing # in the editor should open a menu with a list of recent tags.
  • Typing after the # should filter the tags in the opened menu
  • We can get rid of the addTag and removeTag functions and instead handle the tags addition/removal in core during the parse phase when saving a note. Just like attachments, note links etc.

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.

Inline #tags
2 participants