Scribe VSC is a Visual Studio Code extension that allows you to edit OBS files in VSCode.
Clone the project
git clone https://github.com/sevenxhq/scribe-vsc-experminental
Install dependencies
pnpm install
Navigate to the web view directory
cd webview-ui
Install webview dependencies
pnpm install
Start the debugging session
Press f5
Load OBS files
Choose a folder in the vscode window and load OBS files in it.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux). - Toggle preview (
Shift+Cmd+V
on macOS orShift+Ctrl+V
on Windows and Linux). - Press
Ctrl+Space
(Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy!