Update readme
This commit is contained in:
parent
45d1c4e139
commit
eac0aa15eb
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@ An markdown editor for ngx-dumblog/retroblog.
|
|||
|
||||
## Caveats
|
||||
|
||||
Currently able to only create posts, it cannot edit the archive.json, so you have to edit it manually.
|
||||
Currently able to create and edit posts, but can only load from file (not from blog install) and cannot edit the archive.json, so you have to edit it manually.
|
||||
|
||||
## Recommended IDE Setup
|
||||
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node"
|
||||
"moduleResolution": "node",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue