welpdx

Results 85 comments of welpdx

Thanks @mymykyta for finding out that it was something to do with Obsidian Sync. I don't use Sync so I guess I never encountered that problem. (I use Obsidian-Git). Yea...

Hi @kalmir, Thanks for your input but I think the error exists with `await` in front `tp.file.move`. In fact, the original post has it as `await tp.file.move` already. I think...

oooooh that is good to hear

That's ok. A PR is a Pull Request. If know how to fix this issue, you can fork this repo, add you changes, and then do a pull request. The...

Your template works as intended for me on Win 10. What system are you using? Also, are you inserting it using `Alt + E` `Templater: Open Insert Template modal" not...

Can you specify what you mean by `interval`?

In templater, you can use something like this `` From [documentation](https://silentvoid13.github.io/Templater/internal-functions/internal-modules/date-module.html)

Not sure what you want to do exactly. All I know is that Templater uses the [Eta js](https://eta.js.org/) templating engine. You can learn alot about Templater by looking at the...

You can put those function in a try catch, to ensure that your whole script runs all the way to the end. ``` ``` When there is no internet, the...

> I'd recommend creating a `new Notice()` instead of adding to `tR`. The above code meets what the guy wanted > either returning blank text or printing an error to...