
This is an enhancing export plugin base on Pandoc for Obsidian (https://obsidian.md/ ). It's allow you to export to formats like Markdown、Markdown (Hugo https://gohugo.io/ )、Html、docx、Latex etc.
The Obsidian Enhancing Export Plugin is a plugin for Obsidian, a note-taking and knowledge management app. This plugin enhances the export functionality of Obsidian by utilizing Pandoc, a powerful document converter. With this plugin, users can export their notes to various formats such as Markdown, Markdown (Hugo), HTML, docx, and Latex. It also ensures that media resources are exported together with the notes. The plugin has been tested on Mac OS, Windows, and Linux.
The Obsidian Enhancing Export Plugin is a handy plugin for Obsidian users who need to export their notes to different file formats. It utilizes Pandoc to provide enhanced export functionality and supports the exporting of media resources along with the notes. The plugin offers customization options for export commands and supports variables that can be used in custom export commands. This plugin is a valuable addition to Obsidian's ecosystem and expands its capabilities for note sharing and collaboration.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
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.