Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for iOS clippings not being captured in Obsidian with Templater #178

Closed
tayiorbeii opened this issue Nov 17, 2024 · 1 comment
Closed

Comments

@tayiorbeii
Copy link

tayiorbeii commented Nov 17, 2024

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)

@kepano
Copy link
Collaborator

kepano commented Nov 17, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants