Skip to content

Commit

Permalink
πŸ“š Update links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
urin committed Oct 15, 2024
1 parent b0d05d7 commit 87357d5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
# Web Visual Editor ![Installs](https://img.shields.io/visual-studio-marketplace/i/urin.vscode-web-visual-editor) ![Stars](https://img.shields.io/github/stars/urin/vscode-web-visual-editor?style=flat)
# Web Visual Editor [![Installs](https://img.shields.io/visual-studio-marketplace/i/urin.vscode-web-visual-editor)](https://marketplace.visualstudio.com/items?itemName=Urin.vscode-web-visual-editor) [![Stars](https://img.shields.io/github/stars/urin/vscode-web-visual-editor?style=flat)](https://api.star-history.com/svg?repos=urin/vscode-web-visual-editor&type=Timeline)

Edit HTML files visually in real-time.

![Demo](https://raw.githubusercontent.com/urin/vscode-web-visual-editor/main/docs/demo.webp)
<img src="https://raw.githubusercontent.com/urin/vscode-web-visual-editor/main/docs/demo.webp" alt="Demo">

## ✨ Features
- πŸ–ΌοΈ **Visual Editing**: Edit HTML elements visually within the WebView.
- ⏱️ **Real-Time Preview**: See changes reflected instantly as you edit.
- 🧩 **Integrated with Visual Studio Code**: No additional processes and windows and well-integrated with VSCode theme.

### πŸ“‹ Functions
- πŸ–±οΈ **Element Selection**: Select HTML elements with ease. Visual selections are synchronized with text selections on editor.
- πŸ” **Zoom in and out**: Zoom in and out the page.
- ↕ **Move Elements**: Drag elements to rearrange their position.
- β†Ή **Align Elements**: Easy to align elements.
- πŸ–±οΈ **Element Selection**: Select HTML elements with ease. Visual selections are synchronized with text selections on editor. Vice versa.
- βœ‚οΈ **Copy, Cut and Paste elements**: Copy or cut elements, paste text into selected element.
- πŸ” **Zoom in and out**: Zoom in and out the page.
- πŸ”’ **Script and Link Management**: Disable scripts and manage links for security.
- ↕ **Move Elements**: Drag elements to rearrange their position.

## Alternatives
## πŸ”€ Alternatives
This extension is similar to [microsoft/vscode\-livepreview](https://github.com/microsoft/vscode-livepreview) and it differs in the following points:

- The ability to synchronize code selection with visual selection in the preview.
Expand Down

0 comments on commit 87357d5

Please sign in to comment.