benjypng / firefox-extension-logseq-quickcapture

firefox-extension-logseq-quickcapture
MIT License
37 stars 4 forks source link

Ability to configure the tag/namespace for the captured content in Logseq #12

Closed dklawren closed 1 year ago

dklawren commented 1 year ago

Currently all captured information is tagged in Logseq with [[quick capture]]. It would be nice to be able to configure the tag in the Firefox extension preferences to be something different than the default. For example, I use the todoist plugin for Logseq (thanks for that one as well!) to pull in Inbox items from my Todoist. And they are tagged [[Inbox]]. If my captures from Firefox were also able to use that tag as well I can see all of my captures in once page. I manually change the [[quick capture]] to [[Inbox]] now.

Thanks!

benjypng commented 1 year ago

Hi, this setting can be configured in Logseq's config.edn​.


From: David Lawrence @.> Sent: Tuesday, June 6, 2023 3:53 AM To: hkgnp/firefox-extension-logseq-quickcapture @.> Cc: Subscribed @.***> Subject: [hkgnp/firefox-extension-logseq-quickcapture] Ability to configure the tag/namespace for the captured content in Logseq (Issue #12)

Currently all captured information is tagged in Logseq with [[quick capture]]. It would be nice to be able to configure the tag in the Firefox extension preferences to be something different than the default. For example, I use the todoist plugin for Logseq (thanks for that one as well!) to pull in Inbox items from my Todoist. And they are tagged [[Inbox]]. If my captures from Firefox were also able to use that tag as well I can see all of my captures in once page. I manually change the [[quick capture]] to [[Inbox]] now.

Thanks!

— Reply to this email directly, view it on GitHubhttps://github.com/hkgnp/firefox-extension-logseq-quickcapture/issues/12, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALNXKGMXSSP62W3JTO4HZXDXJY2NFANCNFSM6AAAAAAY3NTZQU. You are receiving this because you are subscribed to this thread.Message ID: @.***>

dklawren commented 1 year ago

Ah thanks. Learned something new.