Did you check the docs?
Is your feature request related to a problem? Please describe.
I write notes using neorg. Sometimes I need to attach graphs on my notes. I create the graphs using gnuplot, save them somewhere, and refer to them to show the graphs on my notes. Every time I want to update the graphs, I have to create them, save them somewhere, and refer to them again. It's tedious and the process is slow.
Describe the solution you'd like
It would be great if we can write the gnuplot scripts on code blocks on the notes and the graphs are shown. When we change the scripts, it would immediately show the updated graphs. It would be so much easier to write notes and fast.
Example code block:
@code gnuplot
plot x
@end
Describe alternatives you've considered
I think the alternative is what I've been doing. Create the graphs, save them somewhere, and refer to them. But it's tedious and slow.
Additional context
No response
Did you check the docs?
Is your feature request related to a problem? Please describe.
I write notes using neorg. Sometimes I need to attach graphs on my notes. I create the graphs using gnuplot, save them somewhere, and refer to them to show the graphs on my notes. Every time I want to update the graphs, I have to create them, save them somewhere, and refer to them again. It's tedious and the process is slow.
Describe the solution you'd like
It would be great if we can write the gnuplot scripts on code blocks on the notes and the graphs are shown. When we change the scripts, it would immediately show the updated graphs. It would be so much easier to write notes and fast.
Example code block:
Describe alternatives you've considered
I think the alternative is what I've been doing. Create the graphs, save them somewhere, and refer to them. But it's tedious and slow.
Additional context
No response