Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 16, 2023
1 parent d0e5459 commit 9e55fb5
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 2 deletions.
Binary file added public/apps/memo-widget/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions source/content/apps/ai-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

<br>

*You may also like my [Actions](/actions) app.*
Expand Down
8 changes: 6 additions & 2 deletions source/content/apps/any-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down Expand Up @@ -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?

Expand All @@ -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.
4 changes: 4 additions & 0 deletions source/content/apps/favorites-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
83 changes: 83 additions & 0 deletions source/content/apps/memo-widget.md
Original file line number Diff line number Diff line change
@@ -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.

<br>

### 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.

0 comments on commit 9e55fb5

Please sign in to comment.