Juan Alonso
Juan Alonso
### How to reproduce Create two notes: 1.md: ``` Some text Some highlights ^some-block-id ``` 2.md: ``` ![[1.md#^some-block-id]] ``` ### Expected result Obsidian Export behaves like Obsidian, that is, it...
When I export an Obsidian note with a https://github.com/blacksmithgu/obsidian-dataview query snippet, I get an .md file with the dataview query, not the query results because dataview executes queries within the...
GitInfo doesn't seem to be set when a page has exactly 1 commit. I have a partial with this (simplified) code: {{- $recent := where .Site.RegularPages.ByLastmod.Reverse "Type" "eq" "notes" }}...
### Describe the bug I have a git clean filter set up for my Obsidian vault repo. When I use commandline git to commit changes the filter is always applied...
noip now uses recaptcha on its login page which breaks any automatic way of refreshing hosts.
When I select a snippet of text like in the following image, the highlighter complains that the selection splits an HTML node even though I selected complete lines Consider modifying...
I normally create code snippets for the same language and I open and close Anki all the time. Right now the plugin asks me for a highlighter and a language...
### Applies To - [X] Notebooks (.ipynb files) - [X] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Pylance incorrectly warns about undefined variables when...
The [official badge](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge) only shows status per workflow, but I have a workflow with two separate jobs (Linters, test) and I would love to show their status separately as a...