Hello!
First of all, Obsidian is great, thank you for your work! I’ve been lurking around the forum for a while and finally decided to register.
I want to ask whether it is possible to use block referencing when we have equations in combinations with text? If so, how?
The trick is, that equations have to have a new line around them for formatting purposes and blocks seem to be looking for a line break, so I am having trouble defining an equation and its accompanying text as a block.
Here is an example. I would like the block to start right after “Companion form”
**Companion form**
$z_{t}=F_{1}(\Phi) z_{t-1} + F_{c} (\Phi)+\nu_{t}$
where the first n rows of $F_1(\Phi)$, $F_c(\Phi)$, and $v_t$ are defined to reproduce the DGP ^ce73ba
- $\nu_{t} \sim \operatorname{iid} N(0, \Omega(\Sigma))$
- another equation
^test
[[#^test]]
If I delete the line after the first equation, I get the sentence “where the first…” to be inline with the $z_t$ equation, which I do not want. Currently ^test points to the first item in the list, so the second equation.
Is such a thing even possible?
I’ve found two workarounds so far:
- Use a list, i.e. start each line below the next equation with “-”, then it is not a problem.
- Use atomic notes, embed them where you need them and reference them.
If this is currently not possible, a workaround could be to be able to tell where the block starts, not only where it ends, i.e. “wrap” blocks and not look only for the ^blockid syntax.