Exporting options of tags and crosslinks

Hi,

is it possible to export the

  1. tags
  2. links to other notes

in all notes into markdown (.md) format?

I am looking for a way to make an EPUB file or collection of interlinked html files out of a Joplin note collection.

Cheers!

If you export your notes as RAW - Joplin Export Directory you can find in the output .md files containing

type_: 5

These are your tags. You probably also want type_: 6 which define note-tag correspondence:

id: fb2f2bf3c4bb4018bd29cf0527daf7ec
note_id: 31b058c3d81e4493bce4094c633de27e
tag_id: e02501cd86c146b48cebe51c8bab48dc
created_time: 2020-02-29T17:02:00.738Z
updated_time: 2020-04-26T09:10:28.685Z
user_created_time: 2020-02-29T17:02:00.738Z
user_updated_time: 2020-04-26T09:10:28.685Z
encryption_cipher_text: 
encryption_applied: 0
is_shared: 0
type_: 6

Now, having said all that, I think you should instead consider using the REST API instead of parsing exported data.

Hi Roman,

thank you. I will look into using the REST API for note extraction.

Cheers!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.