<div align=center>

<img src="https://p1-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/fb36dbbda50840feb4c45a270f0d3c63~tplv-k3u1fbpfcp-watermark.image"  width="400px" />

</div>

Source code address please pinch 😄, please search here public number: Xiaoyu technical essays

Based on the VSCODE framework, the use of [Dependency Injection] [Multi-process] and other ideas to achieve the tool set

Tool set

  • [] Plug-in

    markdown

The file function

  • [x] search
  • [x] file management (save, rename, new)
  • [X] Outline preview mode
  • [] Export PDF, MD, HTML
  • [] Import PDF, MD, HTML

Convert to WeChat official account

  • [x] Default theme
  • [] Theme customization
  • [] Picture typesetting
  • [] One-click publishing

The proxy tool

  • []…

The development of

  • Install dependencies
  • Set the electron mirror

    yarn config set electron_mirror https://npm.taobao.org/mirrors/electron/
  • Install dependencies

    yarn
  • The development of
  • yarn start:views
  • yarn start:workbench
  • Yarn Release: Mac