Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Joplin structure and notebooks #248

Open
bmaehr opened this issue Aug 24, 2018 · 10 comments
Open

Support Joplin structure and notebooks #248

bmaehr opened this issue Aug 24, 2018 · 10 comments
Labels
feature request Requests for complete new features needs discussion Need to clarify if and how we should implement this

Comments

@bmaehr
Copy link

bmaehr commented Aug 24, 2018

Joplin can synchronice very nice with nextcloud and stores the notes in a configurable folder. They are visible with notes, but not the real names and no notebooks. It would be if these information form Joplin are processed by notes.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@korelstar
Copy link
Member

Joplin uses a special format for saving notes: "Joplin sync directory is basically just a database." (see laurent22/joplin#264 (comment)). This means, that the notes app would have to implement a second back-end for saving notes, since handling notes will differ from the current back-end. However, it is not our goal to provide multiple back-ends in this app since this would complicate the whole handling.

@sunjam
Copy link

sunjam commented Aug 31, 2018

In order for Nextcloud Notes to integrate with Joplin, Laurent will need to release documentation on the Jex format. This would also be keeping in the spirit of open source development. 👍

Or, Joplin could optionally start supporting plain text and Markdown as they are normally understood by any Markdown editor you would find in the internet.

@korelstar korelstar added the needs discussion Need to clarify if and how we should implement this label Sep 1, 2018
@sunjam
Copy link

sunjam commented Sep 25, 2019

As mentioned here

The .jex file format appears to be a simple tarfile containing the markdown files + attachments. This is beautifully simple. Great work @laurent22!

You can examine it yourself as follows:

mkdir myjexfile
tar -xvf myjexfile.tar -C myjexfile
ls -alh myjexfile

korelstar pushed a commit that referenced this issue Apr 24, 2020
@tromlet
Copy link

tromlet commented Dec 31, 2020

This would be awesome. Joplin is already a pretty full-featured, Markdown-flavored notetaking application that not only has Android and iOS applications, but also desktop applications across the major platforms (Linux, Mac, Windows) and even a CLI application. 😛

The only thing it's missing is a web front-end, which Nextcloud could provide! Then, the circle would be complete. 🔥 🔥 👀 🔥 🔥

@bmaehr
Copy link
Author

bmaehr commented Dec 31, 2020

In fact I started implementing a Nextcloud compatible sync for Joplin. But the problem is, that is not only much work but I'm quite sure that even if i finish implementation - like it usually happens on OSS - the owner of Joplin don't like it and it will not be included.

@sunjam
Copy link

sunjam commented Dec 31, 2020 via email

@bmaehr
Copy link
Author

bmaehr commented Dec 31, 2020

I don't need any "pointers". Yes, you will find the thread there (laurent22/joplin#264) but I finished woking on it. I'm using for me my own partly implemented version. For me that's enough.

@bmaehr

This comment has been minimized.

@major-mayer
Copy link

Since this bug report seems to be pretty stale, I wanted to ask again if it's nowadays possible to use Joplin in combination with the Nextcloud Notes app?

@sunjam
Copy link

sunjam commented Apr 9, 2024

No, it isn't. You can use them separately

  • Joplin uses nonstandard variation of markdown.
  • Nextcloud AFAIK refuses to deviate from standards to please others, so markdown support remains as-is.

Anyone is welcome to correct this assertion. Cheers.

@joshtrichards joshtrichards added the feature request Requests for complete new features label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for complete new features needs discussion Need to clarify if and how we should implement this
Projects
None yet
Development

No branches or pull requests

6 participants