logseq / marketplace

A centralized packages manager for Logseq marketplace plugins.
MIT License
247 stars 271 forks source link

fix Ensure effect value is true in logseq-plugin-for-misskey #520

Closed minimarimo3 closed 7 months ago

minimarimo3 commented 7 months ago

There is a decentralized microblogging SNS called Misskey. This extension provides the ability to post text and media to Misskey from Logseq and to embed Misskey posts into Logseq. The media posting feature uses URLs with the file:// scheme, so it does not work when loaded with the lsp:// scheme. This is a fix for that issue. This plugin has been submitted in a pull request: (Add logseq-plugin-for-misskey #514).