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

tstenner/letter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://greatestview.de/letter/

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 5D5C 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.0%
  • HTML 32.8%
  • JavaScript 30.2%
0