@sveltia/cms 0.8.0 → 0.8.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.
- package/README.md +16 -16
- package/dist/sveltia-cms.js +98 -98
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# Sveltia CMS
|
|
2
2
|
|
|
3
|
-
Sveltia CMS is a Git-based lightweight headless CMS under development as a drop-in replacement for [Netlify/Decap CMS](https://decapcms.org/). You can use it with
|
|
3
|
+
Sveltia CMS is a Git-based lightweight headless CMS under active development as a drop-in replacement for [Netlify/Decap CMS](https://decapcms.org/). You can use it with your favourite static site generator like SvelteKit, Eleventy, Next.js and Hugo to manage content as static files in a Git repository. The open source alternative to Netlify/Decap CMS is now in public beta — with more features to come.
|
|
4
4
|
|
|
5
|
-
<br>
|
|
6
6
|
|
|
7
|
-
<br>
|
|
8
8
|
|
|
9
|
-
<br>
|
|
10
10
|
|
|
11
|
-
<br>
|
|
12
12
|
|
|
13
|
-
<br>
|
|
14
14
|
|
|
15
15
|
## Motivation
|
|
16
16
|
|
|
@@ -18,7 +18,7 @@ Sveltia CMS was born in November 2022, when the progress of Netlify CMS was stal
|
|
|
18
18
|
|
|
19
19
|
To achieve radical improvements in UX, performance and i18n, it was decided to build an alternative from the ground up, while ensuring an easy migration path from the other. After proving the concept with a rapid [Svelte](https://svelte.dev/) prototype, development was accelerated to address their primary use cases. The new offering has since been released as open source software to encourage wider adoption.
|
|
20
20
|
|
|
21
|
-
Our goal is to make it a viable successor to Netlify CMS, expand the Git-based headless CMS market, empower small businesses and individuals who need a simple yet powerful CMS solution, and showcase the
|
|
21
|
+
Our goal is to make it a viable successor to Netlify CMS, expand the Git-based headless CMS market, empower small businesses and individuals who need a simple yet powerful CMS solution, and showcase the huge potential of the Svelte framework.
|
|
22
22
|
|
|
23
23
|
## Features
|
|
24
24
|
|
|
@@ -33,8 +33,8 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
|
|
|
33
33
|
### Better UX
|
|
34
34
|
|
|
35
35
|
- Created and maintained by an [experienced UX engineer](https://github.com/kyoshino) who loves code and design. You can expect constant UX improvements.
|
|
36
|
-
- Offers a modern, intuitive
|
|
37
|
-
-
|
|
36
|
+
- Offers a modern, intuitive user interface, including an immersive dark mode[^2], inspired in part by the Netlify CMS v3 prototype[^1].
|
|
37
|
+
- Comes with touch device support. While the UI is not yet optimized for smaller screens, larger tablets like iPad Pro or Pixel Tablet should work well.
|
|
38
38
|
- The screenshots above are worth a thousand words!
|
|
39
39
|
|
|
40
40
|
### Better performance
|
|
@@ -49,11 +49,10 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
|
|
|
49
49
|
|
|
50
50
|
- You can [work on a local Git repository](#work-with-a-local-git-repository) without having to run a proxy server on your machine.
|
|
51
51
|
- You can delete multiple entries and assets at once.
|
|
52
|
-
-
|
|
52
|
+
- Some keyboard shortcuts are available for faster editing. More to come!
|
|
53
53
|
- Create a new entry: `Ctrl+E` (Windows/Linux) / `Command+E` (macOS)
|
|
54
54
|
- Save an entry: `Ctrl+S` (Windows/Linux) / `Command+S` (macOS)
|
|
55
55
|
- Search for entries and assets: `Ctrl+F` (Windows/Linux) / `Command+F` (macOS)
|
|
56
|
-
- Offers a UI optimized for tablet devices. Note that the UI is not yet optimized for smaller screens.
|
|
57
56
|
- Solves various outstanding Netlify/Decap CMS bugs[^11].
|
|
58
57
|
|
|
59
58
|
### Better accessibility
|
|
@@ -85,9 +84,9 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
|
|
|
85
84
|
- Optional object fields (`widget:object` with `required:false`) can be manually added or removed. If removed, the required subfields will no longer trigger validation errors[^16].
|
|
86
85
|
- You can revert changes to all fields or a specific field.
|
|
87
86
|
|
|
88
|
-
###
|
|
87
|
+
### Asset Library enhancements
|
|
89
88
|
|
|
90
|
-
- An all-new
|
|
89
|
+
- An all-new Asset Library makes it easy to manage all your files, including images and documents.
|
|
91
90
|
- You can sort or filter assets by name or file type and view asset details, including size, dimensions, and a list of entries that use the selected asset.
|
|
92
91
|
- You can upload multiple assets at once, including files in nested folders, by browsing or dragging & dropping them into the media library[^5].
|
|
93
92
|
- You can navigate between the global media folder and a per-collection media folder[^6].
|
|
@@ -156,14 +155,14 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
|
|
|
156
155
|
|
|
157
156
|
## Roadmap
|
|
158
157
|
|
|
158
|
+
- [Svelte 5](https://svelte.dev/blog/runes) migration
|
|
159
159
|
- Further Netlify/Decap CMS compatibility, including Editorial Workflow
|
|
160
|
-
- Further performance optimization, including data caching and [Svelte 5](https://svelte.dev/blog/runes) migration
|
|
161
|
-
- Further UX enhancements
|
|
162
160
|
- Config editor[^10]
|
|
161
|
+
- Mobile support[^18]
|
|
163
162
|
- Documentation
|
|
163
|
+
- Marketing site
|
|
164
164
|
- Demo site
|
|
165
165
|
- Starter templates
|
|
166
|
-
- Mobile support
|
|
167
166
|
|
|
168
167
|
## Getting started
|
|
169
168
|
|
|
@@ -380,3 +379,4 @@ This software is provided “as is” without any express or implied warranty. T
|
|
|
380
379
|
[^15]: [Netlify/Decap CMS #6932](https://github.com/decaporg/decap-cms/issues/6932)
|
|
381
380
|
[^16]: [Netlify/Decap CMS #2103](https://github.com/decaporg/decap-cms/issues/2103)
|
|
382
381
|
[^17]: [Netlify/Decap CMS #1333](https://github.com/decaporg/decap-cms/issues/1333)
|
|
382
|
+
[^18]: [Netlify/Decap CMS #441](https://github.com/decaporg/decap-cms/issues/441)
|