I managed to work my way through all the steps.
There was a small problem with the command npm install && npm run build → && didn’t work - maybe not valid under Powershell. But I just ran the two commands install and run build one after the other.
npm install && npm run build
In Zeile:1 Zeichen:13
+ npm install && npm run build
+ ~~
Das Token "&&" ist in dieser Version kein gültiges Anweisungstrennzeichen.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine
There were some warnings, but basically I installed the plugin in Logseq.
ONLY, now I get the following error message when I call it, even though I am on a journal page.
This function is only available on a Journal page.
Do you have any idea what this could be?
Thanks
