LynetteCullen
LynetteCullen
Is the "empty-line-around-math-blocks" setting supposed to break math blocks in callouts? I don't know if my setup is normal or if people usually put math in callouts. I'm only 1...
### From Dataview Type Query ```dataedit TABLE mathLink-blocks.AltNotation, mathLink-blocks.Dimensions, mathLink-blocks.LinkedDimensions, mathLink-blocks.StaticDimensions, mathLink-blocks.LinkedStaticDimensions, mathLink-blocks.MKS, mathLink-blocks.CGS,mathLink-blocks.FPS, mathLink-blocks.LinkedFormula FROM "Glossary" LIMIT 50 ``` [obsidian.md-1714877932099.log](https://github.com/unxok/dataedit/files/15211607/obsidian.md-1714877932099.log) ### From Dataviewjs Type Query ```dataedit const {fieldModifier: f}...
**Describe the bug** **Link 1** - [ ] Folder - [ ] Extension - [ ] Alias Links Format: [[Glossary/Source|Source]] **Link 2** - [x] Folder - [ ] Extension -...
# Description Color Paired Brackets does not work inside code blocks. Highlight matching Brackets does work. # To Reproduce Create a code block listed in Code languages to interpret as...
### Property Formatted in Frontmatter ``` LinkedDimensions: [[[Length#^Dimensions]]/[[Time#^Dimensions]]2] ``` ### Lookup Query  I cannot for the life of me gather links inside text with HTML format in my frontmatter....
### Dataviewjs Table Code ```dataviewjs const {fieldModifier: f} = this.app.plugins.plugins["metadata-menu"].api; dv.table (["File", "mathLink", "AltNotation", "Dimensions", "LinkedDimensions", "StaticDimensions", "LinkedStaticDimensions", "MKS", "CGS", "FPS", "LinkedFormula"], await Promise.all(dv.pages('"Glossary"').map(async p => [ p.file.link, await f(dv,...
### Please fill out these Check-boxes - [X] I checked that the plugin is up to date - [ ] The issue persist with all other plugins and themes disabled...
If I have columns with multiple callouts, how would I reference each callout individually? Also, every time I try to test this to find out the answer, my vault freezes.
### Please fill out these Check-boxes - [X] I checked for existing similar issues - [X] I checked that the plugin is up to date - [X] The issue persist...
1. Select the files to add to the table 2. Generate Table With Editable Row and Rendered Row for Each File