Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 819 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 819 Bytes

Letslearn

letslearn is a opensource notes app

Features

Already finished

  • Code highlighting
  • Search (title & tag & content)
  • Subnote
  • Markdown

Planed

  • Cloud sync
  • Hand writing
  • Jupyter import& running

Install

At present,We only provide linux flatpak binary, other system/format will coming soon

Download on Flathub

If you are using other system,try our webapp

Build

npm install
npm run build_electron

or if you would like to build the webapp werision:

npm install
npm run build_web