Sorry, it took a bit longer to come back to this issue.
I moved my vault outside of the Documents directory up into my home folder, so iCloud drive was no longer a factor. The issues persisted exactly the same as before, so I’m comfortable saying iCloud was not the cause.
Rather than try to attack every bug at once, I focused just on the issue of appending beneath the headline in the daily note. I installed the logstravaganza, which works great. I realized after looking at the logs the problem was probably with the Actions URI plugin and not with Actions for Obsidian.
In order to test I constructed a URL and pasted it into the browser. I wanted to use curl, but it wouldn’t work for this purpose. Here is the URL I used.
obsidian://actions-uri/note/append?vault=Full%20Life&periodic-note=daily&content=hello&below-headline=%23%23%20Bookmarks&if-headline-missing=error&create-if-not-found=true&ensure-newline=true&silent=false
I tried with silent true and false, but it didn’t matter. Every time the logs say that it appended correctly, but the reality is that no text was appended in my daily note. Here are the logs.
| Timestamp | Originator | Level | Message |
| --------- | ---------- | ----- | ------- |
| 2024-09-19T00:57:53.861Z | plugin:logstravaganza | info | \[Logstravaganza] Proxy set up (v2.1.1) |
| 2024-09-19T00:59:35.272Z | app.js:1:2281361 | log | \["Received URL action",{"silent":"true","x-source":"Actions For Obsidian","vault":"Full Life","if-exists":"skip","apply":"templates","file":"20 - Bookmarks/2024/09/Google","x-error":"actions-for-obsidian://x-callback-url/response?requestID=2490DD39-585F-448D-B047-F007A2D5B95E&responseType=error","x-success":"actions-for-obsidian://x-callback-url/response?responseType=success&requestID=2490DD39-585F-448D-B047-F007A2D5B95E","x-cancel":"actions-for-obsidian://x-callback-url/response?requestID=2490DD39-585F-448D-B047-F007A2D5B95E&responseType=cancel","template-file":"80 - Templates/Bookmark","content":"","action":"actions-uri/note/create"}] |
| 2024-09-19T00:59:36.009Z | plugin:actions-uri:25:827 | log | \["\[Actions URI]","Call handled:",{"params":{"action":"actions-uri/note/create","vault":"Full Life","debug-mode":false,"x-error":"actions-for-obsidian://x-callback-url/response?requestID=2490DD39-585F-448D-B047-F007A2D5B95E&responseType=error","x-success":"actions-for-obsidian://x-callback-url/response?responseType=success&requestID=2490DD39-585F-448D-B047-F007A2D5B95E","x-source":"Actions For Obsidian","file":"20 - Bookmarks/2024/09/Google","apply":"templates","template-file":"80 - Templates/Bookmark","if-exists":"skip","silent":true,"_resolved":{"templatePath":"80 - Templates/Bookmark.md","templateFile":"\[TFile] 80 - Templates/Bookmark.md","inputKey":"file","inputPath":"20 - Bookmarks/2024/09/Google"}},"handlerResult":{"isSuccess":true,"result":{"filepath":"20 - Bookmarks/2024/09/Google.md","content":"---\ndate: 20240918\ntags:\n - bookmark\n---\n# Google","body":"# Google","frontMatter":"date: 20240918\ntags:\n - bookmark\n","properties":{},"uid":""}},"sendCallbackResult":{"isSuccess":true,"result":"actions-for-obsidian://x-callback-url/response?responseType=success&requestID=2490DD39-585F-448D-B047-F007A2D5B95E&result-body=%23%20Google&result-content=---%0Adate%3A%2020240918%0Atags%3A%0A%20%20-%20bookmark%0A---%0A%23%20Google&result-filepath=20%20-%20Bookmarks%2F2024%2F09%2FGoogle.md&result-front-matter=date%3A%2020240918%0Atags%3A%0A%20%20-%20bookmark%0A&result-properties=%7B%7D&result-uid=&pv=1.6.3"},"openResult":{"isSuccess":true,"result":"No file to open, the `silent` parameter was set"}}] |
| 2024-09-19T00:59:36.161Z | app.js:1:2281361 | log | \["Received URL action",{"silent":"","ensure-newline":"true","create-if-not-found":"","vault":"Full Life","x-source":"Actions For Obsidian","x-cancel":"actions-for-obsidian://x-callback-url/response?responseType=cancel&requestID=0BFB62E7-EB37-41FE-AE3C-63CA4EBA6107","file":"20 - Bookmarks/2024/09/Google","x-error":"actions-for-obsidian://x-callback-url/response?responseType=error&requestID=0BFB62E7-EB37-41FE-AE3C-63CA4EBA6107","if-headline-missing":"error","x-success":"actions-for-obsidian://x-callback-url/response?requestID=0BFB62E7-EB37-41FE-AE3C-63CA4EBA6107&responseType=success","content":"\n\[Google](https://www.google.com/)","below-headline":"","action":"actions-uri/note/append"}] |
| 2024-09-19T00:59:36.674Z | plugin:actions-uri:25:827 | log | \["\[Actions URI]","Call handled:",{"params":{"action":"actions-uri/note/append","vault":"Full Life","debug-mode":false,"x-error":"actions-for-obsidian://x-callback-url/response?responseType=error&requestID=0BFB62E7-EB37-41FE-AE3C-63CA4EBA6107","x-success":"actions-for-obsidian://x-callback-url/response?requestID=0BFB62E7-EB37-41FE-AE3C-63CA4EBA6107&responseType=success","x-source":"Actions For Obsidian","file":"20 - Bookmarks/2024/09/Google.md","content":"\n\[Google](https://www.google.com/)","silent":false,"below-headline":"","create-if-not-found":false,"ensure-newline":true,"if-headline-missing":"error","_resolved":{"inputKey":"file","inputPath":"20 - Bookmarks/2024/09/Google.md","inputFile":"\[TFile] 20 - Bookmarks/2024/09/Google.md"}},"handlerResult":{"isSuccess":true,"result":{"message":"Note was appended"},"processedFilepath":"20 - Bookmarks/2024/09/Google.md"},"sendCallbackResult":{"isSuccess":true,"result":"actions-for-obsidian://x-callback-url/response?requestID=0BFB62E7-EB37-41FE-AE3C-63CA4EBA6107&responseType=success&result-message=Note%20was%20appended&pv=1.6.3"},"openResult":{"isSuccess":true,"result":"Open file found and focussed"}}] |
| 2024-09-19T00:59:36.747Z | app.js:1:2281361 | log | \["Received URL action",{"vault":"Full Life","if-exists":"skip","silent":"true","x-success":"actions-for-obsidian://x-callback-url/response?requestID=60481BCC-A981-4FC1-91BD-FB133A783ACC&responseType=success","periodic-note":"daily","x-cancel":"actions-for-obsidian://x-callback-url/response?requestID=60481BCC-A981-4FC1-91BD-FB133A783ACC&responseType=cancel","x-source":"Actions For Obsidian","x-error":"actions-for-obsidian://x-callback-url/response?requestID=60481BCC-A981-4FC1-91BD-FB133A783ACC&responseType=error","action":"actions-uri/note/create"}] |
| 2024-09-19T00:59:36.766Z | plugin:actions-uri:25:827 | log | \["\[Actions URI]","Call handled:",{"params":{"action":"actions-uri/note/create","vault":"Full Life","debug-mode":false,"x-error":"actions-for-obsidian://x-callback-url/response?requestID=60481BCC-A981-4FC1-91BD-FB133A783ACC&responseType=error","x-success":"actions-for-obsidian://x-callback-url/response?requestID=60481BCC-A981-4FC1-91BD-FB133A783ACC&responseType=success","x-source":"Actions For Obsidian","periodic-note":"daily","if-exists":"skip","silent":true,"_resolved":{"inputKey":"periodic-note","inputPath":"00 - Daily/2024/09/20240918.md"}},"handlerResult":{"isSuccess":true,"result":{"filepath":"00 - Daily/2024/09/20240918.md","content":"---\ndate: 2024/09/18\naliases:\n - \"20240918\"\ntags:\n - daily\n---\n# 20240918\n\n## Log\n\n## Bookmarks","body":"# 20240918\n\n## Log\n\n## Bookmarks","frontMatter":"date: 2024/09/18\naliases:\n - \"20240918\"\ntags:\n - daily\n","properties":{},"uid":""}},"sendCallbackResult":{"isSuccess":true,"result":"actions-for-obsidian://x-callback-url/response?requestID=60481BCC-A981-4FC1-91BD-FB133A783ACC&responseType=success&result-body=%23%2020240918%0A%0A%23%23%20Log%0A%0A%23%23%20Bookmarks&result-content=---%0Adate%3A%202024%2F09%2F18%0Aaliases%3A%0A%20%20-%20%2220240918%22%0Atags%3A%0A%20%20-%20daily%0A---%0A%23%2020240918%0A%0A%23%23%20Log%0A%0A%23%23%20Bookmarks&result-filepath=00%20-%20Daily%2F2024%2F09%2F20240918.md&result-front-matter=date%3A%202024%2F09%2F18%0Aaliases%3A%0A%20%20-%20%2220240918%22%0Atags%3A%0A%20%20-%20daily%0A&result-properties=%7B%7D&result-uid=&pv=1.6.3"},"openResult":{"isSuccess":true,"result":"No file to open, the `silent` parameter was set"}}] |
| 2024-09-19T00:59:36.828Z | app.js:1:2281361 | log | \["Received URL action",{"below-headline":"## Bookmarks","periodic-note":"daily","x-error":"actions-for-obsidian://x-callback-url/response?requestID=39C148FA-DCFF-48DD-832B-FC5CF57ACB8B&responseType=error","if-headline-missing":"error","create-if-not-found":"","x-cancel":"actions-for-obsidian://x-callback-url/response?requestID=39C148FA-DCFF-48DD-832B-FC5CF57ACB8B&responseType=cancel","content":"\n\[\[Google]]","silent":"true","x-success":"actions-for-obsidian://x-callback-url/response?responseType=success&requestID=39C148FA-DCFF-48DD-832B-FC5CF57ACB8B","ensure-newline":"true","vault":"Full Life","x-source":"Actions For Obsidian","action":"actions-uri/note/append"}] |
| 2024-09-19T00:59:37.339Z | plugin:actions-uri:25:827 | log | \["\[Actions URI]","Call handled:",{"params":{"action":"actions-uri/note/append","vault":"Full Life","debug-mode":false,"x-error":"actions-for-obsidian://x-callback-url/response?requestID=39C148FA-DCFF-48DD-832B-FC5CF57ACB8B&responseType=error","x-success":"actions-for-obsidian://x-callback-url/response?responseType=success&requestID=39C148FA-DCFF-48DD-832B-FC5CF57ACB8B","x-source":"Actions For Obsidian","periodic-note":"daily","content":"\n\[\[Google]]","silent":true,"below-headline":"## Bookmarks","create-if-not-found":false,"ensure-newline":true,"if-headline-missing":"error","_resolved":{"inputKey":"periodic-note","inputPath":"00 - Daily/2024/09/20240918.md","inputFile":"\[TFile] 00 - Daily/2024/09/20240918.md"}},"handlerResult":{"isSuccess":true,"result":{"message":"Note was appended"},"processedFilepath":"00 - Daily/2024/09/20240918.md"},"sendCallbackResult":{"isSuccess":true,"result":"actions-for-obsidian://x-callback-url/response?responseType=success&requestID=39C148FA-DCFF-48DD-832B-FC5CF57ACB8B&result-message=Note%20was%20appended&pv=1.6.3"},"openResult":{"isSuccess":true,"result":"No file to open, the `silent` parameter was set"}}] |
| 2024-09-19T01:00:04.758Z | app.js:1:2281361 | log | \["Received URL action",{"vault":"Full Life","file":"console-log.Epsilon.internal.md","action":"open"}] |
| 2024-09-19T01:12:27.988Z | app.js:1:2281361 | log | \["Received URL action",{"vault":"Full Life","periodic-note":"daily","content":"hello","below-headline":"## Bookmarks","if-headline-missing":"error","create-if-not-found":"true","ensure-newline":"true","silent":"true","action":"actions-uri/note/append"}] |
| 2024-09-19T01:12:28.506Z | plugin:actions-uri:25:827 | log | \["\[Actions URI]","Call handled:",{"params":{"action":"actions-uri/note/append","vault":"Full Life","debug-mode":false,"periodic-note":"daily","content":"hello","silent":true,"below-headline":"## Bookmarks","create-if-not-found":true,"ensure-newline":true,"if-headline-missing":"error","_resolved":{"inputKey":"periodic-note","inputPath":"00 - Daily/2024/09/20240918.md","inputFile":"\[TFile] 00 - Daily/2024/09/20240918.md"}},"handlerResult":{"isSuccess":true,"result":{"message":"Note was appended"},"processedFilepath":"00 - Daily/2024/09/20240918.md"},"sendCallbackResult":{"isSuccess":true,"result":"No `x-error` callback URL provided"},"openResult":{"isSuccess":true,"result":"No file to open, the `silent` parameter was set"}}] |
| 2024-09-19T01:14:19.862Z | app.js:1:2281361 | log | \["Received URL action",{"vault":"Full Life","periodic-note":"daily","content":"hello","below-headline":"## Bookmarks","if-headline-missing":"error","create-if-not-found":"true","ensure-newline":"true","silent":"false","action":"actions-uri/note/append"}] |
| 2024-09-19T01:14:20.384Z | plugin:actions-uri:25:827 | log | \["\[Actions URI]","Call handled:",{"params":{"action":"actions-uri/note/append","vault":"Full Life","debug-mode":false,"periodic-note":"daily","content":"hello","silent":false,"below-headline":"## Bookmarks","create-if-not-found":true,"ensure-newline":true,"if-headline-missing":"error","_resolved":{"inputKey":"periodic-note","inputPath":"00 - Daily/2024/09/20240918.md","inputFile":"\[TFile] 00 - Daily/2024/09/20240918.md"}},"handlerResult":{"isSuccess":true,"result":{"message":"Note was appended"},"processedFilepath":"00 - Daily/2024/09/20240918.md"},"sendCallbackResult":{"isSuccess":true,"result":"No `x-error` callback URL provided"},"openResult":{"isSuccess":true,"result":"Open file found and focussed"}}] |