mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
update readme and manifest
This commit is contained in:
parent
d7a09b2729
commit
22dc7fc288
4 changed files with 46 additions and 9 deletions
21
README.md
21
README.md
|
@ -1,6 +1,23 @@
|
|||
# Markdown Extension
|
||||
|
||||
I'm trying to create markdown new tab extension with [Milkdown](https://milkdown.dev/) and
|
||||
Markdown Editor for new tab made with [Milkdown](https://milkdown.dev/) and
|
||||
[Dockview](https://dockview.dev).
|
||||
|
||||
Now its only experiment, but it already handles grid layout and data persistance.
|
||||
## 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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue