Skip to content

PYatiM/NOTESYY

Repository files navigation

Notify Studio

Notify Studio is a desktop note-taking app built with Electron. It supports structured notes, folders, filtering, Markdown editing, and local import/export workflows.

Features

  • 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)

Note

It is configured for a 1920 X 1080 resolutuion screen so to run in your screen with different resolution try: view -> zoom in/out

Requirements

See requirements.txt for environment prerequisites.

Setup

npm install
npm start

Build (Windows)

npm run pack:win
npm run dist:win

Installer artifacts are generated in release/.

Scripts

  • npm start - Run the app in development mode
  • npm run pack:win - Create unpacked Windows build
  • npm run dist:win - Create Windows NSIS installer
  • npm run dist - Alias for dist:win

Project Structure

  • main.js - Electron main process
  • preload.js - Preload bridge for file dialogs
  • index.html - App UI markup
  • style.css - App styling
  • js/main.js - Renderer logic and state management

License

ISC

About

Notify Studio is a desktop note-taking app built with Electron. It supports structured notes, folders, filtering, Markdown editing, and local import/export workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors