Source address please pinch 😄😂😄 here public number please search: xiaoyu’s technical essays

Based on VScode architecture, using [dependency injection] [multi process] and other ideas to achieve the tool set

Tool set

  • pluggable

markdown

The file function

  • search
  • File management (Save, Rename, Create)
  • Outline Preview Mode
  • Export PDF, md, HTML
  • Import PDF, md, HTML

Convert to wechat official account

  • The default theme
  • Theme customization
  • Photo typesetting
  • A key to release

The proxy tool

  • .

The development of

  • Install dependencies
  1. Setting the electron Mirror
    yarn config set electron_mirror https://npm.taobao.org/mirrors/electron/
    Copy the code
  2. Install dependencies
    yarn
    Copy the code
  • The development of
  1. yarn start:views
  2. yarn start:workbench
  • Packaged in MAC:

yarn release:mac