Update readme

This commit is contained in:
pedrocx486 2023-02-11 22:00:38 -03:00
parent 45d1c4e139
commit eac0aa15eb
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -2,7 +2,9 @@
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node"
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true
},
"include": ["vite.config.ts"]
}