Robert Riemann
Robert Riemann
@Raudius thanks for clarifying. The term "edit locally" would describe opening with Nextcloud client and also opening with webdav (in Libreoffice). If the option would be renamed to "Open with...
Thank you so much for this effort. I hope it can be merged soon! I also struggle with making it work with gitlab.
I eventually programmed some Ruby CGI code that receives a POST request and sends the the comment in a YAML file per email attachment. For just very few comments, this...
> Hi Robert, that seems like it would be a great solution for me. Very interested if you end up making that code public! Hi @kris-github-bot , please find my...
Hi all! Any updates on the 4.0 release?
> yeah, basically I would like to do something like: > > ``` > {% for entry in site.bibliography --query @*[year=2013] %} > > {{ entry.title }} > > ```...
I tried to add the markdown filter to make it work in this commit of my blog: https://github.com/rriemann/blog.riemann.cc/commit/e6d937db5bf321db1c40901e4226fa47f9b889c7 My bib file has doi fields e.g. `doi = {10.1007/978-3-319-58469-0_12},` that get...
The CSL default converts DOIs to links `https://doi.org/10.1007/978-3-319-59665-5_3`. So I think links should just work if the markdown filter is activated.
Is this now possible? The docs state that permalink must be provided always.
I guess the schema file is updated upon `rake db:migration`. The problem is, that this command files, because I do not have a proper developing environment. I have neither postgres...