Commit Graph

19 Commits

Author SHA1 Message Date
b293684fb7 added the basic template rendering loop at the end 2024-07-30 21:32:06 -06:00
7c65e021e7 changed default docstring style to Google 2024-07-27 01:39:34 -06:00
286b3bcb1e broke out Context into its own "config" module to avoid circular dependencies 2024-07-27 01:33:43 -06:00
1660d91a84 delinted, again (with new rules enabled) 2024-07-27 01:24:56 -06:00
7cadb9d834 organized imports 2024-07-27 01:19:16 -06:00
e79a8b9b87 worked out the rest of the pyright errors 2024-07-27 01:15:22 -06:00
ba28ea0abf started using pyright and added type annotations to most of the code
(still some pyright errors)
2024-07-27 00:52:18 -06:00
ab2b775e3a de-linted source 2024-07-26 23:42:49 -06:00
96b611880c configured new requirements and script entry for project 2024-07-26 23:39:52 -06:00
0a26cc4d13 used Rye to give me a proper pyproject.toml and manage development here 2024-07-26 23:13:28 -06:00
5e144d303d added support for Obsidian style image references, including embedded dimensions 2024-03-13 22:02:01 -06:00
c0025f9513 added support for parsing standard Markdown links that happen to be internal 2024-03-13 21:24:42 -06:00
5cadb535dc fixed up URL rendering relative to tree root, added config file support & url_prefix 2024-03-13 19:50:53 -06:00
f34f446bf9 added proper link resolution 2024-02-28 00:43:39 -07:00
0fdbd3d221 started properly parsing the Obsidian link references 2024-02-27 23:15:03 -07:00
d8cd92764f added basic Markdown parsing and some support for Obsidian constructs 2024-02-27 22:56:46 -07:00
772fe46a5b added metadata loading 2024-02-27 21:29:42 -07:00
9d80f41a09 started by generating a list of source nodes 2024-02-21 23:04:29 -07:00
ff1d43071f Initial commit 2024-02-21 22:02:40 -07:00