Skip to content

feature: showing gnuplot graphs on neorg, markdown, etc. #2755

@sdifru

Description

@sdifru

Did you check the docs?

  • I have read all the snacks.nvim 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststaleThis issue or PR has been inactive for a whilewontfixThis issue will not be fixed or implemented

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions