Skip to main content

save parsed markdown into sqlite db

Project description

NoteVault

Define a schema over markdown documents and store certain sections as columsn in sqlite database.

Every list item must have a name as unique key. For non-list items the key is the heading.

Format

Sections are defined by headings. Fields (extraction units) correspond to "Tags", e.g. li, h2, i.e. p should not be a field because it can contain other tags and newlines.

Single Item:

  • spec: is_list: false
  • markdown lists as fields: - key: value

Multiple Items:

  • spec: is_list: true

sub-headings

  • substructure: format: ## Title x can contain:
  • markdown lists as fields: - key: value
  • sub-headings as simple content fields

markdown lists

  • substructure: format: - key: value, key: value, key: "complex, value"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notevault-0.4.0.tar.gz (20.4 kB view hashes)

Uploaded Source

Built Distribution

notevault-0.4.0-py3-none-any.whl (15.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page