py-obsidian-parser
ActionsA GitHub Action that takes obsidian notes and prepairs for hugo or other static generators
v0.3.5
LatestBy DamianFlynn
Tags
(1)A small library for a Obsidian Vaults to parse its content. One example is to prepare the content to publishing with static site generators, Hugo as an example.
pip install obsidian-parser
How to multiply one number by another with this lib:
# Import Multiplication from your library
from obsidian_parser import Multiplication
# Instantiate a Multiplication object
multiplication = Multiplication(2)
# Call the multiply method
print(multiplication.multiply(5))
py-obsidian-parser is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.