Skip to content

py-obsidian-parser

Actions
A GitHub Action that takes obsidian notes and prepairs for hugo or other static generators
v0.3.5
Latest
Star (2)

Tags

 (1)

Obsidian Parser

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.

Installation

pip install obsidian-parser

Get started

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.

About

A GitHub Action that takes obsidian notes and prepairs for hugo or other static generators
v0.3.5
Latest

Tags

 (1)

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.