Martin Helm

Results 9 comments of Martin Helm

I also just stumbled over this issue. I initially had defined the method as a field = NULL in the super class and defined the according method in the subclass....

I also did struggle a bit with it. It comes down to replacing special characters that the plugin needs to do to get valid file names. This is a bit...

@kristianberge A bit late to the issue, but you can at least get down to 2 steps by modifying the cite template a bit. I use the following , which...

I have the same issue. The new website snapshot feature of Obsidian is awesome, I would really love to be able to import the annotations into Obsidian as well. But...

Thanks a lot @FeralFlora that works brilliantly for me

I would also be very interested in having a sticky ToC, do you have any updates?

@catalamarti I was facing the same issue before and there is some documentation on how to extend tibbles here: https://dplyr.tidyverse.org/reference/dplyr_extending.html There they also state that for example `dplyr::group_by` and `dplyr::ungroup`...

@catalamarti Took some time to write my article due to a lot of things going on, but if it still helps you, here it is: https://www.bio-ai.org/blog/extending-tibbles/

I just faced the same issue and fixed it by copying some things from the `series-sidebar.html` layout to `single-sidebar.html`. 1. Copy `single-sidebar.html` from `themes/hugo-apero/layouts/blog` to `layouts/blog` 2. Add the following...