https://github.com/qawatake/obsidian-card-view-switcher-plugin
An Obsidian plugin to provide a quick switcher with card view
https://github.com/qawatake/obsidian-card-view-switcher-plugin
obsidian obsidian-md obsidian-plugin
Last synced: about 1 month ago
JSON representation
An Obsidian plugin to provide a quick switcher with card view
- Host: GitHub
- URL: https://github.com/qawatake/obsidian-card-view-switcher-plugin
- Owner: qawatake
- License: mit
- Created: 2022-02-02T09:52:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T07:54:08.000Z (about 3 years ago)
- Last Synced: 2025-02-25T08:01:41.184Z (about 2 months ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 48
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - qawatake/obsidian-card-view-switcher-plugin - An Obsidian plugin to provide a quick switcher with card view (TypeScript)
README
# Card View Switcher
This plugin provides a quick switcher with card view.
Just execute command `Card View Switcher: Open switcher`.
## Search Modes
There are three search modes.### Recent Search
Searches the contents and file names of the 10 most recently opened files.
### Normal search
Search by all file names.
To switch to the normal search, prefix your search term with `'` or `Space`.
### Random search
Search by all file names and randomly choose 10 of them.
To switch to the random search, prefix your search term with `;`.