| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(meta): sort parameters in to_string | Fuwn | 2022-06-10 | 1 | -0/+1 |
| | | |||||
| * | docs(meta): document Meta methods | Fuwn | 2022-06-10 | 1 | -0/+72 |
| | | |||||
| * | feat(meta): mutable access to meta for construction | Fuwn | 2022-06-10 | 1 | -1/+10 |
| | | |||||
| * | feat(meta): impl ToString for Meta | Fuwn | 2022-06-10 | 1 | -0/+19 |
| | | |||||
| * | feat(ast): Ast::to_gemtext | Fuwn | 2022-06-02 | 2 | -1/+59 |
| | | |||||
| * | fix(markdown): no double newline on whitespace | Fuwn | 2022-06-02 | 1 | -1/+1 |
| | | |||||
| * | docs(ast): add comment to ast struct | Fuwn | 2022-06-02 | 1 | -2/+9 |
| | | |||||
| * | feat(germ): ast struct | Fuwn | 2022-06-02 | 5 | -167/+187 |
| | | |||||
| * | feat(status): impl display for status | Fuwn | 2022-06-01 | 1 | -0/+8 |
| | | |||||
| * | docs(lib.rs): add top-level readme | Fuwn | 2022-06-01 | 1 | -0/+1 |
| | | |||||
| * | feat(respones): add getters | Fuwn | 2022-05-18 | 1 | -5/+20 |
| | | |||||
| * | feat(meta): add getters | Fuwn | 2022-05-18 | 2 | -5/+14 |
| | | |||||
| * | ci(tests): add convert tests0.2.1 | Fuwn | 2022-05-18 | 1 | -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 tests | Fuwn | 2022-05-18 | 1 | -1/+1 |
| | | |||||
| * | fix: global clippy lint fixes | Fuwn | 2022-05-18 | 9 | -38/+41 |
| | | |||||
| * | feat(meta): meta-related utilities | Fuwn | 2022-05-17 | 2 | -0/+55 |
| | | |||||
| * | feat(request): make gemini requests | Fuwn | 2022-05-17 | 5 | -0/+272 |
| | | |||||
| * | fix(markdown): proper whitespace placement | Fuwn | 2022-05-12 | 1 | -2/+2 |
| | | |||||
| * | fix(ast): take rest of iterator as text for link | Fuwn | 2022-05-12 | 1 | -1/+9 |
| | | |||||
| * | feat(0.1.0): initial release0.1.0 | Fuwn | 2022-05-12 | 5 | -0/+604 |