sampokantola

Results 6 comments of sampokantola

Inline footnotes are written as follows: ``` This is a sentence.^[This is an inline footnote!] ``` The difference to regular footnotes is that 1) the caret goes outside of the...

This issue also affects re-index-footnotes. Currently, mixing inline footnotes in-between regular ones will cause re-index-footnotes to assign mismatching indexes to the ones shown in preview. This is shown in the...

@pjkaufman Yes, that's what I'm suggesting here: Move inline footnotes after punctuation, but still keep them inline. (Also update re-index-footnotes to account for inline footnotes, so the regular ones after...

Additional suggestion: Add an automatically appearing button to run the linter on mobile more easily

> > Additional suggestion: Add an automatically appearing button to run the linter on mobile more easily > > I think you can do this by adding the lint file...

I imagine the way to do the note title indicator might be to add a css class to the note, and make the visual change with css? (I'm slightly more...