Obsidian Bases
obsidian.md
Obsidian Bases
1–10 of 14 posts
Re: Obsidian Bases
#2Are there any good ways to attach files to notes? I often want to tie a memo or email to a note but have not found a convenient way.
Re: Obsidian Bases
#3Re: Obsidian Bases
#4Re: Obsidian Bases
#5I’ve often wanted something like 1Password except not secrets.
For example, what is my wife’s blood type? What is my grandma’s address? Right now I put those in notes but it’s not discoverable.
This seems perfect for that.
Re: Obsidian Bases
#6Re: Obsidian Bases
#7How do i download this for linux? the website still has the old version?
Re: Obsidian Bases
#8You can also export your table as CVS and they plan to properly support Obsidian Publish which was never supported in Dataview.
[0]: https://github.com/blacksmithgu/obsidian-dataview, I was a big fan but it seems the author has stopped actively developing it at some point which is a shame.
Re: Obsidian Bases
#9Bases seem like a great alternative to Dataview [0] but better supported and with simpler syntax than literally writing inline JavaScript for more complicated stuff. You can also export your table as CVS and they plan to properly support Obsidian Publish which was never supported in Dataview. [0]: https://github.com/blacksmithgu/obsidian-dataview , I was a big fan but it seems the author has stopped actively developi…
Re: Obsidian Bases
#10Looks good. I liked Notion but hated that I can’t migrate my data in the future. Are there any good ways to attach files to notes? I often want to tie a memo or email to a note but have not found a convenient way.
Another way is to put a file reference into your note (in a link). Your file stays where it is and you have a link to it in a note. Links are opened by default apps as per your OS config.
Since I use Keyboard Maestro on Mac, I wrap the file references in a KM callback url before I insert them in notes. That way you can run custom macros upon clicking a link and even pass parameters. For example, I add page numbers to links to PDFs and when I open such a link, it opens the PDF to the right page.