What's up?

August 9, 2024 ยท View on GitHub

Say you have a norg file full of todos or some other information (currently watching only specs.norg), you can live watch the rendered webpage (html) of the norg file in your browser. This is meant to act as a possible start page (new tab) in your browser of choice.

This script watches your norg file for changes and live-reloads the webpage.

Installation and running

  1. Install julia
  2. Start julia
  3. Install this package in julia via ]add https://github.com/isentropic/neorg-dashboard
  4. Exit julia and run julia -e 'using NorgDashboard; watch_norg("specs.norg")'

The content of specs.norg or anyother file should now be live updated in your browser

Screenshot

Screenshot