Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Add support for Joplin markdown notes #32

Closed
alfredbaudisch opened this issue Sep 18, 2021 · 1 comment
Closed

Add support for Joplin markdown notes #32

alfredbaudisch opened this issue Sep 18, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@alfredbaudisch
Copy link
Owner

Joplin notes are already in Markdown, but when they are exported from Joplin itself, the slugs and links are md5/sha hashes. Implement a way to convert the file names and slugs accordingly to the note title.

@alfredbaudisch alfredbaudisch added the enhancement New feature or request label Sep 18, 2021
@alfredbaudisch
Copy link
Owner Author

Already got an issue for that #15

alfredbaudisch added a commit that referenced this issue Sep 23, 2021
…lement from `PardallMarkdown.MetadataParser`), initially with a parser for elixir maps (the default one) and one for Joplin notes.

- The parser can be chosen with the setting `:metadata_parser`.
- Removed `:should_try_split_content_title_from_first_line`, since it was specific only to Joplin notes and now the specific parser does not need it.

Part of #30 #32
alfredbaudisch added a commit that referenced this issue Sep 23, 2021
…rser can be used to extract metadata itself, defined with the configuration:

```
config :pardall_markdown, PardallMarkdown.MetadataParser.JoplinNote,
  metadata_parser_after_title: PardallMarkdown.MetadataParser.ElixirMap
```

#32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant