Peter Baumgartner

Results 25 comments of Peter Baumgartner

Thanks for the hint. I would like to add about 7-8 icons. And I read an article [Using Font Awesome Icons in Hugo](https://www.client9.com/using-font-awesome-icons-in-hugo/) where the inclusion of icons in Hugo...

Yes. Your plugin created a new note with the name of the `.R` file, and inside this new note, the file was imported as an attachment.

When I downloaded [io.github.jackgruber.hotfolder.zip](https://github.com/JackGruber/joplin-plugin-hotfolder/files/9262008/io.github.jackgruber.hotfolder.zip) and unzipped it I got a **folder** with a manifest.json and an index.js file, but not a .jpl file, not `io.github.jackgruber.hotfolder.jpl`.

Thank you for your help and patience. I didn't know that macOS automatically untars `.zip` files by default. I had to use [The Unarchiver](https://macpaw.com/the-unarchiver), a third-party tool, to get the...

Ok, thank you. That's fine with me!

I believe that for replication, you must observe the order of turning on the plugins and if the Outline panel was active the last time. You can't test it anymore...

I want to support the feature request. > Well this feature is kinda available already as if you've signup on the site then the color of the article you'd visited...

No, I haven't tried it with older versions of ggplot2. Maybe it is a regression? As you can see in an SO post, [it worked several years ago](https://stackoverflow.com/questions/47025907/plotting-multiple-density-distributions-on-one-plot). @alexandra-wall reported...

It reports an error: ``` Error in func(x, ...) : unused arguments (xlab = "x axis", ylab = "y axis") ```

The following code now works perfectly: `ggfortify::ggdistribution(dnorm, seq(-3, 3, 0.1), mean = 0, sd = 1, xlab="x axis", ylab="y axis")` My former trial where I used the `labs()` function from...