Version History
10 updates
web-repl: load py-script only once
60290a8add web-repl
7fa755dMerge branch 'main' of https://github.com/devidw/obsidian-to-hugo
3d422ecadd calver updater script
f314683fix wikilink inside markdown table (#17)
1462e43ci: include .env in makefile; switch to calver
7d7e7f0fix: type annotation issue with python 3.8 (#15) When running `python -m obsidian_to_hugo --version` from an appropriate venv this is returned: ``` Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details __import__(pkg_name) File "/home/sion/Toybox/docs.int/venv/lib/python3.8/site-packages/obsidian_to_hugo/__init__.py", line 1, in <module> from .obsidian_to_hugo import ObsidianToHugo File "/home/sion/Toybox/docs.int/venv/lib/python3.8/site-packages/obsidian_to_hugo/obsidian_to_hugo.py", line 8, in <module> from .wiki_links_processor import replace_wiki_links File "/home/sion/Toybox/docs.int/venv/lib/python3.8/site-packages/obsidian_to_hugo/wiki_links_processor.py", line 12, in <module> def get_wiki_links(text: str) -> list[WikiLink]: TypeError: 'type' object is not subscriptable ``` expected result is: `obsidian-to-hugo 0.3.0` When using version 3.9 the different types are depreciated but as this is targeting any version newer than 3.6 it's neccesary to use the generics. 3.9 will not generate DeprecationWarnings
6d7ada2Bump certifi from 2022.9.24 to 2022.12.7 (#6) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1821856Bump cryptography from 38.0.1 to 38.0.3 (#9) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
966bb39docs: add filters section
61afd88