Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alpaylan/tail
Tail, a typed and structured document editor
https://github.com/alpaylan/tail
cv document editor hacktoberfest pdf resume-builder
Last synced: 5 days ago
JSON representation
Tail, a typed and structured document editor
- Host: GitHub
- URL: https://github.com/alpaylan/tail
- Owner: alpaylan
- Created: 2021-12-19T13:43:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T11:47:47.000Z (6 months ago)
- Last Synced: 2025-01-22T07:07:10.736Z (12 days ago)
- Topics: cv, document, editor, hacktoberfest, pdf, resume-builder
- Language: TypeScript
- Homepage: https://tail.rocks
- Size: 50.3 MB
- Stars: 88
- Watchers: 6
- Forks: 9
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tail
This is the umbrella repository for Tail, a typed and structured document editor. Tail
builds on the idea of documents with nested substructures, and provides a way to
derive editors based on a given document template.This repository currently hosts two main subprojects:
1. Tail, the research.
2. CVDL, an initial prototype for Tail specialized in CV documents.The research is still in its infancy. You can find the current state of the research at [`docs/tail.pdf`](/docs/tail.pdf).
The CVDL prototype encompasses a rendering engine for documents, as well as an editor for editing documents.
There are two implementations of the rendering engine:
1. Typescript Implementation: [`cvdl-ts`](/cvdl-ts)
2. Rust Implementation: [`cvdl-rs`](/cvdl-rs)Currently, I focus on the Typescript implementation as I use it for the editor, which resides in the [`cvdl-editor`](/cvdl-editor) directory.