Skip to content

Leavepad is a multi-platform notepad. focuses on writing memos. File editing is not supported.

License

Notifications You must be signed in to change notification settings

kaishuu0123/leavepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leavepad

GitHub Release

Leavepad is a multi-platform notepad. focuses on writing memos. File editing is not supported.

Motivation

  1. I wanted to make a simple note that could close the editor without saving like notepad++
  2. However, notepad++ is only supported on windows (except using Wine)
  3. I wanted a memo application that could be unified to the same usability on multiple platforms.

Therefore, I decided to create a memo application by Electron for my own use.

Note that file (local file) editing is not supported. (I don't need it).

Download

Support platform

  • Windows
  • Linux
  • macOS

Screenshots

Features

Basic View Global Settings
Screenshots Screenshots

Language

English 日本語 (Japanese)
Screenshots Screenshots

Theme

light dark
Screenshots Screenshots

Saved data location (Path)

Notes are stored in electron's app.getPath("userData")

  • windows
    • C:\Users\<username>\AppData\Roaming\leavepad
    • shortcut: %APPDATA%\leavepad
  • macOS
    • ~/Library/Application Support/leavepad
  • Linux
    • ~/.config/leavepad/

Files

  • notes.json
  • settings.json
  • app-state.json

Development

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

LICENSE

MIT

FONT LICENSE

"Geist Mono" is lisenced under the SIL Open Font License 1.1
Copyright (c) 2023 Vercel, in collaboration with basement.studio
by https://github.com/vercel/geist-font

"Geist Sans" is lisenced under the SIL Open Font License 1.1
Copyright (c) 2023 Vercel, in collaboration with basement.studio
by https://github.com/vercel/geist-font

"白源", "HackGen" is lisenced under the SIL Open Font License 1.1
Copyright (c) 2019, Yuko OTAWARA. with Reserved Font Name "白源", "HackGen"
by https://github.com/yuru7/HackGen/

"NOTONOTO" is lisenced under the SIL Open Font License 1.1
Copyright (c) 2024 Yuko Otawara, with Reserved Font Name "NOTONOTO"
by https://github.com/yuru7/NOTONOTO/

"Noto Color Emoji" is lisenced under the SIL Open Font License 1.1
Copyright 2021 Google Inc. All Rights Reserved.
by https://fonts.google.com/noto/specimen/Noto+Color+Emoji/

"Noto Sans Japanese" is lisenced under the SIL Open Font License 1.1
Copyright 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'
by https://fonts.google.com/noto/specimen/Noto+Sans+JP

About

Leavepad is a multi-platform notepad. focuses on writing memos. File editing is not supported.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published