ivan-danilov

Results 4 comments of ivan-danilov

I built this feature for the original ConfuserEx but it wasn't merged. Consider taking it in if that interests you: https://github.com/yck1509/ConfuserEx/pull/680

I noticed that it does not work consistently when the title contains `#`, which makes me think it has something to do with character escaping in `logseq://` URL. In the...

@MikiDi as mentioned [here](https://github.com/logseq/logseq/issues/5942#issuecomment-1176480446) it is a logseq limitation. Not sure if the information is still current, though. Regardless, it has nothing to do with this plugin.

@maikol-solis this plugin only sends information to the open logseq instance through custom URL Scheme. The handling itself is performed by logseq, and there's section in config.edn to define templates...