acheong08 / obi-sync

Reverse engineering of the native Obsidian sync and publish server
https://obsidian.md/sync
GNU General Public License v2.0
1.02k stars 60 forks source link

How to use publish #17

Closed StudyingLover closed 1 year ago

StudyingLover commented 1 year ago

I wonder how to use publish by this repo

acheong08 commented 1 year ago

Enable the publish plugin from the core plugins and use it normally. Without the nginx configuration, documents show up at https://yourdomain.com/published/<site>/<document>.md

Will document when it's more well tested & add support for rendering the markdown

StudyingLover commented 1 year ago

I meet a mistake which is Network unavailable, but sync is available image

acheong08 commented 1 year ago

ctrl+i and see what the error message is

acheong08 commented 1 year ago

It's also possible that you're on an outdated version of the server that has yet to add publish support (It was added in https://github.com/acheong08/rev-obsidian-sync/releases/tag/v0.0.3 )

You might also need to update the plugin to https://github.com/acheong08/rev-obsidian-sync-plugin/releases/tag/1.0.5

StudyingLover commented 1 year ago

image I have been used newest version. but the problem still exist. But today I found the plugin doesn't work.I find the inference has benn been https://api.obsidian.md/user/signin , what should I do

acheong08 commented 1 year ago

https://github.com/acheong08/obi-sync/issues/19

You need to downgrade Obsidian

StudyingLover commented 1 year ago

That's really a bad news :sob: ,I will consider it seriously.Thanks for your reply and repo