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

Change filename rules #57

Closed
JekRock opened this issue Mar 8, 2020 · 3 comments
Closed

Change filename rules #57

JekRock opened this issue Mar 8, 2020 · 3 comments
Milestone

Comments

@JekRock
Copy link

JekRock commented Mar 8, 2020

I think it would be easier to find a previously created note by entering the same text that was used when the note was created.
How it works now:

  • CTRL+SHIFT+J -> Select/Create a note -> Type "My new note"
  • Now let's try to open it. CTRL+SHIFT+J -> Select/Create a note -> Type "My new note". After typing "My " (with space) it will suggest creating a new note.
    Suggestions don't work here because names of notes are normalized in utils
    Maybe it's better not to remove spaces from the filename?
@pajoma
Copy link
Owner

pajoma commented Mar 11, 2020

Hmm, not sure if switching of normalization could break the extension for a few users. Probably better to switch it off through a new setting, which then supports your workflow when typing in the name of the existing note.

@pajoma
Copy link
Owner

pajoma commented Dec 3, 2020

In the new version, the input will show a list of previous versions with denormalized names. Does this approach match your needs?

@pajoma pajoma added this to the 0.12 milestone Jul 6, 2021
@pajoma
Copy link
Owner

pajoma commented Aug 9, 2021

Denormalization approach seems to be working

@pajoma pajoma closed this as completed Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants