Notify Studio is a desktop note-taking app built with Electron. It supports structured notes, folders, filtering, Markdown editing, and local import/export workflows.
- Folder-based note organization
- Note types (
plain,checklist,meeting,code,journal) - Status and tag metadata
- Live Markdown preview and outline
- Import/export for notes and workspace (
.md,.txt,.html,.json)
It is configured for a 1920 X 1080 resolutuion screen so to run in your screen with different resolution try: view -> zoom in/out
See requirements.txt for environment prerequisites.
npm install
npm startnpm run pack:win
npm run dist:winInstaller artifacts are generated in release/.
npm start- Run the app in development modenpm run pack:win- Create unpacked Windows buildnpm run dist:win- Create Windows NSIS installernpm run dist- Alias fordist:win
main.js- Electron main processpreload.js- Preload bridge for file dialogsindex.html- App UI markupstyle.css- App stylingjs/main.js- Renderer logic and state management
ISC