What I have:
Logseq on 2 Linux machines, a phone and a tablet. All devices sync the graph via Nextcloud.
I also have an Asterisk PBX. I am planning to create a script which creates a new file from a template in the “Calls” namespace for every call I make or receive.
I have looked at the filename pattern of the raw files and it looks to me that it is consistently parent___child___page.md.
Question:
If my external script just creates files accordingly, e.g. “Calls___Incoming___< ISO-timestamp >.md” and uploads them to the Nextcloud server, can I expect LS to read them and integrate them in the graph? Are there any pitfalls, anything to pay attention to?