vsch-core
v0.1.2
Published
Homecoming dashboard for VSCode
Downloads
15
Readme
Introduction
Home
is an extension for Visual Studio Code that allows you to design your own dashboard with built-in or custom React components.
The following features are available:
- ➕ Create and name multiple layouts
- 🐲 Drag-n-drop grid
- 🎨 Colorable
- 🌟 Default widgets
- List of recent opened folders/worspaces
- Custom list of folders/workspaces
- WYSIWYG editor
- 🎉 Your own React widgets
How to add your widget
You can start using the vsch-template:
- Go to
%appdata%/vsc-home/widgets
or similar - Clone the template and name the directory
vsch_Demo
:
git clone [email protected]:githrdw/vsch-template.git vsch_Demo
- Build and install the widget
cd vsch_Demo
yarn install
# or npm install
yarn build
# or npm build
- Drag your new widget into the grid
All configurations are stored in AppData, feel free to have a look and customize!