darkcentre
01/10/2023, 11:24 AMdarkcentre
01/10/2023, 11:25 AMJoshi
01/10/2023, 11:26 AM4d617474
01/10/2023, 3:13 PMColton
01/10/2023, 4:47 PMPaul_J
01/10/2023, 8:01 PMPaul_J
01/10/2023, 8:01 PMScriptAutomate
01/10/2023, 11:22 PMdarkcentre
01/11/2023, 7:38 AMdarkcentre
01/11/2023, 1:06 PMdarkcentre
01/11/2023, 1:08 PMdarkcentre
01/11/2023, 1:08 PMdarkcentre
01/11/2023, 1:10 PMdarkcentre
01/11/2023, 1:10 PMFork_Boy
01/11/2023, 8:55 PMtlylt
01/12/2023, 12:34 AMCtrl + Shift + P
to open the command panel and type in Dendron: Toggle Preview
, does that work?ScriptAutomate
01/12/2023, 1:08 AMdarkcentre
01/12/2023, 9:44 AMFork_Boy
01/12/2023, 5:42 PMmichaelvolk
01/12/2023, 9:42 PMvaden
01/12/2023, 10:46 PMMarkdown Preview Enhanced: Open MathJax Config
as follows:
module.exports = {
extensions: ['tex2jax.js'],
jax: ['input/TeX','output/HTML-CSS'],
messageStyle: 'none',
tex2jax: {
processEnvironments: false,
processEscapes: true
},
TeX: {
extensions: ['AMSmath.js', 'AMSsymbols.js', 'noErrors.js', 'noUndefined.js'],
macros: {
bra: ['{\\langle #1 | }', 1],
RR: "{\\bf R}",
}
},
'HTML-CSS': { availableFonts: ['TeX'] },
}
but it doesn't seem to be responding, any help about where to define macros would be appreciated!duong92
01/13/2023, 12:39 AMdanct01
01/13/2023, 1:48 AMcurl
01/13/2023, 8:38 PMturner
01/13/2023, 9:52 PMdarkcentre
01/14/2023, 6:32 AMdarkcentre
01/14/2023, 6:32 AMdarkcentre
01/14/2023, 7:13 AMHioko
01/14/2023, 3:39 PMvaden
01/14/2023, 6:26 PM