aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix(meta): sort parameters in to_stringFuwn2022-06-101-0/+1
|
* docs(meta): document Meta methodsFuwn2022-06-101-0/+72
|
* feat(meta): mutable access to meta for constructionFuwn2022-06-101-1/+10
|
* feat(meta): impl ToString for MetaFuwn2022-06-101-0/+19
|
* feat(ast): Ast::to_gemtextFuwn2022-06-022-1/+59
|
* fix(markdown): no double newline on whitespaceFuwn2022-06-021-1/+1
|
* docs(ast): add comment to ast structFuwn2022-06-021-2/+9
|
* feat(germ): ast structFuwn2022-06-025-167/+187
|
* feat(status): impl display for statusFuwn2022-06-011-0/+8
|
* docs(lib.rs): add top-level readmeFuwn2022-06-011-0/+1
|
* feat(respones): add gettersFuwn2022-05-181-5/+20
|
* feat(meta): add gettersFuwn2022-05-182-5/+14
|
* ci(tests): add convert tests0.2.1Fuwn2022-05-181-9/+9
| | | | | | | | Adding these tests also exposed an issue within the Markdown converter! The issue was that if a Markdown file **did not** have whitespace lines between elements, no whitespace lines were inserted at all into the converted result, leaving everything on one massive line (except lists).
* ci(tests): add ast testsFuwn2022-05-181-1/+1
|
* fix: global clippy lint fixesFuwn2022-05-189-38/+41
|
* feat(meta): meta-related utilitiesFuwn2022-05-172-0/+55
|
* feat(request): make gemini requestsFuwn2022-05-175-0/+272
|
* fix(markdown): proper whitespace placementFuwn2022-05-121-2/+2
|
* fix(ast): take rest of iterator as text for linkFuwn2022-05-121-1/+9
|
* feat(0.1.0): initial release0.1.0Fuwn2022-05-125-0/+604