Patrick Kollitsch
Patrick Kollitsch
Reading this I would solve it via an action that uses `child_process` to run shell commands. https://stackabuse.com/executing-shell-commands-with-node-js/ The only thing that stands in the way for this solution is that...
I would add a complete "hook system" where we can reference scripts on several activities/events, but post-creation comes to mind first.
I have a specific use case in mind: I have a content type that is basically a youtube video. When creating that post I would want to retrieve that videos...
also sidenote: "your $title data items" will probably result in weird displays sometimes. Because the left column is always visible it would be nice to just have "data items" or...
I am testing around with this. I have the feeling that maybe `wireit` might have an influence here. I need to simplify my project ;) I always have the frontmatter.json...
You wrote > Interesting @davidsneighbour there is both a watcher and a VS Code listener bound to the frontmatter.json file. I'll try and see what is going on. Could it...
That actually works. I wonder if one can run this from outside of VSCode (maybe via npm scripts). We should close this issue as it's obviously just an issue in...
I'll try some sorting tomorrow.
@constverum was active in June last year, @mor10 much less but just some days ago. I would assume it's ready to be forked or get a new maintainership. It's probably...
How about an ignore system the way tools like [stylelint implements it](https://stylelint.io/user-guide/ignore-code/): - ignore following line - ignore on and ignore off for blocks (multiple lines) of code Sometimes there...