Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate script-running support akin to vscode-markdown-code-runner #17

Open
seltzered opened this issue Jan 3, 2024 · 0 comments
Open

Comments

@seltzered
Copy link
Owner

seltzered commented Jan 3, 2024

One of the challenges when using beancount is keeping various scripts (along with their command-line arguments) available to run easily. Sometimes these can be ones specific to user needs, and need to be easily run.

One way to facilitate easily finding and running them is through a 'code-runner' extension (such as https://github.com/JeepShen/vscode-markdown-code-runner ) paired with markdown file keeping user instructions. This extension is a decent start but could use some updates and/or could see something with further integration specific to Beancolage.

Alternatively some shortcuts could be written into the beancount file itself and parsed to show run buttons, by parsing certain 'custom' directives within the beancount file.

I'm aware Fava does facilitate an "Import" button configured via import-config, but from personal experience I've found the import process usually more interactive rather than fully-automated to make use of it.

Feature Description:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant