What does "add :can-create-file" mean? #399
Answered
by
richardstevenhack
richardstevenhack
asked this question in
Q&A
-
I'm trying to get a system command to output a date and create a file with that date The shell command executes and outputs the date. But when I select "Open Files" I get popup that says the file doesn't exist and to "add :can-create-file to the shell command output". I don't know what that means or how to do it. |
Beta Was this translation helpful? Give feedback.
Answered by
richardstevenhack
Mar 3, 2024
Replies: 1 comment 1 reply
-
Hi @richardstevenhack ! 🙂
Generally, Open files expects that all output (to
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stat -c %w "/Data2/Planning/Obsidian Vault/Untitled.md
2024-03-03 13:07:28.184741408 -0800
stat -c %w "/Data2/Planning/Obsidian Vault/Untitled.md
to look at the file. I'm not even outputting anything at this point.stat: cannot statx '/Data2/Planning/Obsidian Vault/Untitled.md': No such file or directory
You're right that it's caused by the Flatpak environment. There is a way to override the Flatpak security. I …