I published a post using this plugin here: https://habla.news/nout/40b93e21
Here's my hopefully helpful feedback:
  • It would be cool if you publish release .zip file, so I don't have to download each file separately (this will be less important once in a plugin store)
  • instead of Buy Me Coffee you could have a link to something that generates lightning address, e.g. https://stacker.news/jamesmagoo ;)
  • in the plugin configuration it would be great if I can select some options for how to publish. Do I want to keep the same name, what about front image, do I want signature, etc.
  • it needs some better integration to fill in @nostr:abc references to users or other notes - e.g. on your github you should have a post example, or maybe you should add Obsidian templater template.
  • after publishing it would be cool if this also creates a "front matter", e.g.
--- created: 2023-08-05 published: 2023-08-05 tag: [NostrPublished] nevent: "abc123" ---
  • Also after publishing it would be great to get some link to the published note
  • The published post duplicates the header and the filename, that wasn't obvious.
To make it then easy to see all your posts. You can then use dataview in Obsidian and do e.g.
dataview TABLE date(created) as Created, date(published) as Published, date(published)-date(created) as Spent FROM #NostrPublished SORT published
Great feedback - thank you! Going to get to work on some of these!
I've included some of those suggested features in the pre-release - including a ⚡️ address & a published articles view!
I'll reply here once this is available on the plugin store for easy install.
reply