question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

respect new file location

See original GitHub issue

Currently, 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:closed
  • Created a year ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
kometenstaubcommented, Jun 21, 2022

Thank you! 😃

1reaction
kometenstaubcommented, Jun 20, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found