Skip to content

Obsidian parser, used to create the content for Hugo SSG

Notifications You must be signed in to change notification settings

DamianFlynn/py-obsidian-parser

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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))

About

Obsidian parser, used to create the content for Hugo SSG

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages