-
open dev tools using cmd+shift+I
-
head to console tab
-
Paste this in the console and press enter.
require('electron').remote.getCurrentWindow().setAlwaysOnTop(true)
-
remember to do this every time you open obsidian.
1 Like