Chenyu Zhang

Results 26 comments of Chenyu Zhang

[Core Search Assistant](https://github.com/qawatake/obsidian-core-search-assistant-plugin) has similar features. However, its auto preview shows the whole note rather than the related context. And its manual preview opens another modal rather than along the...

Can confirm. And the following rules remove the square border of Settings page ```css .is-mobile .vertical-tab-header::before { border-top-right-radius: var(--scale-2-8); border-top-left-radius: var(--scale-2-8); } .is-mobile .vertical-tab-header { border-radius: var(--scale-2-8); } ``` However,...

Thanks for the update! It looks like this on my end after the update ![IMG_1556](https://user-images.githubusercontent.com/48207708/151115107-b2a66d13-8055-4642-b7df-7d1125ea2d4a.png)

I did some tests. I think the problem is that the border-radius is applied to `.modal.mod-settings`, but not `.vertical-tab-header` (main settings page) and `.vertical-tab-content-container` (sub-settings page). So we want the...

Even the default theme has this issue 🤣

You can use TikZ, see the doc: https://shd101wyy.github.io/markdown-preview-enhanced/#/code-chunk?id=tikz-example. And I tested it: `Open in browser` works fine, but pandoc output does not.

I second this. Even though the embeded editor of this plugin is the smoothest one of all plugins I've used, but I think a great advantage of storing the config...

Hi @artisticat1, thanks for implementing this feature! It works like a charm. A small additional fr on this: could it read the settings file in a hidden directory like `.config/`?

This definitely will be a great feature! Super useful for learning languages. Markdown Preview Enhanced, a VSCode extension, does a great job on this. Please take a look at this...