Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 14, 2024
1 parent 5e7f931 commit 6cc0c64
Show file tree
Hide file tree
Showing 15 changed files with 154 additions and 21 deletions.
Binary file modified 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.
Binary file modified public/apps/photo-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/aiko.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ platforms:
appStoreId: 1672085276
olderMacOSVersions:
- '13'
feedbackNote: |
Any problems with the output are unfortunately out of my control. The app uses the OpenAI Whisper AI model to transcribe. The model has some flaws with certain recordings like repetition, hallucination, and refusal to produce text.
---

High-quality on-device transcription. Easily convert speech to text from meetings, lectures, and more.
Expand Down
5 changes: 3 additions & 2 deletions source/content/apps/camera-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ subtitle: Preview your webcam and take photos
pubDate: 2023-05-20
platforms:
- macOS
isPaid: true
isMenuBarApp: true
appStoreId: 1632827132
olderMacOSVersions:
Expand Down Expand Up @@ -71,9 +72,9 @@ No

No. That's outside the scope of this app. You can use the built-in QuickTime Player app for that.

#### Why is this free without ads?
<!-- #### Why is this free without ads?
I just enjoy making apps. Consider leaving a nice review on the App Store.
I just enjoy making apps. Consider leaving a nice review on the App Store. -->

#### Can you localize the app into my language?

