在线markdown编辑器。功能齐全的Markdown 编辑器。全平台轻量可用
砚台 (InkStone) is a newly developed Markdown editor created with Vue, designed to offer a reliable and comfortable Markdown editing experience alongside lightweight code browsing capabilities. Although it is still in its early stages of development, it leverages the Viitor and Codemirror editors for functionality, ensuring smooth performance. As a pure front-end web application, it adheres to the latest web standards and can be conveniently used across multiple platforms, making it an excellent choice for users on the go.
With its focus on performance and usability, 砚台 presents an appealing option for those looking for efficient Markdown editing without the need for extensive installations. It supports real-time rendering and offers features that cater to both casual users and more seasoned developers looking for a versatile tool.
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.
Hugo is an open-source static site generator that features fast build times, flexible themes, support for multiple content formats, multilingual websites, live reloading, and an active community. It allows developers to easily create and deploy SEO-friendly and mobile-responsive websites.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
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.