diff --git a/public/apps/memo-widget/icon.png b/public/apps/memo-widget/icon.png new file mode 100644 index 00000000..4e3739ce Binary files /dev/null and b/public/apps/memo-widget/icon.png differ diff --git a/source/content/apps/ai-actions.md b/source/content/apps/ai-actions.md index f4f29bc3..1ba2f1ec 100644 --- a/source/content/apps/ai-actions.md +++ b/source/content/apps/ai-actions.md @@ -18,6 +18,8 @@ Your API key is securely stored in your keychain, not in a shortcut. **If you are getting a `Missing response` error, it's most likely that the OpenAI safety system prevented your prompt. Try something else.** +**Apple is currently blocking updates for the iOS app, so I won't be able to submit an update for some time... I plan to get it [published to an alternative App Store](https://appleinsider.com/articles/23/08/15/setapp-plans-to-launch-eu-only-alternative-ios-app-store) in 2024.** +
*You may also like my [Actions](/actions) app.* diff --git a/source/content/apps/any-text.md b/source/content/apps/any-text.md index acab8390..22b2c3af 100644 --- a/source/content/apps/any-text.md +++ b/source/content/apps/any-text.md @@ -32,7 +32,7 @@ For macOS, it's only available for Apple silicon Macs running macOS 14 or later. #### The widget does not show up in the widget picker -This is a well-known iOS issue. [Try this.](https://webtrickz.com/third-party-lock-screen-widgets-not-showing-ios-16/) +This is a iOS issue. [Try this.](https://webtrickz.com/third-party-lock-screen-widgets-not-showing-ios-16/) #### Can you support having multiple pieces of text that change during the day? @@ -98,7 +98,7 @@ This is an iOS limitation and is out of my control. It shows a placeholder until #### Can you support syncing the text with iCloud? -I don't plan to support that. iCloud is consistently unreliable and I don't want to increase my support burden. +Currently, there are no plans to integrate iCloud syncing due to its complexity and the potential for increased support queries. #### When using the “Run Shortcut” action, why does tapping the widget first open the main app and then the Shortcuts app? @@ -116,3 +116,7 @@ I just enjoy making apps. I earn money on other apps. Consider leaving a nice re #### Where can I find the changelog? Go [here](https://apps.apple.com/app/id1643199620) and click “Version History”. + +#### Can you localize the app into my language? + +I don't have any plans to localize the app. diff --git a/source/content/apps/favorites-widget.md b/source/content/apps/favorites-widget.md index 77819edb..3b8c1015 100644 --- a/source/content/apps/favorites-widget.md +++ b/source/content/apps/favorites-widget.md @@ -60,3 +60,7 @@ I just enjoy making apps. I earn money on other apps. Consider leaving a nice re #### Where can I find the changelog? Go [here](https://apps.apple.com/app/id1643660089) and click “Version History”. + +#### Can you localize the app into my language? + +I don't have any plans to localize the app. diff --git a/source/content/apps/memo-widget.md b/source/content/apps/memo-widget.md new file mode 100644 index 00000000..8db0d70b --- /dev/null +++ b/source/content/apps/memo-widget.md @@ -0,0 +1,83 @@ +--- +draft: true +title: Memo Widget +subtitle: Sticky notes on your Home Screen, Lock Screen, and desktop +pubDate: 2023-12-16 +platforms: + - macOS + - iOS +appStoreId: 6465682248 +--- + +The app provides widgets that act like sticky notes. Show them on your Home Screen, Lock Screen, StandBy, or desktop. + +The app is simple by design. + +For macOS, it's only available for Apple silicon Macs running macOS 14.2 or later. + +
+ +### Frequently Asked Questions {#faq} + +#### I have a feature request, bug report, or some feedback + +[Send it here.](https://sindresorhus.com/feedback?product=Memo%20Widget&referrer=Website-FAQ) + +#### How do I add the widget? + +- [iOS](https://support.apple.com/en-us/HT207122) +- [macOS](https://support.apple.com/en-gb/guide/mac-help/mchl52be5da5/mac) + +#### The widget does not show up in the widget picker + +This is a iOS bug. [Try this.](https://webtrickz.com/third-party-lock-screen-widgets-not-showing-ios-16/) + +#### Can you add more features and settings? + +I'm happy to consider it, but I also want to keep the app simple. Check out my [Any Text app](/any-text), which has a lot more features. + +#### Can I make the widget horizontally centered on the Lock Screen? + +This is unfortunately not possible. Apple has decided that the rectangular widget can only appear on the left or right side. + +#### Can I pick a color for the text on the Lock Screen? + +Lock Screen widgets cannot have colors. You can set a custom text color for the normal widgets though. + +#### Can I pick a background color for the Lock Screen widgets? + +Same answer as the above. + +#### The widget does not update if I write some text in the app and then reveal the Lock Screen + +You need to first close the app. This is an iOS bug. + +If you work at Apple → [FB11522275](https://github.com/feedback-assistant/reports/issues/360) + +#### The widget does not update even if I do the above + +The app tells iOS to update the widget, unfortunately, iOS can decide to delay an update for various reasons (low battery, low-power mode, etc). This is completely out of my control. + +#### The Lock Screen widget does not show the text after restarting the device, before unlocking it + +This is an iOS limitation and is out of my control. It shows a placeholder until the first unlock. This is how all Lock Screen widgets work. + +#### Can you support syncing the text with iCloud? + +Currently, there are no plans to integrate iCloud syncing due to its complexity and the potential for increased support queries. + +#### How is this different from your [Any Text](/any-text) app? + +Any Text has a lot of features and is very flexible. With this app, I wanted to make something simple and focused. + +#### Why is this free without ads? + +I just enjoy making apps. I earn money on other apps. Consider leaving a nice review on the App Store. + +#### Where can I find the changelog? + +Go [here](https://apps.apple.com/app/id6465682248) and click “Version History”. + +#### Can you localize the app into my language? + +I don't have any plans to localize the app.