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
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Personal Notes — WordPress Playground
1
+
# Noteground - personal notes running locally on WordPress Playground
2
2
3
-
A Notion-like personal knowledge base running locally via [WordPress Playground](https://wordpress.github.io/wordpress-playground/). No PHP installation, no database daemon, no web server configuration required — WordPress runs entirely in your browser.
3
+
A personal knowledge base running locally via [WordPress Playground](https://wordpress.github.io/wordpress-playground/). No PHP installation, no database daemon, no web server configuration required — WordPress runs entirely in your browser.
4
4
5
-
This repo is public, but your notes live in a separate **private** Git repository that you clone locally as `./data/`.
5
+
This repo is public, but your notes live in a separate **private** Git repository that you clone locally via the scripts provided.
6
6
7
-
Note that there is [a proposal](https://adamadam.blog/2025/01/08/wordpress-as-a-git-repo/) from Adam Zieliński to make it possible for WordPress Playground to have content stored as Markdown files.
7
+
Note that there is [a proposal](https://adamadam.blog/2025/01/08/wordpress-as-a-git-repo/) from Adam Zieliński to make it possible for WordPress Playground to have content stored as Markdown files.
8
8
You can [follow the discussion on GitHub](https://github.com/WordPress/wordpress-playground/discussions/1524) about this, but it is not yet officially supported.
9
9
10
10
## Quickstart
@@ -17,8 +17,8 @@ You can [follow the discussion on GitHub](https://github.com/WordPress/wordpress
17
17
### Clone this repo and install dependencies
18
18
19
19
```bash
20
-
git clone <this-repo-url>
21
-
cdscratch-wordpress
20
+
git clone git@github.com:snim2/noteground.git
21
+
cdnoteground
22
22
./script/setup
23
23
```
24
24
@@ -51,8 +51,8 @@ This commits the database and media library to your private repo and pushes.
51
51
## Restoring notes on a new machine
52
52
53
53
```bash
54
-
git clone <this-repo-url>
55
-
cdscratch-wordpress
54
+
git clone git@github.com:snim2/noteground.git
55
+
cdnoteground
56
56
./script/setup
57
57
git clone git@github.com:you/notes-data.git data
58
58
./script/start
@@ -114,7 +114,7 @@ Create a gitignored `blueprint-local.json` to customise your local setup without
114
114
## How privacy works
115
115
116
116
```plaintext
117
-
scratch-wordpress/ ← this repo (public)
117
+
noteground/ ← this repo (public)
118
118
└── data/ ← your private repo, cloned here (gitignored)
119
119
├── database/
120
120
│ └── .ht.sqlite ← SQLite database with all your notes
0 commit comments