You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set theNoteBody to (do shell script "cat /Users/kodyw/Library/CloudStorage/OneDrive-Microsoft/Projects/rappter/openrappter-obsidian/Productivity_Stack_Plan.md")
tell application "Notes"
set theFolder to first folder whose name is "Notes" -- Change if needed
make new note at theFolder with properties {name:theNoteTitle, body:theNoteBody}