Max Richter eab2a55f5e update
2025-09-26 17:37:18 +02:00
wip
2025-09-25 16:41:26 +02:00
2025-09-26 17:32:16 +02:00
2025-09-26 17:32:16 +02:00
wip
2025-09-25 17:28:59 +02:00
wip
2025-09-25 16:41:26 +02:00
2025-09-26 17:37:18 +02:00
2025-09-26 17:32:16 +02:00
wip
2025-09-25 16:41:26 +02:00
wip
2025-09-25 16:41:26 +02:00
wip
2025-09-25 16:41:26 +02:00
WIP
2025-09-24 21:37:46 +02:00
wip
2025-09-25 16:41:26 +02:00
2025-09-26 17:26:22 +02:00

Marka

Bidirectional mapping between Markdown and JSON (Schema.org-style) via small, declarative templates. Marka enables you to parse Markdown to JSON and render JSON back to Markdown using the same template.

Features

  • Bidirectional Mapping: Convert Markdown to JSON and JSON to Markdown using a single template.
  • Declarative Templates: Define your mappings with concise, easy-to-understand templates.
  • JSON Schema Validation: Validate parsed JSON against Schema.org entities using JSON Schema.

Docker Image (CRUD API)

A Docker image is available to transform a specified directory into a CRUD API. This allows you to expose your Markdown-to-JSON mappings as a web service.

To run the Docker image:

docker run -p 8080:8080 -v /path/to/your/data:/app/data max/marka-server

(Replace /path/to/your/data with the absolute path to the directory you want to expose.)

License

This project is licensed under the GNU General Public License v3.0.

Description
No description provided
Readme 3.6 MiB
Languages
Go 50.6%
JavaScript 28.2%
Svelte 9%
HTML 8.4%
TypeScript 2.8%
Other 0.9%