Skip to content

Another Leanote desktop app, based on Electron + React. Support Auto-markdown

License

Notifications You must be signed in to change notification settings

LucasYuNju/leanote-desktop-lite

Repository files navigation

leanote-desktop-lite

leanote-desktop-lite是Leanote的第三方客户端,主要特点

  • Markdown实时预览,类似Typora的markdown写作体验
  • 全新的UI,模仿原生应用的界面和交互
  • 基于React + Redux,降低了开发和维护成本

本应用是简化版的客户端,只支持markdown笔记,只支持Leanote核心的功能。最近试用了支付宝的基于CodeMirror的编辑器,实现相对简单,交互体验也优于gitbook,后续可能会尝试一下这种方案。

How it looks

GIF

screenshot

Screenshot

screenshot

Installation

Releases

Getting started

  1. npm install

To bypass GFW, please change npm registry before installation:
npm config set registry 'https://registry.npm.taobao.org'

  1. npm start

Docs

auto-markdown implementation

Features

  • Note CRUD, move
  • Data sync
  • Editor: header, list, bold, italic, code, link
  • App incremental update
  • Tag recommendation
  • Route and navigation
  • Editor: Image, paste Image
  • Upload tag with Leanote api

License

MIT