notion-inline-math-equations

Inline latex rendering for math equations.

Acknowledgement

This project is based on Penguinlay and evertheylen projects.

Feature

Here I tried a different approach and render every block that is not receiving input (normally it will only be one).

Installation

  1. Download Violentmonkey for chrome or firefox

  2. On the right upper corner of chrome's window click on Violentmonkey's icon screenshot_1

  3. Click on Open Dashboard screenshot_2

  4. Click on New screenshot_3

  5. Click on Install from url screenshot_4

  6. Paste the following link https://greasyfork.org/scripts/398453-notion-inline-math-equations/code/notion-inline-math-equations.user.js and click Ok screenshot_5 screenshot_6

  7. Finnaly, click on Confirm Installation (upper right). You can now close that tab and everything is set! screenshot_6

Instructions

  • You do not need any 'normal' /math block on your page for the rendering to work
  • When you want to add some equation in inline mode do it just like in latex: $E=mc^2$
  • If you want to add an equation in display mode do: $$E=mc^2$$ Note: The current block receiving input will not be rendered.

Example

gif_1