llcc / org-logseq

Org-logseq allows you to open logseq-style page and block link along with Org Mode.
100 stars 8 forks source link

fix: prevent shell quoting of tilde in path #6

Closed ps251 closed 11 months ago

ps251 commented 1 year ago

Expand path from something like "~/notes" to "home/user/notes" so that the tilde char doesn't get shell quoted, which leads to an incorrect file path.

llcc commented 11 months ago

Thanks @ps251