Category | Technologies |
---|---|
Framework | |
UI | |
State Management | |
Development |
Feature | Description |
---|---|
π Markdown Support | Full markdown editing and preview with code highlighting |
π File Management | Organize your knowledge with folders and files |
π Quick Search | Fast and efficient search through all your notes |
π± Multi-language | Support for English and Traditional Chinese |
π Dark Mode | Built-in dark mode for comfortable night viewing |
πΌ Image Support | Drag & drop image upload with automatic optimization |
β Favorites | Mark and quickly access your most important notes |
π Trash System | Safely delete and restore notes when needed |
π Templates | Create notes from predefined templates |
π History Tracking | Track your recent note modifications |
π Auto Save | Automatic saving of your work |
πΎ Local Storage | All data stored locally for privacy |
π Translation | Translate text between multiple languages |
Requirement | Version |
---|---|
Node.js | v16.0.0 or higher |
npm/yarn | Latest stable version |
Git | Latest stable version |
git clone https://github.com/yeongpin/mine-knowledge-mma.git
cd mine-knowledge-mma
npm install
npm run dev
npm run build
mine-knowledge-mma/
βββ src/
β βββ main/ # Main process files
β βββ preload/ # Preload scripts
β βββ renderer/ # Frontend Vue.js files
β βββ components/ # Vue components
β βββ stores/ # Pinia stores
β βββ locales/ # i18n translations
βββ public/ # Static assets
βββ dist/ # Build output
Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License - see the LICENSE file for details.
- Electron - For the amazing desktop framework
- Vue.js - For the progressive JavaScript framework
- Element Plus - For the beautiful UI components
- All our contributors
Made with β€οΈ by yeongpin