decaf-dev / obsidian-dataloom

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.
https://dataloom.xyz/
MIT License
900 stars 32 forks source link

Support external links to files #846

Open a-rock-lobster opened 8 months ago

a-rock-lobster commented 8 months ago

Problem

I think I'm correct in thinking that there is no way to link to locally stored files (outside of obsidian such as PDF docs).

My personal use case is I love the idea of using DataLoom to keep on top of my reading history. Currently, I have a big bullet point list of bibliographic references, links to respective files and tags. It doesn't seem to work to embed links to files in Dataloom.

Solution

Within Obsidian it is possible to insert pathnames to files (I'm on mac if of any relevance) as links which can be particularly neat if done with /[text]/(pathname). Is it possible to utilise this feature of obsidian within dataloom?

Additional details

I hope I managed to explain myself sufficiently 😅

decaf-dev commented 8 months ago

Hey @a-rock-lobster. Thanks for this issue. I didn't know you could link to external files outside of Obsidian. I will need to try that.

a-rock-lobster commented 8 months ago

You're welcome. I use it with the Paste url into Selection addon. Works really well. I just paste the path to a file (i.e. book) onto some text (i.e. book title).

murazi commented 7 months ago

My needs are much simpler. When pasting a hyperlink into a table, markdown syntax, title + hyperlink: [](https://abcd.com) instead of just writing https://abcd.com

a-rock-lobster commented 7 months ago

It's the same process, except with a url instead of a pathname. Both work within Obsidian.