Joplin Web

I’m no Pro but wanted to see if there is a way to create web access for Joplin so that we can work on the notebook without the desktop client. My thoughts as below.

  • Use Joplin API and build a Python-flask app

  • Bundle Joplin and app in a docker

  • Or create a standalone web app and read the sqlite DB and insert the data

  • Create markdown files and resources in similar way

I am no expert in Node but I can manage creating something using Python if this will work.

1 Like

You mean something like this https://github.com/foxmask/joplin-web

Yes, I’m thinking more of a bundle which has a single docker for Joplin app and the web companion. This looks promising. I’m going to try this out.