obsidiantools
obsidiantools copied to clipboard
Obsidian tools - a Python package for analysing an Obsidian.md vault
because netlify & vercel & default ubuntu 20.04 's python version is 3.8, so it would be nice to support python 3.8 , since it is a widely use version.
following using the 'get_source_text' function, it seems the tabs and returns in the file are ignored. Is there a way to detect where they were?
Thank you Mark for making Obsidian more accessible to Python users!! :-) I was giving it a try with 40.076 files (incl. attachments). (Most of the MD files are generated...
Hey, for https://github.com/louis030195/obsidian-ava, I'm trying to implement increment refresh of the state of the vault. Concretely, I build sentence embeddings of the whole vault and would like to re-compute embeddings...
``I am building a python app with the obsidiantools library. Everything works fine when I run it with python but when I try to build an exe of the application...
In some cases, for some specific vaults only, I get the following error after execting vault = otools.Vault(vaultpath).connect().gather() The error returned is: AttributeError: `np.NaN` was removed in the NumPy 2.0...