-
Notifications
You must be signed in to change notification settings - Fork 16
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
Feature Request: New Note Location #8
Comments
Hi, @chrisgrieser. Thank you for creating Feature Request!
You can specify where the new note gets placed if you set If my understanding is mistaken, please tell me. 😄 |
Yes, but that location is rather inflexible. What I was thinking is that "Another Quick Switcher" could let you select the location where to place the new note dynamically each time:
This would allow you much for flexibility, as you can decide every time where you would like to have the new file :) |
@chrisgrieser I think I can implement it quickly as follows.
However, the above is essentially the same thing as follows, except that you need not run
Are you ok with it? |
yes, basically that should the intended feature, and I think for the most part, that also solves the issue. However, I think it could make sense to implement the moving independent from the default move command, since that one relies on the file explorer core plugin being enabled. And I assume many people who are heavy users of quick switchers tend do deactivate that core plugin, though. (for example, I did.) |
Oh, I didn't have that idea. If you don't mind, can you tell me the advantage of deactivating |
I simply do not use the file explorer, since I have a rather flat structure and don't use folders much. The Quick Explorer and Recent Files are enough for me as plugins. Deactivating the file explorer removes some unnecessary commands from the command palette & also removes the file explorer icons from the sidebar (you cannot remove it otherwise) |
I see. Simple is important, I think so, too. Additionally, while As as result,
|
that sounds great, looking forward to it :) |
Hi, @chrisgrieser. I have implemented it as an experiment. 2021-11-03_19h12_13.mp4Of course
If you think it is ok, I'll release it as version 1.2.0 :) |
Looks fine to me! Thanks a lot :) |
@chrisgrieser I have released as v1.2.0 🚀 |
The addition of
cmd + shift
was a great idea!Ad far as I can tell, it always places the new note in the Vault root. Would it be possible to add some customization where new notes get placed?
Ideally, the new note creation would trigger another suggester where you can select a folder. And Subsequently, the new note gets placed at that location. 🙏
The text was updated successfully, but these errors were encountered: