Batch: add/reorder frontmatter for all 360 notes (obsidian_frontmatter.py v3)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---
|
||||
author: shenwei
|
||||
tags: [n8n, telegram]
|
||||
---
|
||||
|
||||
#n8n #telegram
|
||||
## Summary:
|
||||
|
||||
@@ -57,7 +57,12 @@ USER node
|
||||
|
||||
If you run n8n using a Docker Compose file, follow these steps to update n8n:
|
||||
|
||||
``` bash
|
||||
``` bash---
|
||||
title: 安装 curl 和 wget
|
||||
author: shenwei
|
||||
tags: [docker, n8n, workflow]
|
||||
---
|
||||
|
||||
# Navigate to the directory containing your docker compose file
|
||||
cd </path/to/your/compose/file/directory>
|
||||
|
||||
|
||||
@@ -1,21 +1,15 @@
|
||||
---
|
||||
title: N8N Full Tutorial Building AI Agents in 2025 for Beginners!
|
||||
source: https://www.youtube.com/watch?v=ZbIVOy_GPyQ&t=12s
|
||||
author:
|
||||
- https://www.skool.com/ai-foundations
|
||||
author: shenwei
|
||||
created: 2025-03-06
|
||||
description:
|
||||
tags:
|
||||
- ai
|
||||
- ai-agent
|
||||
- n8n
|
||||
- tutorial
|
||||
published:
|
||||
link:
|
||||
kanban-plugin:
|
||||
aliases:
|
||||
tags: [ai, ai-agent, n8n, tutorial]
|
||||
link:
|
||||
kanban-plugin:
|
||||
aliases:
|
||||
cssclasses:
|
||||
---
|
||||
|
||||
#n8n #ai #ai-agent #tutorial
|
||||
|
||||
**Summary**
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
title: 安装Claude Desktop
|
||||
author: shenwei
|
||||
tags: [claude, n8n, nodjs]
|
||||
---
|
||||
|
||||
#nodjs #n8n #claude
|
||||
|
||||
|
||||
@@ -31,7 +31,11 @@ n8n-MCP serves as a bridge between n8n's workflow automation platform and AI mod
|
||||
#### 安装node.js
|
||||
https://nodejs.org/en/download
|
||||
|
||||
``` shell
|
||||
``` shell---
|
||||
title: 标题:使用Claude自动生成N8N工作流的实操教程
|
||||
author: shenwei
|
||||
---
|
||||
|
||||
# Docker has specific installation instructions for each operating system.
|
||||
# Please refer to the official documentation at https://docker.com/get-started/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user