jonstodle / obsius-obsidian-plugin

Easily publish notes to the web This plugin integrates with obsius.site to publish markdown notes on the web.
MIT License
149 stars 10 forks source link

Could I see all my publishing notes using obsius in one place? #6

Closed slowdive14 closed 2 years ago

slowdive14 commented 2 years ago

Thanks for your effort. This plugin is so much useful.

I'm curious that I can see all my publishing notes using obsius in one place.

Because I forget what note I published using obsius.

I'll wait for your comment.

jonstodle commented 2 years ago

It's not possible, but this seems like a good idea.

As a temporary workaround you can find the file where the plugin data is stored at this file path: <your Obsidian vault>/.obsidian/plugins/obsius-publish/data.json where <your Obsidian vault> is the path to folder that you open as an Obsidian vault.

jonstodle commented 2 years ago

A command ("View published posts") has been added in version 1.2.0.

slowdive14 commented 2 years ago

image

Thank you very much for the update reflecting my opinion.

However, I installed a new version and executed the command, but only two notes are visible. There are about 20 notes that I have published so far.

Even if I open the json file, I can't see all the files I've published so far. Is there anything I missed?

Thank you for your kind efforts and look forward to hearing from you

jonstodle commented 2 years ago

The plugin only knows about the files listed in the data file, and it only removes files from the data file if you use the Remove option. The plugin has no way of fetching previously published files from the web site.

It could be a sync issue if you're syncing files across multiple machines, but I'm not sure that applies to your situation.