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.
- Install julia
- Start julia
- Install this package in julia via
]add https://github.com/isentropic/neorg-dashboard
- 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