Commit Graph

52 Commits

Author SHA1 Message Date
Sina Atalay
bfda7048ee Update examples and schema 2025-12-22 22:26:24 +03:00
Sina Atalay
8fd55e25c2 Comment out locale part in sample content 2025-12-10 15:41:05 +03:00
Sina Atalay
5cc5fbdf9e Massive Refactor: Architecture Redesign and Technical Debt Cleanup (#528)
* Rename `data` folder with schema

* Start refactoring data models

* Work on entry models

* Keep working on entries

* Keep working on data models

* Push old data files

* Keep working on data models

* First draft of schema.cv

* Keep working on schema

* Keep working on schema

* Improve schema.models

* Keep working on rendercv.schema

* Work on schema.design

* Keep working on rendercv.schema

* Complete variant_class_generator

* Keep working rendercv.schema

* Keep working on rendercv.schema

* Final touches to rendercv.schema

* Improve json schema descriptions in rendercv.schema

* Start working on rendercv.schema tests

* Keep implementing rendercv.schema tests

* Add more tests for rendercv.schema

* Improve rendercv.schema

* Improve docstrings and comments in rendercv.schema

* Implement better pydantic error handling in `rendercv.schema`

* Improve variant class system

* Fix rendercv.schema tests

* Start working on rendercv.templater

* Update template names

* Switching to new rendercv typst template soon

* Work on new templater

* Rename renderer with renderer_old

* Don't use utils in rendercv.schema

* Complete connections

* Update renderer folder structure

* Work on new renderer

* Work on new renderer

* Date processing on new renderer

* Improve date processing, support multiple emails, phones, and websites

* Improve markdown to Typst

* Complete entry template processing

* Time span computation in new renderer

* Better entry templates

* Setup new templates

* Improve rendercv.schema

* Start adding tests for rendercv.renderer

* New markdown parser!

* Improve markdown to typst conversion

* Finalize markdown parser

* Add new test files for rendercv.renderer

* Fix cv and connections

* Add connections test

* Improve connection tests

* Improve entry templates

* Add model processor tests

* Improve templater

* Rename old folders

* Improve schema

* Add file generation logic to renderer

* Fix naming issues

* Fix schema tests

* Add path type tests

* Add font family and typst dimension type tests

* Rename old tests

* Fix design tests

* Start integration testing of renderer

* Improve entry tempates

* Handle nested highlights properly

* Finalize Typst preamble template

* Start working on new CLI

* Remove old test files

* Implement override dictionary in new schema

* Start working on new CLI

* Better prints on render command

* New structure

* New render printer

* Add all the commands to new CLI

* Work on new command in new cli

* Improve new command

* Add error handler to new cli

* Work on create theme command

* Complete create theme command

* Remove old source files

* Improve exceptions

* Create new docs

* Add writing tests guide

* Fix cli printer and write tests

* Test copy templates

* Add app tests

* Bring back accidentally removed files

* Imporve cli and tests

* Fix path issues

* Improve

* Improve

* Add reference file comparison tests

* Fix path resolver

* Start working on test_pdf_png

* Implement comparison of multiple files (png)

* Start testing typst

* Fix templating issues

* Fix header and entry templates issues

* Implement short second rows

* Fix date issues

* Fix nested bullets and add summary

* Update testdata

* Implement footer

* Update testdata

* Reimagined design and locale schema, first iteration

* Reimagined design and locale second iteration

* Update design and locale schemas

* Adapt templater to the new design and locale

* Fix tests

* Update lib.typ and testdata for the new locale and design

* Implement proper tests with all combinations of entries

* Remove some docstrings

* fix connections logic

* Improve

* Start working on examples

* Update testdata

* Fix long second row issue

* fix templating issues

* Fix lib.typ issues

* Update testdata

* Fix clean_trailing_parts

* Update test cv

* update test cv

* Update theme defaults

* update schema and fix moderncv

* Fix moderncv issues

* Update testdata

* Update testdata and examples

* Fix issues about photo

* Fix typst photo path issues

* improve entry templates from yaml

* add new locale

* Rename writing tests doc

* Update writing tests

* Improve tests

* Add more cli tests

* Increase test coverage

* Rename variant pydantic model generator

* Improve tests

* Update testdata and improve tests

* Format, fix pre-commit errors

* Fix scripts and update entry figures

* Improve tests

* Write docstrings of schema

* Write schema docstrings

* Setup api reference

* Start working on new docs

* Work on docs

* Improve progress panel of render command

* Finalize new docs index

* Complete CLI docs

* Work on YAML input structure page

* Finalize user guide

* Start working on developer guide

* Improve api reference

* Improve developer guide

* Improve developer guide

* Improve developer gide

* Improve developer guide

* Improve developer guide

* Update developer guide

* Improve developer guide

* Improve developer guide

* Improve developer guide

* Developer guide first draft

* update developer guide

* Update examples

* Update testdata

* Handle wrong installation (rendercv instead of rendercv[full])

* Remove unnecessary files

* Write set up vs code page

* Update README.md

* Change docs description

* Compress design options gif

* minor updates

* Polish all the json schema descriptions

* Update testdata and examples

* Remove some emdashed from docs

* Add whatsapp support

* Add TestEscapeTypstCharacters to tests

* Implement custom connections

* Add page break before sections feature

* Revert page break before sections feature

* Rebase to main

* Fix social network tests, update schema
2025-12-09 17:03:56 +03:00
GitHub Actions [Bot]
10191ebc90 Update schema.json, examples, and entry figures 2025-10-28 14:59:13 +00:00
Sina Atalay
a3ad85420e Update examples 2025-03-01 20:30:22 -05:00
Sina Atalay
0318d26854 Add new fields: design.header.use_urls_as_placeholders_for_connections, design.header.make_connections_links, and design.highlights.highlights_nested_bullet_field_info 2025-02-16 20:13:44 -05:00
Sina Atalay
b3b8a760fd Fix spelling error, with-parial-line (#349) 2025-02-09 19:18:18 -05:00
Sina Atalay
adafc307a4 Create two entry types: NumberedEntry and ReversedNumberedEntry 2025-02-02 17:49:08 -05:00
Sina Atalay
b12fc2e759 Add design.section_titles.font_family, design.header.name_font_family, and design.header.connections_font_family options 2025-02-01 18:26:12 -05:00
Sina Atalay
a163ca2f92 docs: update examples 2025-01-07 14:27:22 +03:00
Sina Atalay
4331110c55 Upgrade to v2 (#271)
* prepare the base for typst

* rename theme folders

* rename themes

* rename themes

* update testdata with new theme names

* rename themes

* fix docs issues

* fundamentals

* fundamental renames

* generalize `create_a_latex_file`

* generalize render_a_pdf_from_latex

* make latex optional dependency, and add typst as dependency

* first tests with typst

* finish `markdown_to_typst`

* fix `markdown_to_latex`

* finish `markdown_to_typst`

* first steps towards Typst RenderCV themes

* first draft of classic theme

* start working on new design options

* work on new design options

* make default theme: "classic"

* start integrating design options with templates

* rename typst variables

* start working on connections integration

* polish connections

* polish design options and themes

* fix spelling mistakes and improve typst themes

* use ms instead of s in printer

* improve templates

* fix typos

* use ms instead of s in printer

* improve typst templates

* improve

* improve

* improve

* improve

* make PyMuPDF optional

* rename last_updated_date_style to last_updated_date_template

* revert changelog

* progress

* improve

* exclude gifs from sdist

* update tests

* improve templates

* improve templater

* data: update `sample_content.yaml`

* improve

* remove latex support

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove testdata

* remove latex

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* rename `locale_catalog` to `locale`

* docs: update developer guide faq

* add new input, rendercv_settings.date

* add show_time_span_in

* create a new function, parse_validation_errors

* improve templates

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* improve

* update templates

* fix experience entry

* improve

* finish templates

* update tests

* update testdata

* remove time_machine

* update sample content

* improve

* add sb2nov theme

* update options

* update theme.options

* update theme.options

* update theme options

* create engineeringresumes templates

* add engineering resumes

* format

* update templates

* add new theme

* fix a typo in sample content

* update templating system

* update options

* add photo support

* update workflows

* improve templates

* improve parse_validation_errors

* create a new interface for web

* fix summary

* improve

* resolve typing issues

* update mkdocs.yaml

* update pyproject.toml

* update docs scripts

* update testdata

* update tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* rename column template fields

* update

* update test data

* add moderncv

* fix problems

* moderncv

* create moderncv

* fix tests

* update

* update

* update templates

* update

* use optional dependencies

* fix

* improve

* aa

* a

* update

* update

* update

* update

* rename

* update

* update

* update

* improve

* update

* update

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update

* update

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* format

* update changelog

* update examples

* update entry figures

* update schema

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-07 01:30:40 +03:00
sinaatalay
1e8fcc5dc1 docs: update examples 2024-12-31 22:25:42 +00:00
sinaatalay
c7fb310252 docs: update examples 2024-12-25 22:46:45 +00:00
sinaatalay
673748febd docs: update examples 2024-12-10 08:33:41 +00:00
sinaatalay
7ae95103a9 docs: update examples 2024-12-09 09:40:45 +00:00
sinaatalay
62c52448fd docs: update examples 2024-12-09 09:24:46 +00:00
Sina Atalay
c5e9b69a6c docs: update examples 2024-09-09 22:03:44 -04:00
sinaatalay
e63ac265ab docs: update examples 2024-09-07 23:28:13 +00:00
sinaatalay
f06cef4358 docs: update examples 2024-09-07 23:22:28 +00:00
Akib
91281a2a0e chore: update the examples 2024-09-04 18:28:48 +00:00
Akibur Rahman
8096c8534f refactor: updated examples 2024-09-04 09:46:35 +00:00
Akibur Rahman
d10045ec3d refactor: Update rendercv_settings to allow disabling HTML and PNG generation
This commit updates the `rendercv_settings` in the `John_Doe_ClassicTheme_CV.yaml` file to allow disabling the generation of HTML and PNG files. The `no_html` and `no_png` flags are set to `true` in the `render` section of the settings. This change provides more flexibility to users who may not need these file formats in their rendered output.
2024-09-04 08:06:04 +00:00
Akibur Rahman
1b178567fc refactor: Remove unused rendercv_settings properties
This commit removes the unused properties in the `rendercv_settings` section of the `John_Doe_ClassicTheme_CV.yaml`, `John_Doe_EngineeringresumesTheme_CV.yaml`, `John_Doe_ModerncvTheme_CV.yaml`, and `John_Doe_Sb2novTheme_CV.yaml` files. The properties `output_folder_name`, `no_html`, `no_markdown`, and `no_png` are no longer needed and have been removed. This cleanup improves the clarity and maintainability of the code.
2024-09-03 10:59:45 +00:00
Akib
b3875099a4 refactor: generate pdf with script 2024-09-01 17:21:41 +00:00
Akib
898e85f74a refactor: update-example 2024-09-01 17:19:54 +00:00
sinaatalay
acd1f154e3 docs: update examples 2024-07-23 16:21:23 +00:00
sinaatalay
c9b910208d docs: update examples 2024-07-23 16:09:51 +00:00
sinaatalay
f7bc8d8057 docs: update examples 2024-07-16 11:19:22 +00:00
Sina Atalay
ec65e22be9 docs: update examples 2024-07-13 19:29:50 +03:00
Sina Atalay
839c49fc78 docs: update examples 2024-06-19 14:57:13 +03:00
Sina Atalay
8ee2b76a8d data_models: fix sample data examples 2024-05-31 20:03:45 +03:00
Sina Atalay
dfcc3f7ac4 docs: update examples (#80) 2024-05-31 19:54:33 +03:00
Sina Atalay
517ee3b1af docs: update examples 2024-05-25 15:53:21 +03:00
Sina Atalay
29b326f29a docs: update examples 2024-05-20 22:07:43 +03:00
Sina Atalay
1cc9f97e13 docs: update examples 2024-05-19 17:38:32 +03:00
Sina Atalay
96e1a15260 docs: update examples 2024-05-17 16:02:13 +03:00
Sina Atalay
1e6ceff31f docs: update examples 2024-04-30 22:03:51 +03:00
Sina Atalay
dde2090ad0 docs: update examples 2024-04-29 00:31:41 +03:00
Sina Atalay
f5a2333af7 docs: update examples 2024-04-16 16:37:03 +03:00
Sina Atalay
918bf81933 docs: update examples 2024-04-16 14:16:40 +03:00
Sina Atalay
2bcb828b95 docs: update examples 2024-04-15 02:50:17 +03:00
Sina Atalay
f749a6f99d docs: update examples 2024-04-08 19:31:36 +00:00
Sina Atalay
d0c1589d30 docs: update examples and entry figures 2024-04-08 00:38:34 +00:00
Sina Atalay
ef3601c00f docs: update figures and examples 2024-04-07 17:44:07 +00:00
Sina Atalay
10f22d4beb docs: update examples 2024-03-31 21:11:52 +02:00
Sina Atalay
f5dc558a4f docs: update examples 2024-03-17 20:32:16 +01:00
Sina Atalay
c17a306641 docs: update examples 2024-03-10 19:11:13 +01:00
Sina Atalay
b734c44624 docs: update examples 2024-03-10 18:13:42 +01:00
Sina Atalay
3736f11043 docs: update example PDFs 2024-03-09 19:33:43 +01:00
Sina Atalay
48e8286d68 docs: update examples 2024-03-08 18:08:26 +01:00