张潘14 downloadsPlaylist-based note navigation for Obsidian. Create playlists, navigate sequentially, and manage your reading flow.
Playlist-based note navigation for Obsidian. Create playlists, navigate notes sequentially, track your reading progress, and manage your flow from a dedicated sidebar panel.
Playdown turns a set of notes into a "playlist": add notes to an ordered list, read them one by one, mark your position, and jump back at any time. It is built for sequential reading workflows such as reviewing a series of notes, reading a book chapter by chapter, or working through a learning path.
[[wiki links]] in the current note; export a playlist back to Markdown.Alt+ArrowUp / Alt+ArrowDown.| Command | Description |
|---|---|
| Open view | Open the Playdown sidebar panel |
| Create playlist | Create and activate a new playlist |
| Add current note to playlist | Append the currently open note to the active playlist |
| Previous note / Next note | Navigate backward or forward within the active playlist |
| Mark current note and go to next | Record the current position, then move to the next note |
| Return to marked note | Jump back to the note you marked |
| Export active playlist to Markdown | Generate a file with one [[link]] per line |
| Import playlist from current note | Parse [[wiki links]] from the open Markdown file into a new playlist |
The plugin's in-app UI is currently localized in Chinese. Command names are in English so they can be bound to hotkeys easily.
main.js, manifest.json, and styles.css from GitHub Releases into <vault>/.obsidian/plugins/playdown/.npm install # install dependencies
npm run build # build main.js
Source code lives in src/; the bundled main.js is produced by esbuild.
Playdown 是播放列表式笔记导航插件:把笔记按顺序串成播放列表,逐篇阅读、标记进度、随时跳回。
[[链接]],导出为 MarkdownAlt+↑/↓)调整阅读顺序MIT License,见 LICENSE。