Giter Site home page Giter Site logo

aert / fromscratch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kilian/fromscratch

0.0 3.0 0.0 415 KB

Autosaving Scratchpad. A simple but smart note-taking app

Home Page: https://fromscratch.rocks

License: MIT License

HTML 2.62% CSS 12.73% JavaScript 84.65%

fromscratch's Introduction

# 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

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.

fromscratch's People

Contributors

kilian avatar bittersweet avatar

Watchers

Abdourakhmane Ripault avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.