mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
first commit
This commit is contained in:
8
_scripts/quick-add-projects-folder-variables.js
Normal file
8
_scripts/quick-add-projects-folder-variables.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = (params) => {
|
||||
params.variables.fileType = {
|
||||
folder: "Projects",
|
||||
//folderExclude: "",
|
||||
// There's no folder to exclude so I commented it out
|
||||
filename:"Scratchpad"
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user