pawamoy / pawamoy/markdown-exec
feature: Allow automatically setting `session` per file
Open
@pawamoy is already working on this.
Since Feb 21, 2025.
feature
insiders
- Dominant language
- Python
- Stars
- 174
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.