mProjectsCode / obsidian-meta-bind-plugin

A plugin for Obsidian to make your notes interactive with inline input fields, metadata displays, and buttons.
https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/
GNU General Public License v3.0
390 stars 33 forks source link

Document default `storagePath` on Bind Targets page #336

Closed RayBB closed 1 month ago

RayBB commented 1 month ago

Is your Feature Request Related to a Problem?

No response

Describe the Feature you'd Like

https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/guides/bindtargets/

This page says

The following bind target will always use the default storage type frontmatter

However, it doesn't list the default storagePath (such as when using Memory). I assume that it is the current file but it would be good to make it explicit.

Thanks again for all your work on this :) I hope my opening of issues and PRs isn't too overwhelming. Just wanna do my part to improve the docs while I'm with fresh eyes and the issues are popping out at me.

Additional Context

No response

mProjectsCode commented 1 month ago

https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/guides/bindtargets/#2-the-storage-path

here it says

The storage path usually points to a file. If it is omitted, the current file is used.

RayBB commented 1 month ago

Would you accept a PR to update it to use the word default? I see that it says it but to me, it is easy to miss.

If not, feel free to close this issue.

mProjectsCode commented 1 month ago

Feel free to make a PR

RayBB commented 1 month ago

PR created https://github.com/mProjectsCode/obsidian-meta-bind-plugin-docs/pull/10