From 0166d47a1e8b344fabeceb8866e35c3f302b595a Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Mon, 20 Sep 2021 06:22:34 +0800 Subject: [PATCH] Add URL Scheme documentation --- Technotes/Themes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Technotes/Themes.md diff --git a/Technotes/Themes.md b/Technotes/Themes.md new file mode 100644 index 000000000..741e5e963 --- /dev/null +++ b/Technotes/Themes.md @@ -0,0 +1,11 @@ +# Themes + +## Add Themes Directly to NetNewsWire +Theme developers: on iOS and macOS, themes can be opened directly in NetNewsWire using the below URL scheme: + +`netnewswire://theme/add?url={url}` + +When using this URL scheme the theme being shared must be zipped. + +Parameters: +- `url`: (mandatory, URL-encoded): The theme's location.