Roneo.org

Results 75 comments of Roneo.org

[Jsonconnect](https://jsonconnect.com/) is based on [a fork of Jsonbox](https://github.com/jsonconnect/jsonconnect), it may suit your needs

For those wondering, Krat.es [is open-source](https://github.com/sumitkolhe/krates) and has a [pretty good documentation](https://docs.krat.es) It's also free to use. Here are [the limitations](https://docs.krat.es/limits/): > Krates is a Free to use service, and...

You can get the filename inserted with `$TM_FILENAME`. For example `"id: $TM_FILENAME"` Refer to [the doc for more information](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables)

Hi there, > Currently, I seem that it isn’t possible to download the PDF; am I wrong? The author of [this blog](https://suryathiru.github.io/cv), @SuryaThiru seemed to find the solution, maybe you...

I'm having a look right now. The relevant commit is here: https://github.com/SuryaThiru/portfolio/commit/dc1d16be49b0420df6127321e3370be1ba6be455 Note that the PDF url is hardcoded, I would like to avoid that. I'll report here if I...

> Firstly, indeed, the PDF URL is hardcoded into the `layouts/shortcodes/embed-pdf.html` This should be fixed with a `{{ .Get "url" }}` at the right place, I'll give a try in...

>> Firstly, indeed, the PDF URL is hardcoded into the layouts/shortcodes/embed-pdf.html > > This should be fixed with a `{{ .Get "url" }}` at the right place, I'll give a...

> Is the only files and folders to add locally? Yes that's it. I personally use Hugo's Theme Component, it's a little bit harder to set up but easier to...

> @RoneoOrg I tried as https://github.com/anvithks/hugo-embed-pdf-shortcode/issues/27#issuecomment-1200388792 but, unfortunately, it didn't work. More info could be useful to help debugging

Hi @anvithks , > If you can share the link to a plugin that is installed this way or if you can raise the PR then we can definitely explore...