![[Drawing 2021-10-11 10.01.37.excalidraw.md]] ## With NSPopover - https://fleetingpixels.com/blog/2020/6/15/how-to-create-a-mac-menu-bar-app-with-nspopover - https://github.com/davidcaddy/MenuBarPopoverExample ## With SwiftUI - https://medium.com/macoclock/how-to-make-a-macos-menu-bar-app-bfdbbcd76077 ## HotKey - https://stackoverflow.com/questions/47760135/global-keyboard-shortcuts-for-a-mac-tray-app - https://github.com/soffes/HotKey/blob/master/Example/Sources/ViewController.swift#L19 ### Global Keyboard Shortcut - https://swiftobc.com/repo/sindresorhus-KeyboardShortcuts-swift-keyboard - https://github.com/sindresorhus/Plash/blob/b348a62645a873abba8dc11ff0fb8fe423419411/Plash/PreferencesView.swift#L121-L130 ## Exporting to Markdown [[Exporting Multiple Markdown Files in SwiftUI]] ## Menu Bar Apps ### 2021 - https://www.youtube.com/watch?v=Fn4YZFFVq2E&ab_channel=Kavsoft ### 2021 - https://www.anaghsharma.com/blog/macos-menu-bar-app-with-swiftui/ - Adding AppDelegate: https://www.hackingwithswift.com/quick-start/swiftui/how-to-add-an-appdelegate-to-a-swiftui-app - Unknown attribute 'UIApplicationDelegateAdaptor': https://developer.apple.com/forums/thread/669962 - https://medium.com/@acwrightdesign/creating-a-macos-menu-bar-application-using-swiftui-54572a5d5f87 ## Global keyboard shortcut - https://stackoverflow.com/questions/47760135/global-keyboard-shortcuts-for-a-mac-tray-app - Hotkey: https://swiftobc.com/repo/sindresorhus-KeyboardShortcuts-swift-keyboard ## Saving - https://www.youtube.com/watch?v=iDseNgvdTpA - https://developer.apple.com/forums/thread/120801 - Removing sandboxing - https://www.hackingwithswift.com/forums/swiftui/how-to-get-a-nssavepanel-like-experience-in-swftui/2927 - https://troz.net/post/2019/swiftui-for-mac-3/ - https://stackoverflow.com/questions/25275882/how-can-i-read-from-and-write-to-files-using-swift-on-a-mac