Float on Top for Mac?

  1. open dev tools using cmd+shift+I

  2. head to console tab

  3. Paste this in the console and press enter.
    require('electron').remote.getCurrentWindow().setAlwaysOnTop(true)

  4. remember to do this every time you open obsidian.

1 Like