logseq-automatic-linker icon indicating copy to clipboard operation
logseq-automatic-linker copied to clipboard

Don't link words or numbers in a logbook entry

Open andreoliwa opened this issue 3 years ago • 0 comments

Hello! 👋🏻 I have TODO blocks with log book entries like:

- TODO Some task with properties
  id:: 63474c95-7708-4dae-905c-b228cfb50f78
  collapsed:: true
  :LOGBOOK:
  CLOCK: [2022-10-20 Thu 21:34:46]
  :END:

I happen to have pages that are numbers: #21, #34, #46. The numbers are replaced in the Markdown above, and the log book entry is garbled:

- TODO Some task with properties
  id:: 63474c95-7708-4dae-905c-b228cfb50f78
  collapsed:: true
  :LOGBOOK:
  CLOCK: [2022-10-20 Thu [[21]]:[[34]]:[[46]]]
  :END:

In my opinion, logseq-automatic-linker should ignore lines containing:

  • [ ] :LOGBOOK:
  • [ ] CLOCK:
  • [ ] :END:

andreoliwa avatar Oct 22 '22 11:10 andreoliwa