- Added native confirmation sheets in the Mac client.
Manual content actions now confirm clearly: Draft shows “Draft Saved” Publish shows “Published” Update shows “Updated” Delete first asks “Delete Post/Page?” and then shows “Deleted” after the API succeeds Autosave stays quiet so it does not spam popups. Updated: [macclient/AppKitClient/main.m](/Users/tyemeclifford/Documents/GH/blog/macclient/AppKitClient/main.m) [macclient/README.md](/Users/tyemeclifford/Documents/GH/blog/macclient/README.md) [CHANGELOG.md](/Users/tyemeclifford/Documents/GH/blog/CHANGELOG.md)
This commit is contained in:
+6
-3
@@ -1,4 +1,4 @@
|
||||
# TCMS Mac Client
|
||||
# TCMS
|
||||
|
||||
Native AppKit macOS 12+ client for Ty Clifford's Content Management System.
|
||||
|
||||
@@ -7,10 +7,10 @@ Native AppKit macOS 12+ client for Ty Clifford's Content Management System.
|
||||
```bash
|
||||
cd macclient
|
||||
./build-app.sh
|
||||
open TCMSMacClient.app
|
||||
open TCMS.app
|
||||
```
|
||||
|
||||
The built app bundle is written to `macclient/TCMSMacClient.app`.
|
||||
The built app bundle is written to `macclient/TCMS.app`.
|
||||
|
||||
## Connect
|
||||
|
||||
@@ -29,8 +29,11 @@ The client automatically calls `api.php` under that URL. Enter the username/pass
|
||||
- Page through large post/page lists with configurable per-page counts.
|
||||
- Toggle spell check and auto-correct in the Markdown editor.
|
||||
- Use standard Mac shortcuts, including Command-S for Update, Command-Comma for Settings, and Command-Q for Quit.
|
||||
- Confirm successful draft, publish, update, and delete actions with native sheets.
|
||||
- Upload media to `bl-content/uploads`.
|
||||
- Page through media, preview images, play audio/video, and open files in the default Mac app.
|
||||
- Upload media from the editor and insert the correct Markdown image, video shortcode, audio tag, or link automatically.
|
||||
- Right-click media to copy its URL or a ready-to-paste Markdown embed.
|
||||
- List and moderate comments.
|
||||
- Local autosave to Application Support.
|
||||
- Optional remote autosave as draft.
|
||||
|
||||
Reference in New Issue
Block a user