Loading repository data…
Loading repository data…
chunqiuyiyu / repository
A single HTML notebook, perfect for minimalists.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A 9KB (3KB gzip) single HTML notebook, perfect for minimalists.
A simple, self-contained application with Markdown support. Write, edit, and manage your notes or articles directly in the browser, and save the result as a static HTML file.
npm install
Start the development server:
npm run dev
Visit the local address shown in the terminal (usually http://localhost:5173).
To build the project for production:
npm run build
The output will be in the dist/ directory.
├── index.html # Main HTML file
├── package.json # Project metadata and scripts
├── vite.config.ts # Vite configuration
├── src/
│ ├── main.js # App entry point, UI logic
│ ├── helper.js # DOM helpers and save/edit/delete logic
│ └── md.js # Markdown parser
├── styles/
│ ├── custom.css # Custom styles
│ └── neat.css # Additional styles
MIT