benjypng / logseq-todoist-plugin

MIT License
125 stars 19 forks source link

Custom appended format of logseq url #75

Closed yoghurtdewdew closed 9 months ago

yoghurtdewdew commented 11 months ago
image image

Will there be a possibility to show logseq url not inline?

Because I will send things with multiple formats. Hope it would be separately appended or customed as BLOCK CONTENT [l↗️](logseq://graph/Documents?block-id=BLOCKID)

benjypng commented 11 months ago

Hi! Sorry I am not sure what you mean? Do you have some examples to share?

yoghurtdewdew commented 11 months ago

Suggest that in Logseq: [[logseq]] 嘿嘿 [有个链接](https://111) and its BLOCKID=651920d9-8ac5-4f3b-98d8-a33547b82d86 —— And it will be better to be turned into [[logseq]] 嘿嘿 [有个链接](https://111) [t↗️](todoist://project?id={id})

I hope that in todoist: [[logseq]] 嘿嘿 [有个链接](https://111) [l↗️](logseq://graph/Documents?block-id=651920d9-8ac5-4f3b-98d8-a33547b82d86), instead of [[[logseq]] 嘿嘿 [有个链接](https://0.0.0.111/)](logseq://graph/Documents?block-id=651560f1-1e3d-4bf4-8260-878b13cc8576)

Will this be more clear for understanding?

benjypng commented 11 months ago

Sorry, it's still not very clear. Could you show two screenshots side-by-side of what it looks like in Todoist and in Logseq?

benjypng commented 9 months ago

Ok I think I get what you mean. It's a good idea. I have implemented it in the latest version.

yoghurtdewdew commented 8 months ago

Hi! I think I should put screenshots to make it clear.

Now it showed: unclickable task-url when the task include the url:

image image

What I wanted:

First, as for there will be multiple urls in tasks, the task-url was better to be showed seperately and was directly clickable besides the clickable Todoist-url (the ⤴️ ↗️ could be changed into custom characters by users).

Second, Todoist-url could be changed into deeplink like todoist://task?id={id}, so the click of Todoist-deep url will show task in Todoist app, instead of waiting the opening of a new webpage (open task in webpage will be much slower than open in app).

image image

(I have updated to version 5.1.9)