respect new file location
See original GitHub issueCurrently, all newly created files get created in the vault root.
It would be great if the new file location setting could be respected.
app.vault.getConfig('newFileLocation')
'root'
'current'
'folder' -> a user-specified folder
if ('folder') {
app.vault.getConfig('newFileFolderPath')
'folder-name'
}
Issue Analytics
- State:
- Created a year ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
Understanding File Paths - Medium
File paths specify the location of individual files. They are used to give files access to one another and they are of two...
Read more >Naming Files, Paths, and Namespaces - Win32 apps
Use a period to separate the base file name from the extension in the name of a directory or file. Use a backslash...
Read more >Navigating Files and Directories - Data Carpentry
First navigate to the shell_data directory. There is a hidden directory within this directory. Explore the options for ls to find out how...
Read more >How to read file from relative path in Java project? java.io.File ...
File directory = new File("./"); System.out.println(directory.getAbsolutePath());. Observe the output, you will come to know the current ...
Read more >File and Directory Names: File, Path, Paths (Java Files Tutorial)
Windows: filePath = C:\Users\svenw\AppData\Local\Temp\\test1578950862590; Linux: filePath = /tmp/test1578950884314. Did you spot the problem? On ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you! 😃
Huh, that’s odd. That’s the option I mean. For me it placed all the files at the vault root although I was in a folder. I’ll try to repro.