Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostime/sy-open-dir
SiYuan plugin: sy-open-dir
https://github.com/frostime/sy-open-dir
Last synced: 4 days ago
JSON representation
SiYuan plugin: sy-open-dir
- Host: GitHub
- URL: https://github.com/frostime/sy-open-dir
- Owner: frostime
- License: mit
- Created: 2024-11-01T14:44:06.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-11-02T07:27:12.000Z (13 days ago)
- Last Synced: 2024-11-02T08:19:54.053Z (13 days ago)
- Language: TypeScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This plugin adds a folder icon to the top bar of SiYuan, and clicking on it can quickly open the following directories.
> [!WARNING]
> This plugin uses the Electron API to open directories, so it is only effective on the desktop.### Workspace-related directories
- Current workspace directory: `{workspace}/`
- Data directory: `{workspace}/data/`
- Template directory: `{workspace}/data/template/`
- Theme directory: `{workspace}/conf/appearance/themes/`
- Automatic update directory: `{workspace}/temp/install/`### Plugin-related directories
You can quickly open the installed plugins:
- Plugin installation directory: `{workspace}/data/plugins/{plugin-name}/`
- Plugin data directory: `{workspace}/data/store/petal/{plugin-name}/`