c6p / logseq-hypothesis

Logseq plugin for hypothes.is
MIT License
86 stars 14 forks source link

Page titles with comma's create hypothesis-title properties with clickable tags/pages unintentionally #18

Open teun95 opened 2 years ago

teun95 commented 2 years ago

Importing notes from this example page results in a new page with the namespace and title: hypothesis__/What's all the noise about HBAs, and why can't I use a RAID controller?

The page properties are as follows:

hypothesis-uri:: https://www.truenas.com/community/resources/whats-all-the-noise-about-hbas-and-why-cant-i-use-a-raid-controller.139/
hypothesis-title:: What's all the noise about HBAs, and why can't I use a RAID controller?
hypothesis-naming-scheme:: 0.2.0

As there is a comma in the hypothesis-title property, this is seen as two seperate tags. These are found when searching a page like this: image

Lin-09-Nine commented 1 year ago

Hi @teun95,

After Logseq 0.8.3, you can set this :rich-property-values? true in your config file then solve this issue.

c6p commented 1 year ago

Sorry for late answer. As of Logseq 0.8.14, I cannot reproduce this issue. @teun95, does it still occurs?