1

Screen as in the different desktops in mac os I'm using macOS and I frequently work with multiple spaces. I'm looking for a way to have 5 different notes or quick notes that are always on top of all my other windows, with one note on each of my spaces. I want to be able to quickly jot down information or refer to important notes without having to switch between windows, applications, or spaces.

Ideally, the solution should have the following features:

  1. Each note should be always on top, so it remains visible even when I'm working on other windows or applications within the same space.
  2. I should be able to position one note on each of my spaces.
  3. The notes should be easily accessible and allow me to quickly input or view information.
  4. It would be great if the notes support basic formatting like bold, italic, and lists.
  5. The ability to save and load notes would be a plus.

I'm open to using any software or tools that can achieve this functionality. It could be a dedicated note-taking application, a customizable widget, or even a combination of different tools.

I'm using the latest version of macOS.

If anyone has any suggestions, recommendations, or step-by-step instructions on how to set this up, I would greatly appreciate it. Thank you in advance!

6
  • 1
    Havent used a Mac in many years, so dont know. While not useful to the OP, this is trivial on Windows. Just install MS PowerToys and you can set any window to be always on top with wIn+ctrl+T. Hope you find an answer OP.
    – Keltari
    Commented Jul 8 at 0:24
  • 1
    Wouldn’t you be better off asking this on the stack exchange website for Mac questions ? apple.stackexchange.com
    – Judy D
    Commented Jul 10 at 15:43
  • Can the staff move this question already
    – Maslie
    Commented Jul 12 at 6:58
  • @Maslie OP placed a bounty on it. Until the bounty expires we cant migrate it.
    – Mokubai
    Commented Jul 12 at 12:49
  • @Mokubai Oh well that an issue for OP now. It would be better on the apple stackexhchange but we must wait
    – Maslie
    Commented Jul 12 at 12:52

1 Answer 1

-3

To achieve this functionality on macOS, you have a few options, including using dedicated note-taking applications, floating widgets, or combination of tools. Here's a step-by-step guide using some of the best available tools:

Option 1: Using Stickies and a Third-Party Tool

Stickies is a built-in application on macOS that allows you to create floating notes. To ensure these notes stay on top, you can use a third-party tool like Afloat

Step-by-Step Instructions:

  1. Open Stickies:

    • Open the Stickies app from the Applications folder or by searching for it in Spotlight.
  2. Create and Position Notes:

    • Create five different Stickies notes and position each one in a separate space. You can move to different spaces using the Mission Control feature (usually triggered by swiping up with three or four fingers on the trackpad or pressing the Mission Control key).
  3. Install Afloat:

    • Download and install Afloat. Note that Afloat is an older tool and might require some additional steps to work on the latest macOS versions, like using mySIMBL.
    • Alternatively, you can use Hammerspoon with a specific configuration to achieve a similar result.
  4. Configure Notes to Stay on Top:

    • For Afloat, once installed, open the Stickies note, then go to the menu bar and select Window > Keep Afloat.
    • For Hammerspoon, use the following script to keep Stickies on top:
      hs.hotkey.bind({"cmd", "alt", "ctrl"}, "T", function()
          local win = hs.window.focusedWindow()
          if win then
              win:setTopLeft(hs.mouse.getAbsolutePosition())
              win:setFrame(win:frame(), 0)
              win:setFrame(win:frame(), 1)
          end
      end)
      

Option 2: Using Notion and Magnet (or another window management tool)

Notion is a powerful note-taking app that supports basic formatting and can be used with a window management tool like Magnet.

Step-by-Step Instructions:

  1. Install Notion:

  2. Create Notes in Notion:

    • Create five separate pages or notes in Notion for your different spaces.
  3. Install Magnet:

    • Download and install Magnet from the Mac App Store or another window management tool that allows you to keep windows in specific positions.
  4. Position Notes:

    • Open each Notion note in a separate window and use Magnet to position each note in a specific space. Use Magnet's features to keep the windows on top if available.

Option 3: Using Floating Widgets

GeekTool allows you to create customizable widgets on your desktop.

Step-by-Step Instructions:

  1. Install GeekTool:

  2. Create Widgets:

    • Use GeekTool to create five different text widgets on your desktop. You can customize the appearance and position of these widgets.
  3. Position Widgets in Spaces:

    • Position each widget in a separate space using Mission Control.

Conclusion

Each of these options has its strengths, so you can choose the one that best fits your workflow. If you need basic formatting and a robust note-taking experience, Notion with a window manager like Magnet might be the best choice. If you prefer a lightweight and straightforward solution, Stickies with Afloat or Hammerspoon is a good option. For highly customizable desktop widgets, GeekTool is ideal.

2
  • afloat doesn't work
    – Cauder
    Commented Jul 8 at 2:53
  • 3
    This looks like genAI to me
    – Fred Qian
    Commented Jul 13 at 5:16

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .