0.1.2 • Published 2 years ago

vsch-core v0.1.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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: 1. Go to %appdata%/vsc-home/widgets or similar 2. Clone the template and name the directory vsch_Demo:

git clone git@github.com:githrdw/vsch-template.git vsch_Demo
  1. Build and install the widget
cd vsch_Demo
yarn install
# or npm install
yarn build
# or npm build
  1. Drag your new widget into the grid

All configurations are stored in AppData, feel free to have a look and customize!

0.1.2

2 years ago

0.1.1

2 years ago

0.0.10-alpha.1

2 years ago

0.0.10-alpha.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago