markdown-exec icon indicating copy to clipboard operation
markdown-exec copied to clipboard

feature: Allow automatically setting `session` per file

Open ianhi opened this issue 8 months ago • 1 comments

Is your feature request related to a problem? Please describe.

I'm hoping to run files with multiple interdependent code blocks. This can be achieved using session but doing so requires adding that to every code block.

Describe the solution you'd like

Add a config option to enable having a default session per source file.

Describe alternatives you've considered

Writing out the session on every code block, which is ok to do - this request is more a quality of life thing.

Additional context

ianhi avatar Feb 21 '25 01:02 ianhi