Workflow Results to Markdown Notes in Your Obsidian Vault, via Google Drive

Go to Workflow
3,178 views
Built by Obsidi8n Obsidi8n
Created on June 09, 2026

Description

This workflow converts any n8n workflow outputs into Markdown notes that are accessible in your Obsidian Vault through Google Drive synchronization.

Setup Requirements
Create a designated folder in Google Drive (Desktop).
Create a symbolic link between this folder and a new target folder in your Obsidian Vault.
Configure Google Drive n8n node settings.
Send the output of any workflow to the trigger, and the notes will appear in your Vault folder.

Optional Features
You can use AI agents to:
Write notes in your preferred format (e.g., Zettelkasten).
Compose YAML front matter.
Suggest tags.

Use Cases
Convert RSS feed items to notes.
Create notes from YouTube video transcripts.
Transform tasks in Slack messages into Obsidian tasks.
(Requires setting up a corresponding workflow, e.g., RSS trigger, YouTube transcriber, or Slack bot.)

Nodes Used (4)

AI Agent
@n8n/n8n-nodes-langchain.agent
Google Drive
n8n-nodes-base.googleDrive
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured