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
I ran into an issue on iOS where the extension showed text in mobile Safari but the note in Obsidian only had the title applied then I had to paste manually in the body of the note. I realized the issue was because of some Templater settings I have for new notes.
The workaround was to use a regex in Templater to ignore the Clippings directory when applying templates:
I ran into an issue on iOS where the extension showed text in mobile Safari but the note in Obsidian only had the title applied then I had to paste manually in the body of the note. I realized the issue was because of some Templater settings I have for new notes.
The workaround was to use a regex in Templater to ignore the Clippings directory when applying templates:
^(?!\/?(Clippings)\/).* (+Template)
I cross-posted this solution to SilentVoid13/Templater#1465 (comment)
(edit: feel free to close this issue, just wanted to get it indexed for anyone searching for answers)
The text was updated successfully, but these errors were encountered: