obsidian-html
obsidian-html copied to clipboard
Python code to convert Obsidian notes to proper markdown and optionally to create an html site too.
Obsidianhtml version 3.1.0 To reproduce 1. Create trivial obsidianhtml documentation structure, eg `mkdir docs && touch docs/Index.md` 2. Generate config file with `-gc` and point entrypoint to `docs/Index.md` 3. Disable...
 complex md can't be converted?
Are there any plans to integrate dataview compatability? Alternatively, is there a simple way to use obsidian-html 2.3.1 to render dataview code blocks?
Obsidian allow for query to search and output any string.. ## Syntax  ## Regarding osidian * Yes it is quite similar to Dataview but it is inbuilt and extremely...
# Current * Tags and sub-tags are in different pages * If one wants to visit a sub-tag, one has to go through all its parents tags page # Request...
Would it be possible to add content to folders? The Obsidian extension AidenLx's Folder Note (https://github.com/aidenlx/alx-folder-note) has the option of using notes with titles identical as folders, but placed outside...
I am currently testing master on Windows, and one of the new dependencies requires pythonnet (not sure which one). It turns out that the latest version in pip does not...
If you use the `![[note]]` syntax in a note, the reference to the other document is not shown in any graph view. This is not the case in Obsidian
Turns out that if a user blocks cookies on chrome that localStorage is also blocked. We don't need cookies, but things qill break when localStorage is not available. There are...