Vscode Hexo Utils

screenshot of Vscode Hexo Utils
hexo

vscode sidebar for hexo.

Overview

The VSCode Hexo Utils extension brings a wealth of functionality designed specifically for users of the Hexo blogging system. This sidebar tool enhances the blogging experience by streamlining the creation of articles and managing your content effectively. Whether you're a novice or an experienced blogger, these features can significantly improve your workflow and ease of use, allowing you to focus on what really matters – your content.

With various options for organizing your blog posts, applying tags and categories, and managing assets, this extension makes it easier than ever to keep everything in check. Plus, the added capability of image handling and markdown support ensures that you can create polished, professional posts effortlessly.

Features

  • Create New Articles with Existing Templates: Quickly start writing new posts using customizable templates to save time and maintain consistency.

  • Comprehensive Sidebar Management: Access and organize tags, categories, posts, and drafts all in one sidebar interface for easy navigation.

  • Image Previews from Assets Folder: Instantly preview images stored in your assets folder, making it simpler to choose visuals for your blog.

  • Hexo Tag Syntax Highlighting: Enjoy syntax highlighting tailored specifically for Hexo tags, improving readability and editing efficiency.

  • Direct Clipboard Image Paste: Utilize the convenient shortcut (Ctrl+Alt+V) to paste images directly from your clipboard, streamlining the image uploading process.

  • Remote Development Support: Seamlessly work on your Hexo projects even when connected to a remote server, enhancing versatility.

hexo
Hexo

Hexo is a static site generator built with Node.js that enables developers to create fast and efficient websites using Markdown, EJS, and Stylus. It offers features such as server-side rendering, plugin support, and easy deployment to hosting services like GitHub Pages and Netlify.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.