benjypng / logseq-powertags-plugin

Designate selected hashtags as PowerTags, and see them auto-create properties are you use them.
MIT License
57 stars 3 forks source link

Broken in 0.8.15 #7

Closed kerim closed 1 year ago

kerim commented 1 year ago

Since I updated the plugin is not adding the values anymore after hitting return. I am using version 0.0.1 (but updated after updating Logseq, so don't know if this version was having problems before or not, the alpha version I was using before was fine).

benjypng commented 1 year ago

Hi, could you screenshot the developer console please?

kerim commented 1 year ago

After I enter the (already defined) power tag I get two items in the developer console that look like this:

instrument.js:191 D:Search > Transact blocks!: [path to my graph] instrument.js:191 D:Search > Transact pages!: [path to my graph]

All the other console contents are sync related.

benjypng commented 1 year ago

Hmm, I am on v0.8.15 and have no issues with the plugin so far. Could you help to check the plugin settings json file? Should be in .logseq/settings/logseq-powertags-plugin.json.

kerim commented 1 year ago
{
  "addTypeProperty": false,
  "disabled": false,
  "savedTags": {
    "#oral-defense": [
      "Thesis-type",
      "Defense-date",
      "Student",
      "Committee",
      "Title"
    ],
    "#event": [
      "start-date",
      "end-date",
      "event-type"
    ]
  }
}
benjypng commented 1 year ago

May I suggest:

1) uninstall plugin 2) close logseq 3) delete logseq-powertags-plugin.json and logseq-powertags-plugin_layouts.json from the .logseq/settings folder 4) open logseq 5) reinstall plugin 6) e-creating your tags to see if the issue still persists?

could be a migration issue.

kerim commented 1 year ago

This fixed it. Thanks.