Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.66 KB

readme_en.md

File metadata and controls

57 lines (35 loc) · 1.66 KB

SiplPen - A minimalist writing zone

Block out distractions and focus on writing.

Intro

SiplPen is a web app for writing minimally, and getting into the Zone.

Compared with original project "Zenpen", SiplPen comes with a few improvements.

All information is persistent locally, using HTML5 local storage.

Applink:GitHub Page

README:中文

Improvements

  • Fix: Word count for Asian language characters now works properly
  • Add: Flowstate mode.
  • Add: Support for touch screen device.
  • Add: Optional loading of Chinese font.
  • Add: Muti-language support. (Now there are only Chinese and English, but adding new translation is more esay now.)
  • Improvement: More UI animation.
  • Improvement: Show exact number of word count.

File

src: Source code docs: Minified web page

makedoc.py: Tool to creat minified web page from source code.

Attention: Files in two folders act same, but you need to install node.js package (clean-css-cli,uglify-js) to run makedoc.py.


Copright information

Third partly library

  • translater.js (MIT License)Link
  • FontAwesome (SIL OFL 1.1 and MIT License)
  • FileSaver.js Link
  • Blob.js Link
  • screenfull.js (Sindre Sorhus; MIT License)

License

The MIT License

Copyright (C) 2020 ~ ImBearChild

Origin: ZenPen (MIT License)