You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you searched existing Github issues to see if someone has already requested this feature?
Yes
Is your feature request related to a problem? Please describe.
I'm always frustrated when working on different projects to have to switch to its buffer/file and loose a global overview of all my notes.
Describe the solution you'd like
I want to be able to easily assign a block to a file and still have it shown in the global block's list.
Working on project1 and project2; I ultimately want to save those notes in the relevant project but in the day-to-day work a global journal of all notes is more practical than having to switch and remember to which context it was captured.
Describe alternatives you've considered
keep an open note for each project.
Additional context
At the end of the month I would take a copy of each of the previous project'buffer and add them to their project folder/vscode workspace/git repo
The text was updated successfully, but these errors were encountered:
I would be reluctant to add a special buffer that combines blocks from multiple buffer files. Both because it would be quite complex to implement, but also conflict against the current principle where each buffer corresponds to a file.
However, I wonder if having a feature that would move the current block to a different buffer could satisfy your needs? I'm thinking something similar to Ctrl/Cmd-S that instead of popping up a dialog where you can create a new buffer, you would get a dialog where you'd select an existing buffer to where the current block would be moved.
Have you searched existing Github issues to see if someone has already requested this feature?
Yes
Is your feature request related to a problem? Please describe.
I'm always frustrated when working on different projects to have to switch to its buffer/file and loose a global overview of all my notes.
Describe the solution you'd like
I want to be able to easily assign a block to a file and still have it shown in the global block's list.
Working on project1 and project2; I ultimately want to save those notes in the relevant project but in the day-to-day work a global journal of all notes is more practical than having to switch and remember to which context it was captured.
Describe alternatives you've considered
keep an open note for each project.
Additional context
At the end of the month I would take a copy of each of the previous project'buffer and add them to their project folder/vscode workspace/git repo
The text was updated successfully, but these errors were encountered: