feat(wiki): ingest remaining subdirectories batch (51 files)

- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
This commit is contained in:
2026-04-14 20:48:34 +08:00
parent 631b34fa88
commit f9ac3145ab
79 changed files with 2920 additions and 153 deletions

View File

@@ -0,0 +1,38 @@
---
title: "macOS 创建与解除 Symbolic LinkOpenClaw 目录映射)"
type: source
tags: [macos, symbolic-link, obsidian, openclaw]
date: 2025-09-15
---
## Source File
- [[raw/Home Office/macOS 创建与解除 Symbolic LinkOpenClaw 目录映射).md]]
## Summary
- 核心主题:在 macOS 上创建符号链接,将 OpenClaw 隐藏目录映射为普通目录供 Obsidian 使用
- 问题域:跨工具数据访问
- 方法/机制ln -s 创建符号链接Obsidian 以普通目录作为 Vault
- 结论/价值OpenClaw 和 Obsidian 访问同一份数据,两者互不干扰
## Key Claims
- OpenClaw 默认使用 ~/.openclaw 隐藏目录
- 符号链接 ~/openclaw -> ~/.openclaw 使 Obsidian 可直接访问
- rm ~/openclaw 只删除链接,不删除真实目录
- 建议结构:~/openclaw 作为实际目录,~/.openclaw 作为符号链接指向它
## Key Quotes
> "rm ~/openclaw该操作只会删除链接文件不会删除真实目录" — 符号链接删除的关键安全说明
## Key Concepts
- [[Symbolic Link]]符号链接Unix/Linux 文件系统中的快捷方式
- [[Obsidian]]:本地笔记工具,可作为 Vault 使用符号链接目录
## Key Entities
- [[OpenClaw]]AI Agent 框架
## Connections
- [[Obsidian]] ← accesses ← [[Symbolic Link]]
- [[Symbolic Link]] ← points_to ← [[OpenClaw]]
## Contradictions
-