Emile Bangma
Emile Bangma

Obsidian Advanced Table Markdown is not fully supported. https://help.obsidian.md/Editing+and+formatting/Advanced+formatting+syntax#Tables The following is a valid table inside Obsidian: ```md First name | Last name -- | -- Max | Planck Marie...
Closes https://github.com/jackyzha0/quartz/issues/1020 This change has the nice added benefit of more closely following Obsidian's callouts specification while not affecting GitHub's Alert Markdown. ## Test set used: ````markdown --- title: test...
closes https://github.com/jackyzha0/quartz/issues/967 ## Proposal: When transcluding a blockref (`![[somePage#^123456]]`), check for callouts inside the transcluded file. If the transcluded file contains callouts, check every callout for a `blockRef` matching the...
closes https://github.com/jackyzha0/quartz/issues/455 Replaces https://github.com/jackyzha0/quartz/issues/1339 https://github.com/user-attachments/assets/749bd55f-ba36-45db-8307-b2cbe1f94fd7 - [x] remove separate tablet configuration - [x] refactor to grid layout - [x] mobile - [x] tablet - [x] desktop - [x] cleanup -...
- [x] Working parsers - [ ] Implement presets - [x] Default (current Quartz defaults) - [ ] Obsidian - [ ] Include links defined in frontmatter. - [ ]...
I have gotten a few reports that the Explorer's collapse state breaks on page navigation. Both reports had the `'` in one of their folders. After removing the character, the...
[Screencast from 2024-10-01 23-34-59.webm](https://github.com/user-attachments/assets/a2eee7a4-3b3f-4c88-ade9-910e09a69a0f) ## Progress - [x] Mobile explorer fully functional - [x] Collapsible - [x] Icon mode on mobile - [x] Verify desktop explorer functionality - [x] Restore...
Closes https://github.com/jackyzha0/quartz/issues/1043 - [x] Embed excalidraw png/svg - [x] Filter `*.excalidraw.md` - [x] change image with light/dark mode - [ ] Update documentation - [ ] Include light/dark mode instructions...
I noticed there have been frequent requests for Obsidian theme support for a long time now. As mentioned in the Discord server, I had an idea and didn't stop having...