-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0e5459
commit dcf718c
Showing
11 changed files
with
108 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
--- | ||
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 add actions for Shortcuts? | ||
|
||
I don't plan to add this. Check out my [Any Text app](/any-text), which has this. | ||
|
||
#### 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters