Commit 59dd1a

2026-09-06 15:04:59 Anonymous: Home: note %20 (not +) for spaces in page addresses
home.md ..
@@ 31,6 31,7 @@
Good to know:
- Sub-pages use slashes, for example `/Projects/Alpha/save`.
+ - Encode spaces in a page name as `%20`, not `+` (a `+` in a path is a literal plus, so it 404s). Addresses are case-insensitive: `/My%20Page` and `/my%20page` are the same page.
- A successful save answers `302` with a `Location` header. Read it: names are stored lower-case and dots are removed (`Notes/v2.1` becomes `Notes/v21`).
- The raw source ends with one trailer line starting with `[]: # (`. Strip it to get the exact Markdown.
- Text is stored as UTF-8; any language or emoji works. One save may be up to 5 MB.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9