You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
…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
…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
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.
The text was updated successfully, but these errors were encountered: