This repository was archived by the owner on Nov 13, 2021. It is now read-only.
Strip metadata added to md files from Notable etc.#5
Open
taixzo wants to merge 1 commit into
Open
Conversation
Notable creates metadata tags at the top of its files in this format:
---
tags: [Tags]
title: Note title
created: '2019-12-20T00:00:00.000Z'
modified: '2020-01-20T00:00:00.000Z'
---
This patch removes that metadata from the rendered markdown. It should leave pretty much everything else unchanged, as in standard Markdown "---" would be a heading level 2 marker or horizontal rule, and would not appear on the first line.
Owner
|
Sorry, I didn't notice this commit! No idea how this happend. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notable creates metadata tags at the top of its files in this format:
This patch removes that metadata from the rendered markdown, to allow Notizen.md interoperability with Notable. It should leave pretty much everything else unchanged, as in standard Markdown "---" would be a heading level 2 marker or horizontal rule, and would not appear on the first line.