8000 GitHub - 8-prime/notiz
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

8-prime/notiz

Repository files navigation

Notiz 📝

A lightning-fast, minimalist note-taking desktop application built with Tauri and React.

Key Features

  • Instant Note Creation: Launch a new note window via global keyboard shortcut
  • Automatic Saving: Notes are saved automatically as you type
  • Markdown Support: Write notes using lightweight markdown syntax
  • Quick Search: Global search shortcut to find notes by title
  • Lightweight & Fast: Powered by Tauri for amazing performance

Prerequisites

  • Node.js (v20+)
  • Rust (v1.84+)
  • npm

Installation

git clone https://github.com/yourusername/notiz.git
cd notiz
npm install
npm run tauri dev

Usage

Keyboard Shortcuts

  • Alt + N: Open new note window
  • Alt + M: Open search window

Screenshots

- New Note Window: Instantly create notes with markdown support
- Note Overview: Search and browse your notes
- Quick Launch: Global shortcut for seamless note creation

Development

Tech Stack

  • Frontend: React
  • Desktop Framework: Tauri
  • Styling: Tailwind CSS
  • State Management: Zustand
  • Database: NativeDb

License

MIT License

0