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

[Feat]: option to see and jump to available notes while create a new note #96

Open
sardnar opened this issue May 31, 2024 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@sardnar
Copy link

sardnar commented May 31, 2024

app

joplin-vscode-plugin

Is your feature request related to a problem? Please describe.

In emacs orgmode, there is a very nice feature, one can use helm to search for all notes in the directory, but also if nothing shows up or moving the cursor one step up, you can add new note, which makes sense like "if there is no available note, create it!"

Describe the solution you'd like

as previously stated, the create new note should fuzzly search the previous notes so user can decide if he needs to create new note or navigate to existing one

Describe alternatives you've considered

.

Additional context

No response

@sardnar sardnar added the enhancement New feature or request label May 31, 2024
@rxliuli
Copy link
Owner

rxliuli commented May 31, 2024

Yes, but which notebook will this note be in?

@sardnar
Copy link
Author

sardnar commented Jun 1, 2024

good question! Here is my 2 cents.
Actually when I create new note using the extension, for some reason it defaults to particular notebook! so maybe the best solution here that the new note directory is selected also on the fly as this will save time to ensure that I am at the right location.

Again refering to how orgmode works, when you search for note title, note titles are shown with there subdirectory (notebooks). For example:
if searching for "statistics", it will match "biology/intro_statistics" and "statistics/regression".

Like so, a slash can be used to separate between a notebook and note. The rules are:

  • not creating (overriding) existing notebook
  • not creating note with same title in same notebook
  • not creating 2 notebooks at a time. (only one new notebook and one new note is allowed)

As everything is show in a search bar as one is typing, it should be intuitive and easier than going back and forth to make sure which notebook is it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants