-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
persist and maintain front matter (#283)
import and track front matter; misc minor fixes and refactors - on import, track front matter in staging table if parsed - work core Chronicles metadata (tags, title, dates) into front matter - maintain front matter in documents (keep existing, merge Chronicles properties) - refactor: migrate rest of client.documents to knex - refactor: parse and stringify frontmatter tags as valid yaml - add micromark front matter libraries and prefer them when parsing / serializing - fix: parse and serialize tags as valid yaml array - fix: When document not found, display error and fix back button (no-op before) - fix: Correctly set default journal on sync, and add an additional fallback - fix: CACHE_DIR / DATABSE_URL references
- Loading branch information
Showing
20 changed files
with
471 additions
and
320 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.