LewinGerber / letter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Letter

Letter is a very simple and basic letter generator running in a browser environment. It uses the HTML contenteditable element to make editing easy. Using the print function of the browser, the letter can be either printed or saved as a PDF file. Additionally the current state of the letter is saved to the localstorage of the browser, so that you can simply return and continue writing whenever you want.

Advantages

  • Beautiful typeface
  • Simple and elegant layout
  • Markers for folding
  • Hint area for envelopes with window
  • Realtime layout preview
  • Simple editing, no complex toolbars. Just add or delete lines as you like.
  • Runs locally, the data stays inside the localstorage of the browser. No data is sent to external servers.
  • Works offline
  • Printing is possible via print function of the browser.
  • Export to PDF via a PDF printer, e.g. like the one built into Google Chrome.

Limitations

  • The writing space is limited to one page.
  • There is no support for outdated browsers.
  • German only

Demo

https://letter.greatestview.de/

Usage

Simply use the link above. If you want to personalize your letter, you can simply download this project and run it from your hard drive or upload it to a server.

License

GNU General Public License v3 or later
Copyright (c) 2016, Kim-Christian Meyer

Contact

Kim-Christian Meyer
info@greatestview.de
greatestview.de

About

License:GNU General Public License v3.0


Languages

Language:HTML 42.3%Language:CSS 31.0%Language:JavaScript 26.6%