Batch: enforce full 7-field frontmatter on all 360 notes (obsidian_frontmatter.py v3)
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
---
|
||||
title:
|
||||
source:
|
||||
author: shenwei
|
||||
published:
|
||||
created:
|
||||
description:
|
||||
tags: [n8n, telegram]
|
||||
---
|
||||
|
||||
|
||||
#n8n #telegram
|
||||
## Summary:
|
||||
- When I configure Telegram Trigger, I got an error message: **Telegram Trigger: Bad Request: bad webhook: An HTTPS URL must be provided for webhook**
|
||||
|
||||
@@ -62,6 +62,15 @@ title: 安装 curl 和 wget
|
||||
author: shenwei
|
||||
tags: [docker, n8n, workflow]
|
||||
---
|
||||
---
|
||||
title: 安装 curl 和 wget
|
||||
source:
|
||||
author: shenwei
|
||||
published:
|
||||
created:
|
||||
description:
|
||||
tags: [docker, n8n, workflow]
|
||||
---
|
||||
|
||||
# Navigate to the directory containing your docker compose file
|
||||
cd </path/to/your/compose/file/directory>
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
title: N8N Full Tutorial Building AI Agents in 2025 for Beginners!
|
||||
source: https://www.youtube.com/watch?v=ZbIVOy_GPyQ&t=12s
|
||||
author: shenwei
|
||||
published:
|
||||
created: 2025-03-06
|
||||
description:
|
||||
tags: [ai, ai-agent, n8n, tutorial]
|
||||
link:
|
||||
kanban-plugin:
|
||||
@@ -10,6 +12,7 @@ aliases:
|
||||
cssclasses:
|
||||
---
|
||||
|
||||
|
||||
#n8n #ai #ai-agent #tutorial
|
||||
|
||||
**Summary**
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
---
|
||||
title: 安装Claude Desktop
|
||||
source:
|
||||
author: shenwei
|
||||
published:
|
||||
created:
|
||||
description:
|
||||
tags: [claude, n8n, nodjs]
|
||||
---
|
||||
|
||||
|
||||
#nodjs #n8n #claude
|
||||
|
||||
```table-of-contents
|
||||
|
||||
@@ -35,6 +35,15 @@ https://nodejs.org/en/download
|
||||
title: 标题:使用Claude自动生成N8N工作流的实操教程
|
||||
author: shenwei
|
||||
---
|
||||
---
|
||||
title: 标题:使用Claude自动生成N8N工作流的实操教程
|
||||
source:
|
||||
author: shenwei
|
||||
published:
|
||||
created:
|
||||
description:
|
||||
tags: []
|
||||
---
|
||||
|
||||
# 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