@sveltia/cms 0.4.2 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/sveltia-cms.js +287 -285
  3. package/package.json +24 -24
package/README.md CHANGED
@@ -138,7 +138,7 @@ While recreating all the features found in Netlify/Decap CMS is not our goal, we
138
138
  - Demo site
139
139
  - Starter templates
140
140
 
141
- ### Non goals
141
+ ### Non goals (for now)
142
142
 
143
143
  - Mobile support
144
144
  - WYSIWYG editing
@@ -179,7 +179,7 @@ You can host your Sveltia CMS-managed site anywhere, such as [Cloudflare Pages](
179
179
  You can use Sveltia CMS with a local Git repository, just like the [beta feature](https://decapcms.org/docs/beta-features/#working-with-a-local-git-repository) in Netlify/Decap CMS, but Sveltia CMS has simplified the workflow by removing the necessity of the additional configuration (the `local_backend` property) and proxy server, thanks to the [File System Access API](https://developer.chrome.com/articles/file-system-access/) available in [some modern browsers](https://developer.mozilla.org/en-US/docs/web/api/window/showopenfilepicker#browser_compatibility).
180
180
 
181
181
  1. Launch the local development server for your frontend framework, typically with `npm run dev`.
182
- 1. Visit `http://localhost:[port]/admin/index.html` with Chrome, Edge or other Chromium-based desktop browser. The port number depends on your framework.
182
+ 1. Visit `http://localhost:[port]/admin/index.html` with Chrome or Edge. The port number depends on your framework.
183
183
  1. Click “Work with Local Repository” and select the project’s root directory once prompted.
184
184
  1. Make some changes on Sveltia CMS.
185
185
  1. See if the produced changes look good using `git diff` or a GUI like [GitHub Desktop](https://desktop.github.com/).