<-- Back to To Hugo

Version History

10 updates

web-repl: load py-script only once

3/21/202360290a8

add web-repl

3/21/20237fa755d

Merge branch 'main' of https://github.com/devidw/obsidian-to-hugo

3/21/20233d422ec

add calver updater script

3/21/2023f314683

fix wikilink inside markdown table (#17)

3/21/20231462e43

ci: include .env in makefile; switch to calver

2/28/20237d7e7f0

fix: 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

2/26/20236d7ada2

Bump certifi from 2022.9.24 to 2022.12.7 (#6) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1/29/20231821856

Bump cryptography from 38.0.1 to 38.0.3 (#9) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1/29/2023966bb39

docs: add filters section

1/28/202361afd88