We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Object.assign
1 parent 6adcb6e commit ea427f6Copy full SHA for ea427f6
1 file changed
src/main.ts
@@ -31,6 +31,7 @@ export default class ObsidianFunctionPlot extends Plugin {
31
el.classList.add('functionplot')
32
// parse yaml for bounds and functions to plot
33
const config: HeaderOptions = Object.assign(
34
+ {},
35
DEFAULT_HEADER_OPTIONS,
36
// yaml parse of first occurence of ---...--- or empty string
37
parseYaml((source.match(/-{3,}([^]+)-{3,}/) ?? ['', ''])[1])
0 commit comments