mirror of
https://github.com/svemagie/obsidian-micropub.git
synced 2026-05-15 11:58:51 +02:00
doc: update README.md to reflect latest changes
This commit is contained in:
@@ -70,6 +70,8 @@ Expand **Or paste a token manually** and enter a bearer token from your Indiekit
|
|||||||
| Default visibility | `public` | Applied when the note has no `visibility` field |
|
| Default visibility | `public` | Applied when the note has no `visibility` field |
|
||||||
| Write URL back to note | on | Saves the published post URL as `mp-url` in frontmatter |
|
| Write URL back to note | on | Saves the published post URL as `mp-url` in frontmatter |
|
||||||
| Map #garden/* tags | on | Converts `#garden/plant` → `gardenStage: plant` Micropub property |
|
| Map #garden/* tags | on | Converts `#garden/plant` → `gardenStage: plant` Micropub property |
|
||||||
|
| Show syndication dialog | `when-needed` | `when-needed` / `always` / `never` — controls when target picker appears before publish |
|
||||||
|
| Default syndication targets | — | UIDs pre-ticked in the syndication dialog (from your Micropub config) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -215,13 +217,14 @@ src/
|
|||||||
Publisher.ts Orchestrates publish flow (parse → upload → send → write-back)
|
Publisher.ts Orchestrates publish flow (parse → upload → send → write-back)
|
||||||
IndieAuth.ts PKCE IndieAuth sign-in via GitHub Pages relay
|
IndieAuth.ts PKCE IndieAuth sign-in via GitHub Pages relay
|
||||||
SettingsTab.ts Obsidian settings UI
|
SettingsTab.ts Obsidian settings UI
|
||||||
|
SyndicationDialog.ts Pre-publish dialog to select syndication targets
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
- [ ] Publish dialog with syndication target checkboxes
|
- [x] Publish dialog with syndication target checkboxes
|
||||||
- [ ] Scheduled publishing (`mp-published-at`)
|
- [ ] Scheduled publishing (`mp-published-at`)
|
||||||
- [ ] Pull categories from Micropub `?q=category` for autocomplete
|
- [ ] Pull categories from Micropub `?q=category` for autocomplete
|
||||||
- [ ] Multi-endpoint support (publish to multiple blogs)
|
- [ ] Multi-endpoint support (publish to multiple blogs)
|
||||||
|
|||||||
Reference in New Issue
Block a user