Sam

Results 134 comments of Sam

Great explanation @cfurrow! This change was made to support loading JS user scripts on Obsidian mobile (which doesn't allow for dynamic imports in the previous version). I think it is...

I've started working on a possible solution on this branch: https://github.com/SilentVoid13/Templater/tree/cwd-fix It's a WIP, but would like some feedback if this addresses your use-cases. Since the `require` is for another...

@cfurrow and company, I've opened a PR with my solution: #543 It would be great if you are able to pull down the PR and test this before I go...

Include will process any templater commands in the note being included. So just put your date logic there instead of trying to process it multiple times. It's unlikely we'll be...

Yeah. I actually think the autocomplete should only trigger if you're inside a

To fix this we need to edit the regex expression here: https://github.com/SilentVoid13/Templater/blob/b7781a7ab7757f07cfdfc2c6fcabcc9b94e44a2a/src/editor/Autocomplete.ts#L23

Obsidian's default behaviour has changed which is why this command no longer works as expected.

Also happy to merge a warning in the docs that this isn't working as expected right now.

What happens if you escape the apostrophe: doesn\'t I don't think there is any special handling of comments when processing a command.