Maciej Matczak
Maciej Matczak
I would love to have directories act as nodes in a graph. Currently I have my knowledge organized as: ```text knowledge/ dev/ python/ profilers.md ``` ... and so on, but...
I would like to have directories as a first class citizen in note taking system. But you can nest folders, but not tags - tags are flat. What about using...
Thanks guys, comments appreciated. My comment here might be a bit off topic. Main "folders in graph" is #452. BTW, "first draft" - it's implementation or functional spec / results...
Yup, that's actually what I mentioned in #111 :)
My 2c after some time :) This works pretty well in my internal solutions. More tools can use it, like release automation, etc. It would be fun if Github CLI...
> If you only want to bump the files without performing any git actions or running the hook commands, use the --only-patch option. Someone might still want to use hooks...
> Currently there's no way to tell tbump to both patch the files and run the tbump hooks - maybe you can open a different issue for that? Sure I...
Let me rephrase. So as of today, `--only-patch` means truly only patch. That should remain untouched. But it fixes my problem of _not_ using git, as there is no other...
Well, just a filename exactly as it is stated in the docs for singular FileField: https://wtforms.readthedocs.io/en/stable/fields.html#wtforms.fields.FileField Currently field.data is list of file names, that's why regexp validator fails.
@tjdavis3, I just got back to reviewing functionality of this plugin to check whether it's worth using it or symlinks in my "build system" are enough for now ;) You...