8000 GitHub - mgrandrath/fromscratch: Autosaving Scratchpad. A simple but smart note-taking app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mgrandrath/fromscratch

 
 

Repository files navigation

# FromScratch

A simple but smart note-taking app

FromScratch is a little app that you can use as a quick note taking or todo app.

  • small and simple, the only UI is the text you type
  • saves on-the-fly, no need to manually save
  • automatic indenting
  • replaces common syntax with symbols, such as arrows

Shortcuts

  • cmd/ctrl+up - move current line up
  • cmd/ctrl+down - move current line down
  • cmd/ctrl+d - delete current line
  • cmd/ctrl+w/q - close application
  • cmd/ctrl +/= - zoom text in
  • cmd/ctrl - - zoom text out
  • cmd/ctrl+0 - reset text size
  • cmd/ctrl+s - ...this does nothing.

Download

Recent downloads for OS X, Windows and Linux available on https://fromscratch.rocks

For Arch users, FromScratch is available on AUR

Installation

# Download from git
git clone https://github.com/kilian/fromscratch.git

# Install dependencies
cd fromscratch && npm install

# build and run
npm build
electron main.js

# or run dev version
npm run hot-server

#in a different terminal:
npm run start-hot

Credits

FromScratch is built upon these open source projects: Electron, React, Fira Code, CodeMirror and Electron-react-boilerplate.

Thanks to @bittersweet for helping me set up IPC to work around a particularly nasty bug, and @chentsulin for the electron-react-boilerplate.

About

Autosaving Scratchpad. A simple but smart note-taking app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.8%
  • CSS 12.6%
  • HTML 2.6%
0