You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Create, read update, delete & save][export-to-github]the demo-data using Playground and persist it with prepared settings for GitHub Export.
8
+
-[Create, read update, delete & save][export-to-github] data using Playground and persist it with prepared settings for GitHub Export.
9
9
- or simply browse & view ...
10
10
-[the `docs` with *Twentytwentyfour*](https://playground.wordpress.net/?url=/?p=173&login=yes&import-wxr=https://raw.githubusercontent.com/carstingaxion/crud-the-docs-playground/main/export.xml).
11
11
-[the `docs` with *Disco*](https://playground.wordpress.net/?url=/?p=173&login=yes&import-wxr=https://raw.githubusercontent.com/carstingaxion/crud-the-docs-playground/main/export.xml&theme=disco).
12
12
-[the `docs` with *Ollie*](https://playground.wordpress.net/?url=/?p=173&login=yes&import-wxr=https://raw.githubusercontent.com/carstingaxion/crud-the-docs-playground/main/export.xml&theme=ollie).
13
13
14
+
### You should create a new repository from [this template](https://github.com/new?template_name=crud-the-docs-playground&template_owner=carstingaxion) for yourself, if you'd like to ...
15
+
16
+
-**collaboratively work** on some demo-data or even real content, used within multiple WordPress Playgrounds.
17
+
18
+
- let people create website-content for their **scenarios using your plugin or theme**.
19
+
20
+
- keep a set of demo-data within a clean environment **for screenshots and screencasts**.
21
+
22
+
- invite people for engagement **during a WordPress contributor day**.
23
+
24
+
- use **git based version** tracking in favor of WordPress revisions.
25
+
26
+
- have an instant website with built-in theme switcher & [countless possible designs](https://wordpress.org/themes/tags/full-site-editing/) (*aka block themes*)
27
+
28
+
- see how it works & test it.
29
+
30
+
### Ready in 10 seconds
31
+
32
+
Creating a new repository from [this template](https://github.com/new?template_name=crud-the-docs-playground&template_owner=carstingaxion) lets you start immediately, because all paths, folder names etc. will be replaced to match the URLs of your new created repo. *Enjoy!*
33
+
34
+
This happens within an automated first commit directly after the repo gets initialised. So, please calm for 10 seconds and finally refresh the page.
35
+
36
+
## Why
37
+
38
+
> Idea for the [WCEU Contributor day](https://gatherpress.org/event/hybrid-event-wceu2024-contributor-day/):
39
+
>
40
+
> Create a demo of your special use case with GatherPress & Playground!
41
+
> And let's grow a collection like the blueprint-galleries.
- the Export to GitHub feature of WordPress Playground
47
79
- and a small, custom plugin, that saves a regular export.xml to the file system, instead of downloading it to the user.
48
80
49
-
## Inspired by
50
-
51
-
-[adamziel/playground-docs-workflow: Experimenting with maintaining WordPress docs using WordPress Playground](https://github.com/adamziel/playground-docs-workflow)
52
-
- and [bgrgicak/playground-blog: A built using WordPress Playground](https://github.com/bgrgicak/playground-blog)
53
-
54
-
## Ressources
55
-
56
-
-[How to add demo content in WordPress](https://learn.wordpress.org/lesson-plan/how-to-add-demo-content-in-wordpress/) - Learn WordPress
Copy file name to clipboardExpand all lines: README.tmpl.md
+49-12Lines changed: 49 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,47 @@
8
8
-[`project_urlname` with *Disco*](https://playground.wordpress.net/?url=/?p=173&login=yes&import-wxr=https://raw.githubusercontent.com/author_name/project_urlname/main/export.xml&theme=disco).
9
9
-[`project_urlname` with *Ollie*](https://playground.wordpress.net/?url=/?p=173&login=yes&import-wxr=https://raw.githubusercontent.com/author_name/project_urlname/main/export.xml&theme=ollie).
10
10
11
+
### You should create a new repository from [this template](https://github.com/new?template_name=crud-the-docs-playground&template_owner=carstingaxion) for yourself, if you'd like to ...
12
+
13
+
-**collaboratively work** on some demo-data or even real content, used within multiple WordPress Playgrounds.
14
+
15
+
- let people create website-content for their **scenarios using your plugin or theme**.
16
+
17
+
- keep a set of demo-data within a clean environment **for screenshots and screencasts**.
18
+
19
+
- invite people for engagement **during a WordPress contributor day**.
20
+
21
+
- use **git based version** tracking in favor of WordPress revisions.
22
+
23
+
- have an instant website with built-in theme switcher & [countless possible designs](https://wordpress.org/themes/tags/full-site-editing/) (*aka block themes*)
24
+
25
+
- see how it works & test it.
26
+
27
+
### Ready in 10 seconds
28
+
29
+
Creating a new repository from [this template](https://github.com/new?template_name=crud-the-docs-playground&template_owner=carstingaxion) lets you start immediately, because all paths, folder names etc. will be replaced to match the URLs of your new created repo. *Enjoy!*
30
+
31
+
This happens within an automated first commit directly after the repo gets initialised. So, please calm for 10 seconds and finally refresh the page.
32
+
33
+
## Why
34
+
35
+
> Idea for the [WCEU Contributor day](https://gatherpress.org/event/hybrid-event-wceu2024-contributor-day/):
36
+
>
37
+
> Create a demo of your special use case with GatherPress & Playground!
38
+
> And let's grow a collection like the blueprint-galleries.
-[Query API | WordPress Playground](https://wordpress.github.io/wordpress-playground/query-api/)
71
+
-[How to add demo content in WordPress](https://learn.wordpress.org/lesson-plan/how-to-add-demo-content-in-wordpress/) - Learn WordPress
72
+
40
73
41
74
## Based on & wouldn't work without
42
75
43
76
- the Export to GitHub feature of WordPress Playground
44
77
- and a small, custom plugin, that saves a regular export.xml to the file system, instead of downloading it to the user.
45
78
46
-
## Inspired by
79
+
###Inspired by
47
80
48
-
-[adamziel/playground-docs-workflow: Experimenting with maintaining WordPress docs using WordPress Playground](https://github.com/adamziel/playground-docs-workflow)
49
-
- and [bgrgicak/playground-blog: A built using WordPress Playground](https://github.com/bgrgicak/playground-blog)
0 commit comments