Expand Down
15 changes: 10 additions & 5 deletions source/content/apps/dato.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If all you need is another clock in the menu bar, check out [Second Clock](/seco

### Trial

There's a fully functional trial available [here](https://www.dropbox.com/scl/fi/6z1mj94xelwpmoyojkvt3/Dato-5.3.7-trial-1725218207.zip?rlkey=hdidus85nzcwu164rdx7z3hr3&raw=1). The only limitation is that it will prompt you to buy Dato every 12 hours and it will not receive automatic updates. If you decide to buy Dato on the App Store, all data and settings from the trial version will be preserved (they share the same storage).
Try the fully functional trial [here](https://www.dropbox.com/scl/fi/6z1mj94xelwpmoyojkvt3/Dato-5.3.7-trial-1725218207.zip?rlkey=hdidus85nzcwu164rdx7z3hr3&raw=1). The only limitation is a reminder to buy the app every 12 hours, and no automatic updates. All data and settings carry over if you buy it on the App Store.

You can also [try it on Setapp](https://go.setapp.com/stp181?refAppID=571&utm_medium=vendor_program&utm_content=button) for 7 days for free.

Expand Down Expand Up @@ -246,7 +246,11 @@ You can also [try it on Setapp](https://go.setapp.com/stp181?refAppID=571&utm_me

#### The app does not show up in the menu bar

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.
macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender/Ice if you have it installed.

#### Dato does not work with Ice

This is an [issue with Ice](https://github.com/jordanbaird/Ice/discussions/298) and must be fixed there.

#### Can I buy Dato from outside the App Store and Setapp?

Expand All @@ -261,9 +265,10 @@ Make sure:
- When in the settings for it, the placeholder example menu bar item shows up in the menu bar.
- If it doesn't show up, try reducing the “event title limit”.
- There is enough space in the menu bar to show it.
- If you have Bartender or Ice (or a similar app that hides menu bar items) installed, make sure the menu bar item was not auto-hidden by Bartender.
- Note that it uses a separate menu item from the main Dato menu item, so it could still be hidden by Bartender while the main menu bar item is not.
- Try quitting Bartender to make sure it is not one causing the issue.
- If you have Bartender or Ice (or a similar app that hides menu bar items) installed, make sure the menu bar item was not auto-hidden by them.
- Note that it uses a separate menu item from the main Dato menu item, so it could still be hidden by Bartender/Ice while the main menu bar item is not.
- Try quitting Bartender/Ice to make sure it is not one causing the issue.
- If you are using Ice, see [this](https://github.com/jordanbaird/Ice/discussions/298).

#### It does not support the video call service I use

Expand Down
8 changes: 8 additions & 0 deletions source/content/apps/folder-peek.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ Click the menu bar item, go to the first menu bar item (which is named after you

No, that is unfortunately not possible. Folder Peek is built as a system menu, and a menu cannot be kept open if it's not focused. Instead, first, navigate to the nested folder, click to open it in Finder, and then drag & drop the file into the Finder window.

#### Can it auto-mount a network volume when accessing it? {#network-volume}

No, this is not possible because of sandboxing. If you want to use a network volume in the app, you need to manually mount it first or use a tool like [AutoMounter](https://pixeleyes.co.nz/automounter/) to keep it always mounted.

#### Can it support adding a tag instead of a folder?

No. This is not planned.

#### The app I want does not show up in the “Open With” menu for a folder {#folder-open-with}

Apps define the types they support and Folder Peek just fetches a list of apps that support opening folders. However, many apps forget to declare support for folders even though they can open them. I would encourage reporting this to the developers of the app you want to open ([example report](https://github.com/microsoft/vscode/issues/146977)). In the meantime, I'm happy to manually add the app to the list if you contact me, but you are expected to also have reported the issue to the app's developers.
Expand Down
4 changes: 3 additions & 1 deletion source/content/apps/hyperduck.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ platforms:
appStoreId: 6444667067
olderMacOSVersions:
- '13'
feedbackNote: |
If you are having problems with sync, [read this](/hyperduck#troubleshooting).
---

For example, share a link from Safari on your iPhone, iPad, or Apple Vision Pro, and have it open in the default browser on your Mac moments later.
Expand Down Expand Up @@ -202,7 +204,7 @@ No. I would like to keep the app simple.

#### Can you support the reverse - Mac to iOS?

No. That is not something I plan to support. It's simply not something I need myself and it would make the app much more complicated.
No. That is not something I plan to support. It's simply not something I need myself and it would make the app much more complicated. Also, it would not be possible to open the URL directly in the browser like it does on macOS, so the experience would not be great.

#### Can you localize the app into my language?

Expand Down
6 changes: 4 additions & 2 deletions source/content/apps/memo-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ pubDate: 2023-12-16
platforms:
- macOS
- iOS
isPaid: true
appStoreId: 6465682248
forceHasIosAppIcon: true
---

The app provides widgets that act like sticky notes. Show them on your Home Screen, Lock Screen, StandBy, or desktop.
Expand Down Expand Up @@ -83,9 +85,9 @@ Currently, there are no plans to integrate iCloud syncing due to its complexity

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?
<!-- #### 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.
I just enjoy making apps. I earn money on other apps. Consider leaving a nice review on the App Store. -->

#### Can you localize the app into my language?

Expand Down
4 changes: 2 additions & 2 deletions source/content/apps/one-thing.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ I don't plan to localize the app.

### Scripting

One Thing can be automated using the Shortcuts app or with a custom URL scheme.
The app can be automated using the Shortcuts app or with a custom URL scheme.

More integrations:

Expand All @@ -143,7 +143,7 @@ More integrations:
#### Shortcuts app

- [Example shortcut](https://www.icloud.com/shortcuts/381619f1c8404770ad020d439a48fd9c)
- [How to use Shortcuts](https://www.xda-developers.com/guide-shortcuts-macos/)
- [Shortcuts usage guide](https://www.xda-developers.com/guide-shortcuts-macos/)
- [How to run shortcuts from the command-line](https://support.apple.com/guide/shortcuts-mac/run-shortcuts-from-the-command-line-apd455c82f02/mac)

**Examples**
Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/online-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ It's something I'm considering. Share your use-case through the feedback button

#### Can you make the menu bar icon green when online?

No. Menu bar icons are intended to be mostly monotone, changing color only to indicate critical states. For example, the battery icon turns red or yellow when low but stays monochrome when full.
No. Menu bar icons are intended to be mostly monotone, changing color only to indicate critical states. For example, the battery icon turns red when low but stays monochrome when full. Showing green also isn't that useful as you can assume it's connected when not red, and having a constant green color there could be distracting.

#### [More FAQs…](/apps/faq)

Expand Down
4 changes: 4 additions & 0 deletions source/content/apps/plain-text-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ Yes. Click “View › Show Tab Bar” in the menu bar and then click the plus b

You can also press <kbd>Command</kbd> + <kbd>N</kbd> if you have [tabs enabled for document apps](https://support.apple.com/en-gb/guide/mac-help/mchla4695cce/mac).

#### Can I keep it in the menu bar?

No, that's not supported. However, you may be interested in my [Scratchpad](/scratchpad) app.

#### How can I make the app preserve open documents when I quit on macOS?

This is already how it works. Actually, it's how all document-based apps on macOS work. Make sure you don't have “System Settings › Desktop & Dock › Close windows when quitting an application” enabled.
Expand Down
107 changes: 102 additions & 5 deletions source/content/apps/scratchpad.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ platforms:
- iOS
- visionOS
# - watchOS
# isPaid: true TODO
isPaid: true
isMenuBarApp: true
appStoreId: 6504040051
# olderMacOSVersions:
# - '14'
feedbackNote: |
If you are having problems with sync, [read this](/scratchpad#troubleshooting).
---

Capture your thoughts instantly in a single, always-accessible note.
Expand All @@ -26,20 +28,29 @@ On macOS, the app sits in your menu bar or Dock, ready whenever inspiration stri
- Sync with iCloud, or not
- Custom hotkey for instant writing <sup>(macOS)</sup>
- Translucent background <sup>(macOS)</sup>
- Font settings

Perfect for brain dumps, quick drafts, and fleeting ideas. Your thoughts are just a click away, without breaking your workflow.

**watchOS version is planned later this year.**

<a href="https://www.producthunt.com/posts/scratchpad-3?embed=true&utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-scratchpad&#0045;3" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=486333&theme=light&period=daily" alt="Scratchpad - Quick&#0032;notes&#0044;&#0032;always&#0032;available | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>

#### Privacy

The app uses iCloud syncing to securely sync your text across devices. This feature is opt-in. Neither the app developer nor Apple can access the text in your scratchpad. The app does not collect any personal data and contains no tracking.

### Trial

Try the fully functional trial of the macOS app [here](https://www.dropbox.com/scl/fi/nzjdt588h0y2zj8wn48r1/Scratchpad-1.1.0-trial-1725634004.zip?rlkey=3hhcc0rcwt2cjpba7vbnl2ucq&raw=1). The only limitation is a reminder to buy the app every 12 hours, and no automatic updates. All data and settings carry over if you buy it on the App Store.

### Tips

#### Troubleshoot syncing {#troubleshooting}

- Ensure iCloud sync is enabled in the Scratchpad settings on all devices you wish to sync.
- After enabling sync, try writing some more text on all the devices.
- The initial sync may take a while.
- Ensure all devices are signed into the same iCloud account.
- Ensure all devices are online.
- Try restarting all devices.
Expand All @@ -53,6 +64,16 @@ The app uses iCloud syncing to securely sync your text across devices. This feat
- If using a VPN, try disconnecting it, as some VPNs can interfere with iCloud syncing.
- Check the [iCloud system status](https://www.apple.com/support/systemstatus/) to ensure the service is not experiencing issues.

#### Launch app from Lock Screen

Quickly open the app using the built-in Lock Screen widget. For more customization options, you can also use my [Quick Launch](/quick-launch) app.

#### Quickly add text to the scratchpad

1. macOS: Select some text in any app, right-click, and select “Services › Add to Scratchpad” or “Share › Add to Scratchpad”.
1. Use the [Shortcuts action](#scripting)
1. Use the [custom URL scheme](#scripting)

### Frequently Asked Questions {#faq}

#### I have a feature request, bug report, or some feedback
Expand All @@ -63,6 +84,10 @@ Click the feedback button in the app or [send it here.](https://sindresorhus.com

macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed.

#### Why is my note not syncing between devices?

Refer to the [troubleshooting section](#troubleshooting) above to resolve syncing issues.

#### Can you add Markdown syntax highlighting?

I don't plan to add that as I want to keep the app simple. I do plan to make a proper minimal Markdown editor at some point, but that's not this app.
Expand Down Expand Up @@ -91,9 +116,13 @@ Yes. The app stores the note in iCloud Drive, which is covered by Advanced Data

By default, it only appears in the menu bar. You can enable the Dock icon in the settings.

#### Why is my note not syncing between devices?
#### Can it show the text in a widget?

Refer to the [troubleshooting section](#troubleshooting) above to resolve syncing issues.
No, but check out my [Any Text](/any-text) app for that.

#### Can it show the text in the macOS menu bar?

No, but check out my [One Thing](/one-thing) app for that.

#### The text sometimes jumps when I write fast

Expand All @@ -103,7 +132,7 @@ This is a macOS bug. There is unfortunately nothing I can do about it.

The keyboard shortcut is listed in the “…” menu.

#### Can you add a font and color setting?
#### Can you add a color setting?

I don't plan to add that. It's not essential and I'm trying to keep the app simple.

Expand All @@ -119,16 +148,84 @@ The app is made using Apple's latest technologies (SwiftUI) and they have not ad

I don't plan to localize the app.

#### How does this compare to [Tot](https://tot.rocks)? {#tot}

Scratchpad advantages:

- Simpler, focused design: A single plain text note for minimal distraction.
- Can float on top of other windows.
- iCloud sync is optional. Tot does not have a setting to turn off iCloud sync.
- More affordable pricing: $2 vs $20 for Tot.
- visionOS support.
- Unlimited note size. Tot is limited to 100,000 characters.
- Translucent background on macOS.

Tot advantages:

- Supports 7 notes.
- Rich-text support.
- More mature.
- Available for watchOS. *(Scratchpad will have a watchOS app soon)*

#### [More FAQs…](/apps/faq)

### Scripting

The app can be automated using the Shortcuts app or with a custom URL scheme.

More integrations:

- [Command-line tool](https://github.com/sindresorhus/one-thing)
- [Node.js API](https://github.com/sindresorhus/one-thing)

#### Shortcuts app

- [Shortcuts usage guide](https://www.xda-developers.com/guide-shortcuts-macos/)
- [How to run shortcuts from the command-line](https://support.apple.com/guide/shortcuts-mac/run-shortcuts-from-the-command-line-apd455c82f02/mac)

**Examples**

- [*Tell me if you have done anything cool with scripting*](https://sindresorhus.com/feedback?product=Scratchpad&referrer=Website-FAQ)

#### Custom URL scheme

You can add text to the scratchpad from any tool that can open an URL. This includes a website, Bash, Node.js, Python, Swift, etc.

For example, in your terminal:

```sh
open --background 'scratchpad:append?text=Hello'
```

By default, the app window shows when this is run. On macOS, you can tell it to not show with the `hide` search parameter:

```sh
open --background 'scratchpad:append?text=Hello&hide'
```

You can also prepend:

```sh
open --background 'scratchpad:prepend?text=Hello'
```

*Don't forget to [URL encode](https://www.urlencoder.org) the value for the `text=` search parameter. For example, using [this](https://gist.github.com/cdown/1163649) Bash function.*

You can also use the custom URL scheme on iOS.

There is no way to get the text using the URL scheme, but you can use Shortcuts for that.

I have not included a way to overwrite the text because I don't want anything to be able to overwrite the scratchpad. If you want this, [tell me your use-case](https://sindresorhus.com/feedback?product=Scratchpad&referrer=Website-FAQ). I may add this with an opt-in setting. For now, you can do it with Shortcuts.

<!-- ### Older Versions
- [1.0.0]() for macOS 14+ -->

### Non-App Store Version
<!-- ### Non-App Store Version
A special version for users that cannot access the App Store. It won't receive automatic updates. I will update it here once a year.
[Download](https://www.dropbox.com/scl/fi/c9yck1mydyytvkz8rk5dr/Scratchpad-1.0.3-1725305281.zip?rlkey=dfy3q9f3vuvo4q9kgbih7nke5&raw=1) *(1.0.3)*
*Requires macOS 14 or later*
-->
2 changes: 1 addition & 1 deletion source/content/apps/shareful.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you are on a work computer, it could also be that your company has blocked th

#### Can you add a “Move” action?

This is unfortunately not possible. [Share extensions](https://support.apple.com/guide/mac-help/use-the-share-menu-on-mac-mh40614/mac) (for example, the "Copy" action), only receive a copy of the file. They have no access to the original file.
This is unfortunately not possible. [Share extensions](https://support.apple.com/guide/mac-help/use-the-share-menu-on-mac-mh40614/mac) (for example, the "Copy" action), usually only receive a copy of the file. They have no guaranteed access to the original file.

#### Can you add a “Copy Path” action for use in Finder?

Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/velja.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Make sure you didn't click the link in a browser. See above.

**I clicked a link in VS Code**

VS Code [does not open the system default browser](https://github.com/microsoft/vscode/issues/96132) when you click a link in the app. Because of this, Velja is not used.
By default, VS Code does not open the system default browser when you click a link in the app. Because of this, Velja is not used. You can change this with the `workbench.externalBrowser` setting in VS Code.

**I clicked a short URL**

Expand Down
Loading

0 comments on commit 6cc0c64

Please sign in to comment.