VS Code extension for DocBase
This repository provides unofficial VS Code extension for DocBase.
Features
Commands
Press cmd(ctrl) + shift + p and input DocBase:
DocBase: Setting
- Some values for call APIs of DocBase
DocBase: Dashboard
- It display documents by default sort.
DocBase: Search
- It search documents by keyword.
Setting values
These values are saved in settings.json .
docbase.token
- A access token for DocBase APIs.
- You can set via
DocBase: Setting of command-palette.
- You can get a access token from
https://{your_domain}.docbase.io/settings .
docbase.domain
- Your team name.
- Team candidates obtained from the token are displayed and saved when selected.
- https://{your_domain}.docbase.io
Behavior
- A selected document is shown as markdown in editor. And auto open preview by side.
- Open a document at external browser when a document shown in editor.
Known Issues
- Document creation/update/delete is not supported yet.
LICENSE
MIT
| |