macedotavares / obsidian-utilities

An Alfred workflow focusing on quick entry and logging.
https://github.com/macedotavares/obsidian-utilities
GNU General Public License v3.0
169 stars 7 forks source link

Alfred opening but not adding to the journal daily note #25

Open sharetocreate opened 1 year ago

sharetocreate commented 1 year ago

Hi, thank you for making this

I seem to have everything setup correctly but if i try and add to or append a daily note - it says its opened the note but the text is not added to it.

tried every config i can think of and watched the 2 tutorials i could find but no success. - attached a couple of screenshots of before and after command - can anyone help identify the issue?

https://imgur.com/a/gIcZz6M

thanks marc

sharetocreate commented 1 year ago
Screenshot 2022-10-15 at 22 50 02 Screenshot 2022-10-15 at 22 49 59
volunteers commented 1 year ago

Hi, thank you for making this

I seem to have everything setup correctly but if i try and add to or append a daily note - it says its opened the note but the text is not added to it.

tried every config i can think of and watched the 2 tutorials i could find but no success. - attached a couple of screenshots of before and after command - can anyone help identify the issue?

https://imgur.com/a/gIcZz6M

thanks marc

I had the same problem but worked out now. You can try toggle the debugging mode on the workflow (the button close to configuration). When you test adding notes, the debugger window will show the errors. Usually, it is the daily_folder problem. I guess in your case, it should be something like Daily/2022/December instead of Daily

sharetocreate commented 1 year ago

Hi, thank you for making this I seem to have everything setup correctly but if i try and add to or append a daily note - it says its opened the note but the text is not added to it. tried every config i can think of and watched the 2 tutorials i could find but no success. - attached a couple of screenshots of before and after command - can anyone help identify the issue? https://imgur.com/a/gIcZz6M thanks marc

I had the same problem but worked out now. You can try toggle the debugging mode on the workflow (the button close to configuration). When you test adding notes, the debugger window will show the errors. Usually, it is the daily_folder problem. I guess in your case, it should be something like Daily/2022/December instead of Daily

Ahh thanks so much @volunteers - i was using a different plugin, but thats recently stopped working and just read your response & that indeed solved it. Nice one :)

wigglemuch commented 8 months ago

Hello! I love this workflow. But I'm also having the same problem. I tried running the debugger, and it looks like it's trying to write to a really strange path, but I'm not sure how to fix it. The debugger says:

"ERROR: Obsidian Utilities[Write Text File] Unable to write file '/Users/MyNameRedacted/Library/Application Support/Alfred/Workflow Data/com.senhortavares.obsidian/OneDrive/Documents/Wunderkammern/01 Daily Notes/2024-01-03.md' as parent folder does not exist"

OneDrive/Documents/Wunderkammern/01 Daily Notes/2024-01-03.md is the correct path for my daily note, and the one that I have listed in the workflow variables, but I'm not sure where the rest of that weird path is coming from. Any thoughts? Thanks so much!