This would be extremely convenient, if not essential, for cross-platform usage (via third-party syncing).
It’s currently the only thing that makes it impossible for me to use logseq in my daily workflow.
Edit: a temporary workaround is to use the fact that “.” folder is consistently a relative file path and systematically resolves to “assets/path”. For Paperpile users for example, a tweak is to move your “Paperpile” Google Drive folder into logseq’s “assets” (given that you store your logseq in the same Google Drive). Paperpile won’t break (even if you rename this folder) then you will be able to retrieve pdfs from “.” relative paths cross-platform (even highlights in hls_ pages will keep “.” relative paths). I believe a same idea can be applied with Zotero. Note that for best behavior, “.” should be omitted: paths should resemble “assets/path” and not “./assets/path”.
Instead of moving the folder into the assets, simply create a symbolic link (shortcut) to the wanted folder in the assets folder.
I don’t know if I’m misunderstanding something, but providing assets/path doesn’t work for me. I need to use ../assets/path (without file:///). Also, the .. doesn’t seem to resolve to the actual .. (upper folder). I don’t know what it does, but using it as ../assets to get to the assets folder works. This is version 0.8.18 on Linux
Edit: There’s something in this text editor that turns .. into … if I don’t write it like this \.\. which could be quite confusing.
I think this is just a consequence of a major issue, proper support of relative paths to local files. See related GitHub discussion (not sure what is a proper platform for this kind of discussion).