Eric Woolsey
Eric Woolsey
This would be incredibly useful for me. +1
Yeah agreed. This would be a killer feature. Api would likely look like this: ```sql SELECT add_dimension('my_table', by_list('my_column')); ```
If I could get a green light from the maintainer id be happy to start working on a PR. I imagine this should be pretty simple.
It is possible for the markdown part, but it’s much more work and quite a bit more error prone (I tried it and decided that it sucked haha). I think...
As well, if you would like to support obsidian style comment removal, then that should be done as a preprocessor as well since the comments can span multiple markdown events....
> just my 2cents > > I would go for something like > > ```no-hugo-export > secret content > ``` > using the existing markdown code fence syntax than introducing...
@zoni any thoughts on accepting this using a preprocessor? I truly think this is the correct approach. (see my reasons above).
> I'm sorry, but unfortunately no, this does not feel like the right approach to me. I'm not convinced of the necessity or value of preprocessors in general, and for...
Don't know much about the details, but perhaps [erased-serde](https://github.com/dtolnay/erased-serde) could be useful here if object safety is the issue? This would be an amazing feature.