No description
Find a file
2023-04-27 18:44:53 +06:00
public improved settings page 2023-04-27 16:58:02 +06:00
src added settings persistance 2023-04-27 18:44:53 +06:00
.eslintrc.cjs added simple modal dialog 2023-04-26 15:06:26 +06:00
.gitignore initial commit 2023-04-24 19:13:40 +06:00
.tool-versions added new editor, locking, props persistance 2023-04-25 18:11:59 +06:00
index.html added themes, extension manifest and layout splits 2023-04-24 21:46:13 +06:00
package.json allow insert HTML 2023-04-27 18:32:13 +06:00
README.md added new editor, locking, props persistance 2023-04-25 18:11:59 +06:00
tsconfig.json added theme detection 2023-04-26 22:26:04 +06:00
tsconfig.node.json initial commit 2023-04-24 19:13:40 +06:00
vite.config.ts added fonts and icons 2023-04-25 11:10:33 +06:00
yarn.lock allow insert HTML 2023-04-27 18:32:13 +06:00

Markdown Extension

Markdown Editor for new tab made with Milkdown and Dockview.

Installation

yarn
yarn build
cd ./dist
web-ext build

Development

The live server will be started, so you can see all changes in a realtime.

yarn
yarn dev

TO-DO

  • Use Remirror as editor