CA Manas Madrecha

Results 80 comments of CA Manas Madrecha

**Recommended**: Use `document.querySelector('[id="someid"]')` instead of `('#someid')`

Don't add `/` at the start of the `to` attribute in the `nuxt-link`; else it will be an absolute link and the URL will start with the attribute value itself.

Second this request. Add some examples on what is a rule and how to add them. ------- And, also add some screenshots. Currently, we need to download the plugin to...

I want to bold specific words inside the cell data, not the entire cell data. So CSS won't help. I need to write at least some HTML even to target...

See this https://forum.obsidian.md/t/how-to-know-how-many-times-a-note-is-viewed/40889 You can change any Key to increment on the event `file-open`.

Before appending the value, you could check for `arr.includes("value you are appending")`. If it is true, don't append, if not, then only append.

Yes, that would be a very helpful feature. It can be similar to how "number headings" plugin uses the Yaml frontmatter to auto number headings up to a certain level.

Is this an issue with only MDC or even with normal syntax, this doesn't work?

By normal syntax, I meant, using HTML syntax for the components, and not the MDC.

The `.nuxt/components.d.ts` path shows list of all the Module's components, and my components in `components/` or `components/content/` folder, but no component from `content/` folder. Even this in `nuxt.config` doesn't show...