-
Notifications
You must be signed in to change notification settings - Fork 673
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
cmd + click
Create a file in the same level directory instead of the root directory.
#994
Comments
This issue is a bit more complicated as various people have different expectations regarding where the note should be created. We have been looking into a paradigm to reason about it in #683 but that effort has stalled atm |
Is it difficult to add a configurable item? I will keep an eye on this issue, thanks very much. |
My thinking at the moment is the following:
Given the big amount of thinking and work @movermeyer put into spear heading this issue (in #683) and his "special interest" for templates in Foam, I wanted to include him in the resolution (although per the stalled PR I reckon he has been taken over by other things). But thanks for bringing up the issue, I am sure several users are affected by this and would love some clear resolution rule with some level of flexibility. |
Currently, we can use I use the following snippet to help me create the syntax which contain directory name. {
"New Foam Node": {
"scope": "markdown",
"prefix": "node",
"body": [
"[[${RELATIVE_FILEPATH/(.*)\\..+/$1/}.$2.md]]$0"
],
"description": "add new foam node"
}
} |
Keyboard Shortcuts do allow for this, but I'm mainly talking about |
Looking forward to problem solving, thanks for your reply. |
This sounds like a duplicate of #864 |
I'm facing the same issue, as I put all my notes under Looking for a solution for this. Thanks.. |
This has been fixed in 0.20.6, with the introduction of |
Please open a new issue for the bug |
Well, it doesn't work, and I did: #1170. |
Is your feature request related to a problem? Please describe.
cmd + click
Create a file in the same level directory instead of the root directoryDescribe the solution you'd like
cmd + click
Create a file in the same level directory instead of the root directoryDescribe alternatives you've considered
A path config like "${currentFolder}"
Screenshots or Videos
The text was updated successfully, but these errors were encountered: