Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Bamboo Walking

羽鳞君羽鳞君414 downloads

个人写作专栏 · 竹杖芒鞋轻胜马,谁怕?一蓑烟雨任平生 | Personal writing column reader

Add to Obsidian
  • Overview
  • Scorecard
  • Updates161

竹杖芒鞋轻胜马,谁怕?一蓑烟雨任平生。
— 苏轼《定风波》

安装即订阅。羽鳞君的个人写作专栏,以 Obsidian 插件的形式分发——你写文章,读者装插件,内容自动送达。

Install = Subscribe. A personal writing column by 羽鳞君, delivered as an Obsidian plugin.


✨ 怎么用 / How It Works

  1. 在 Obsidian 社区插件市场搜索安装 Bamboo Walking

  2. 打开侧边栏,浏览分类和文章

  3. 读到喜欢的,一键保存到自己的 vault

  4. Install Bamboo Walking from Obsidian's community plugin marketplace

  5. Open the sidebar, browse by category

  6. Save any article to your vault with one click


🛠 开发 / Development

内容双通道(DEV_MODE)

插件通过 DEV_MODE 决定内容来源,DEV_MODE 由构建脚本(esbuild.config.mjs)自动注入,无需手改:

  • 生产模式(npm run build):从 GitHub 仓库 miaoziguan/bamboo-column 拉取文章(见 src/constants.ts 的 GITHUB_OWNER/REPO/BRANCH)。
  • 开发模式(npm run build:dev 或 npm run dev):从本地同级目录 ../bamboo-column/articles/ 读取,方便边写边预览。

内容同步

文章源在 bamboo-column/,插件内嵌副本在 content/articles/。为避免两份内容分叉,构建前会自动同步:

npm run sync:content   # 重算 hash 并拷贝 bamboo-column/articles → content/articles

package.json 的 prebuild 钩子会在每次 npm run build 前自动执行;CI 发布流程也会显式调用并检查一致性(--strict),不一致则阻断发布。

构建与发布

npm install
npm run dev        # 开发构建(DEV_MODE=true),用 sync.sh 部署到测试 vault
npm run build      # 生产构建(自动同步内容)→ 产出 main.js / styles.css / manifest.json

打 tag 推送到 miaoziguan/obsidian-bamboo-walking 会触发 .github/workflows/release.yml:先 checkout 内容源仓库 bamboo-column,再 lint → 同步内容 → 构建 → 发 draft release。

质量门禁

npm run typecheck   # tsc --noEmit 类型检查
npm run lint        # ESLint + @typescript-eslint(未使用变量等)
npm run test        # vitest 单测(缓存版本 / 搜索匹配 / 内容脚本)

发布前请确保 typecheck、lint、test、build 全部通过。


📄 许可证 / License

  • 插件源码:MIT
  • 文章内容:CC BY-NC-ND 4.0 — 版权归羽鳞君所有,转载需授权

Plugin source: MIT. Article content: CC BY-NC-ND 4.0. All rights reserved by the author.

HealthExcellent
ReviewPassed
About
Subscribe to a personal writing column and browse curated articles by category in a sidebar. Save articles to your vault with one click, search full-text, track reading progress with a bamboo progress bar, navigate via TOC and keyboard, and use immediately with zero configuration.
PublishingSidebarImport
Details
Current version
2.10.0
Last updated
3 weeks ago
Created
3 months ago
Updates
161 releases
Downloads
414
Compatible with
Obsidian 1.8.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
羽鳞君羽鳞君miaoziguan
GitHubmiaoziguan
space.bilibili.com
  1. Community
  2. Plugins
  3. Publishing
  4. Bamboo Walking

Related plugins

YTranscript

Easily fetch transcription for any YouTube video.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Tag Wrangler

Rename, merge, toggle, and search tags from the tag pane.

Share Note

Instantly share/publish a note, with the full theme and content exactly like you see in Obsidian. Data is shared encrypted by default, and only you and the person you send it to have the key.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

Recent Files

Display a list of recently opened files.

Longform

Helps you write and edit novels, screenplays, and other long projects.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

RSS Dashboard

A dashboard for organizing and consuming RSS feeds, YouTube channels, and podcasts with smart tagging, media playback, and seamless content flow.