You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to ask if there's a way to export a document I've created new but haven't actually saved anywhere yet ("Untitled") — I built a custom export script for my purposes and am injecting ${currentPath} into the command. It works great for files that are saved / persisted, but it doesn't seem to work with temporary / yet-to-be-saved files. Which makes sense, I understand. Just curious if there's another variable or way to pass along a file path to a command. Mostly just hoping there's like a temp file or something that Typora is persisting until the user decides to save everything to a real file, and I could use the temp file instead?
Thank you!
The text was updated successfully, but these errors were encountered:
I guess it's not that out-of-the-blue either — we can export unpersisted files to PDF and various other means; just trying to figure out my missing piece here
Hello!
Just wanted to ask if there's a way to export a document I've created new but haven't actually saved anywhere yet ("Untitled") — I built a custom export script for my purposes and am injecting
${currentPath}
into the command. It works great for files that are saved / persisted, but it doesn't seem to work with temporary / yet-to-be-saved files. Which makes sense, I understand. Just curious if there's another variable or way to pass along a file path to a command. Mostly just hoping there's like a temp file or something that Typora is persisting until the user decides to save everything to a real file, and I could use the temp file instead?Thank you!
The text was updated successfully, but these errors were encountered: