I’m trying to integrate Airtable with Obsidian. I want to create a table in Airtable with a list of note titles, tags, folders, summaries, and links to my Obsidian files. My vault is stored in iCloud. I’d like to generate clickable links that can open the files in Obsidian. It would be great if I could transform a Dataview query into a table in Airtable.
So far, I’ve completed the following steps:
1. Synced my iCloud vault with a mirrored OneDrive vault using an app called Hazel (for MacBook);
2. Extracted note titles, tags, summaries, folders, and file links using a Python script (AI can help with this after some tweaks);
3. Used the site Make.com to send new notes from OneDrive to a table in Airtable.
Problem: The links are not working properly — they’re not clickable. Could you help me set up the links so they can open the files directly in Obsidian?