No description
Find a file
2023-04-25 13:41:01 +06:00
public update readme and manifest 2023-04-25 13:41:01 +06:00
src added fonts and icons 2023-04-25 11:10:33 +06:00
.eslintrc.cjs initial commit 2023-04-24 19:13:40 +06:00
.gitignore initial commit 2023-04-24 19:13:40 +06:00
index.html added themes, extension manifest and layout splits 2023-04-24 21:46:13 +06:00
package.json update readme and manifest 2023-04-25 13:41:01 +06:00
README.md update readme and manifest 2023-04-25 13:41:01 +06:00
tsconfig.json initial commit 2023-04-24 19:13:40 +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 update readme and manifest 2023-04-25 13:41:01 +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