diff --git a/README.md b/README.md index a35f055..bbc2fe4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Raycast Extension for Akkoma -![overview](./assets/command.png) +![overview](./media/command.png) - [Akkoma](https://akkoma.social/) @@ -20,59 +20,59 @@ Input your Akkoma / Pleroma instance's URL, then click the "Continue" button in the bottom-right corner. -login +login ## Examples: ### Add simple status with text -Add simple status with text +Add simple status with text ### Add scheduled status -Add scheduled status +Add scheduled status -Add scheduled status +Add scheduled status ### Add status with image and alt text -Add status with image and alt text +Add status with image and alt text ### View bookmarked status -Add simple status with text +Add simple status with text ### View your latest status -View your latest status +View your latest status ### Mark status as sensitive Toggle the "Sensitive" checkbox to mark the attached image as sensitive, or add a content warning to the status. -Mark status as sensitive +Mark status as sensitive ### Write status with markdown Toggle the "Markdown" checkbox to render markdown in the text file. Markdown shortcuts are also supported (e.g., pressing `⌘` + `B` will add `**bold**` around the selected text, `⌘` + `I` will make the selected text italic, etc.). -Writing status with markdown +Writing status with markdown ### Draft status -Draft status +Draft status ## Available Settings ### Status limit Based on performance considerations, the number of statuses displayed is limited, with the default being 20. You can adjust this limit in the extension settings. -bookmark limit +bookmark limit -status limit +status limit ### Default visibility -Default visibility +Default visibility ## Actions -actions +actions ## TODO - [ ] Fork to Mastodon diff --git a/assets/actions.png b/media/actions.png similarity index 100% rename from assets/actions.png rename to media/actions.png diff --git a/assets/add-cw.png b/media/add-cw.png similarity index 100% rename from assets/add-cw.png rename to media/add-cw.png diff --git a/assets/add-scheduled-status.png b/media/add-scheduled-status.png similarity index 100% rename from assets/add-scheduled-status.png rename to media/add-scheduled-status.png diff --git a/assets/add-simple-status.png b/media/add-simple-status.png similarity index 100% rename from assets/add-simple-status.png rename to media/add-simple-status.png diff --git a/assets/add-status-alt-text.png b/media/add-status-alt-text.png similarity index 100% rename from assets/add-status-alt-text.png rename to media/add-status-alt-text.png diff --git a/assets/add-status.png b/media/add-status.png similarity index 100% rename from assets/add-status.png rename to media/add-status.png diff --git a/assets/command.png b/media/command.png similarity index 100% rename from assets/command.png rename to media/command.png diff --git a/assets/draft-status.png b/media/draft-status.png similarity index 100% rename from assets/draft-status.png rename to media/draft-status.png diff --git a/assets/login.png b/media/login.png similarity index 100% rename from assets/login.png rename to media/login.png diff --git a/assets/markdown.png b/media/markdown.png similarity index 100% rename from assets/markdown.png rename to media/markdown.png diff --git a/assets/setting-bookmarks.png b/media/setting-bookmarks.png similarity index 100% rename from assets/setting-bookmarks.png rename to media/setting-bookmarks.png diff --git a/assets/setting-status.png b/media/setting-status.png similarity index 100% rename from assets/setting-status.png rename to media/setting-status.png diff --git a/assets/setting-visibility.png b/media/setting-visibility.png similarity index 100% rename from assets/setting-visibility.png rename to media/setting-visibility.png diff --git a/assets/view-bookmarks.png b/media/view-bookmarks.png similarity index 100% rename from assets/view-bookmarks.png rename to media/view-bookmarks.png diff --git a/assets/view-my-status.png b/media/view-my-status.png similarity index 100% rename from assets/view-my-status.png rename to media/view-my-status.png