Emile Bangma

Results 293 comments of Emile Bangma

I worked on the callouts implementation. The callouts use the first child element from the `blockquote` as the title. If you don't put a newline, the markdown converter will consider...

Hey hey, Sorry for the delay. I couldn't find a CSS-based fix before. A change in the markdown parsing is required. I'll take a look into that today. I'll update...

I have looked into a fix, but I cannot get it to work without affecting the parsing of other parts of the markdown. The problem arises because the markdown parser...

> I've just stumbled over this excellent project (big thanks!), published my vault and immediately noticed the lack of support for dataviews which are so essential in many vaults. Is...

> > I personally worked around this by using a plugin to parse the Dataview queries before uploading to my Quartz repository. You can check it out [here](https://github.com/saberzero1/quartz-syncer). > >...

I'll look into extracting the metadata from callouts. I'm not sure if it is desirable to implement a standard list of options (such as `left`, `right`, `noborder`, etc.) unless Obsidian...

Happy Easter. https://github.com/zsviczian/excalidraw/blob/master/packages/excalidraw/scene/export.ts The export to SVG functionality seems to be more or less separate from Obsidian. I guess a `.excalidraw` parser/transformer for Quartz could be possible. As a side...

https://github.com/jackyzha0/quartz/blob/1c3f3d03e1682cd435363e354acae6dc936baef3/quartz/plugins/transformers/description.ts#L22-L26 The description can be overridden with a `description` field in the note frontmatter. However, this description is still subject to the same problems as described above. Currently the description...

> You need to be much more specific about describing the problem. I can reproduce it but it only happens for anchor links that link to something further down in...

> Hi, > > I have the same issue as described by @makondratev and [confirmed later](https://github.com/jackyzha0/quartz/issues/890#issuecomment-1954684389) also by @jackyzha0. @sabezero1 mentioned the anchor links inside the popover become the "new"...