Scrapbox-flavored Grid View and Outliner for Obsidian
Note: This plugin is still in early alpha and is subject to change at any time!
Show files as cards with a thumbnail or a description
Command:
- Open Scrapbox-flavored Grid View (default: Command + Shift + g)
You can explore pages in your vault efficiently.
Grid View provides several features.
- Search files by file path or tags
- Sort files
- Pin starred files (Enable
Starred
Core plugin to use this) - Context menu to delete a file or toggle star
Show cards related to the current page at the bottom of the page
Provide Scrapbox flavored syntax.
This feature is disabled in default. Enable it in the setting.
Style | Screenshot |
---|---|
quote in list | |
helpfeel in list |
Provide an effective list operations
This feature is disabled in default. Enable it in the setting.
The hotkeys can not be changed now.
This plugin has not been released officially yet.
If you use BRAT (Beta Reviewers Auto-update Tester), you can try the plugin to specify tkat0/obsidian-scrapbox-flavored
.
See TfTHacker/obsidian42-brat: BRAT - Beta Reviewer's Auto-update Tool for Obsidian. Part of the Obsidian42 family of plugins. for details
- Download
main.js
,manifest.json
andstyles.css
from Releases - Copy them to your vault
VaultFolder/.obsidian/plugins/obsidian-scrapbox-flavored
- Enable this plugin in the Obsidian configuration.
- Download this repository
- Run
pnpm install && pnpm run build
- Copy over
./packages/plugin/{main.js, manifest.json, styles.css}
to your vaultVaultFolder/.obsidian/plugins/obsidian-scrapbox-flavored
- Enable this plugin in the Obsidian configuration.
These features will be implemented.
- data sync to Scrapbox
- import Scrapbox pages to Obsidian
- export Obsidian pages to Scrapbox
- code block in Markdown list like https://scrapbox.io/help/Syntax#58348ae2651ee500008d67df
Scrapbox and Markdown parser used in this plugin
Obsidian Plugins of Scrapbox-like grid view
- yo-goto/obsidian-card-view-mode: Obsidian Card View Mode Plugin
- qawatake/obsidian-card-view-switcher-plugin: An Obsidian plugin to provide a quick switcher with card view
Obsidian Plugins of Scrapbox-like list operation
This project was created based on Scrapbox. Thank you for creating the great product.