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.