Jump to content

raguay.customct

Member
  • Posts

    756
  • Joined

  • Last visited

  • Days Won

    12

raguay.customct last won the day on January 31 2023

raguay.customct had the most liked content!

2 Followers

Profile Information

  • Location
    Tak, Thailand
  • Interests
    preaching, programming, tatting, crocheting, and knitting!

Recent Profile Visitors

5,493 profile views

raguay.customct's Achievements

Advanced Member

Advanced Member (5/5)

59

Reputation

  1. Yep. It produces this: [14:53:48.269] Logging Started... [14:53:53.175] Obsidian Thought Capture[Keyword] Processing complete [14:53:53.189] Obsidian Thought Capture[Keyword] Passing output 'help' to Arg and Vars [14:53:53.190] Obsidian Thought Capture[Arg and Vars] Processing complete [14:53:53.191] Obsidian Thought Capture[Arg and Vars] Passing output '' to Run Script [14:53:53.192] Obsidian Thought Capture[Arg and Vars] Passing output '' to Debug [14:53:53.193] Obsidian Thought Capture[Debug] '', { config_obsidian_vault = "/Users/raguay/Library/CloudStorage/Dropbox-Personal/Richard/Notes/TheArchive/daily/%Y/%m/note_%d" daily_note_format = "%Y-%m-%d" input_append = "message" message = "help" note_header = "## Todo" open_after_appending = "0" } [14:53:53.239] ERROR: Obsidian Thought Capture[Run Script] Traceback (most recent call last): File "/Users/raguay/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/EAF6480F-FD95-4C71-B702-258326BAD850", line 29, in <module> create_daily_note(vault) File "/Users/raguay/Library/CloudStorage/Dropbox-Personal/Richard/rag/Alfred/Sync/Alfred.alfredpreferences/workflows/user.workflow.775A24A9-363A-43C5-B47B-BF3020C71437/scripts/utils.py", line 58, in create_daily_note template_location = get_daily_template(vault_path) File "/Users/raguay/Library/CloudStorage/Dropbox-Personal/Richard/rag/Alfred/Sync/Alfred.alfredpreferences/workflows/user.workflow.775A24A9-363A-43C5-B47B-BF3020C71437/scripts/utils.py", line 77, in get_daily_template sys.stderr.write( TypeError: TextIOWrapper.write() takes no keyword arguments
  2. Hi, I just installed it and it created the note fine in the main vault, but I would like to have them in the "daily" folder that I use for daily notes. It would be nice to have a field for specifying the daily notes folder. I have over 200 notes and finding the daily one in that list isn't easy.
  3. Just installed it and it still crashes on me. At first, I didn't have the template file "Templater/Daily". It gave this error: [16:26:59.170] ERROR: Obsidian Idea Capture[Run Script] Traceback (most recent call last): File "/Users/raguay/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/C448380C-2638-4567-A154-B6475936DC3D", line 28, in <module> create_daily_note(vault) File "/Users/raguay/Library/CloudStorage/Dropbox-Personal/Richard/rag/Alfred/Sync/Alfred.alfredpreferences/workflows/user.workflow.775A24A9-363A-43C5-B47B-BF3020C71437/scripts/utils.py", line 47, in create_daily_note with open(template_location, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '/Users/raguay/Library/CloudStorage/Dropbox-Personal/Richard/Notes/TheArchive/Templater/Daily' I created the file in the Templater directory and it still errored because my file has the ".md" on the end. Without the ".md", Obsidian will not open it. I then removed the ".md" from the file name and tried again. It gave this error: File "/Users/raguay/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/2DD9295A-D75E-49A4-AF33-E814D8F90255", line 31, in <module> append_to_daily_vault(vault, header, content) File "/Users/raguay/Library/CloudStorage/Dropbox-Personal/Richard/rag/Alfred/Sync/Alfred.alfredpreferences/workflows/user.workflow.775A24A9-363A-43C5-B47B-BF3020C71437/scripts/utils.py", line 144, in append_to_daily_vault new_text = insert_text(vault_path, header, message) File "/Users/raguay/Library/CloudStorage/Dropbox-Personal/Richard/rag/Alfred/Sync/Alfred.alfredpreferences/workflows/user.workflow.775A24A9-363A-43C5-B47B-BF3020C71437/scripts/utils.py", line 104, in insert_text raise ValueError(f"Could not find header `{header}`") ValueError: Could not find header `## Todo` Which that header was in my file. Therefore, the regular expression you are using isn't finding it for some reason. It didn't save anything in my "daily" directory. I had a good Christmas with my kids that live in Thailand, but still missing those in the US. It's hard having family in different countries!
  4. I answered inside of you questions. I use a folder hierarchy for organization of indexes, but most of the actual files are all on the top level. That directory is inside of Dropbox for syncing to my iPad and iPhone as well. I just noticed I had one file miss named....got to fix that one. I'm glad to help anyway you need it. This month is very busy with Christmas activities (I'm a missionary that does freelance programming). But I can test things you need tested. The biggest issue is that the workflow assumes everything is a file. The "Dendron style of hierarchy management" is the same as how S3 storage works, but the S3 system still allows access just like a normal file/folder system.
  5. I followed the directions, but I get this error: [12:51:51.073] ERROR: Obsidian Idea Capture[Run Script] Traceback (most recent call last): File "/Users/raguay/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/BBE171A4-F77A-4545-8645-1C3CD7CB669B", line 28, in <module> create_daily_note(vault) File "/Users/raguay/Library/CloudStorage/Dropbox-Personal/Richard/rag/Alfred/Sync/Alfred.alfredpreferences/workflows/user.workflow.775A24A9-363A-43C5-B47B-BF3020C71437/scripts/utils.py", line 26, in create_daily_note with open(template_location, 'r') as f: IsADirectoryError: [Errno 21] Is a directory: '/Users/raguay/Library/CloudStorage/Dropbox-Personal/Richard/Notes/TheArchive/'
  6. I'm having this issue with several application on Ventura. I think it's the OS constantly forgetting the permissions.
  7. Make sure the 'textsoapApp' variable is set to the proper name of your TextSoap agent program. For me, it is set to "textsoapAgent.app". I have the SetApp version of TextSoap 9. Other versions use different names. If this variable is set wrong, then none of the workflow will work.
  8. If you download the new version for Alfred 5: https://github.com/raguay/MyAlfred/blob/master/Alfred 5/TextSoap Cleaners 9.alfredworkflow The topmost hotkey shows how you can make a hotkey for a particular cleaner. Just put the cleaner name in the "Text" parameter. Also, if you check the "paste" toggle, it will automatically paste into the top application.
  9. That doesn't seem to work for me. I have the SetApp version and it somehow is different. Still experimenting to find the issue.
  10. The latest version, 2.0.1, can now be link to the emailto protocal using the Lincastor program. Details in the README.md https://GitHub.com/raguay/EmailIt
  11. Version 2.0.0 of EmailIt is out now and starts on a new system just fine. Sorry if anyone had issues. The new release is: https://github.com/raguay/EmailIt/releases/tag/V2.0.0 This workflow works great with it. Give it a try!
  12. Version 2.0.0 is out now and starts on a new system just fine. Sorry if anyone had issues. The new release is: https://github.com/raguay/EmailIt/releases/tag/V2.0.0
×
×
  • Create New...