Remi Peyronnet
Remi Peyronnet
When using on my system, I ran into the error in issue 8 (https://github.com/g2p/blocks/issues/8) ; I made the change suggested by wencheng in this thread and it worked ok, so...
Hello, It seems that the UserArtist result structure is not compatible with react-spotify-api expected result because it includes it in an artists toplevel object (https://developer.spotify.com/documentation/web-api/reference/#category-follow). It is annoying because loadMoreData...
Hello, Thanks for your plugin that was very useful to me for my Jekyll migration from WordPress. I have made some customizations that may interest some other users: - added...
Hello, a very small PR to have the most recent uploaded files in first positions. It is so useful when you have numerous static files. This is certainly not the...
This small PR adds the new_meta_defaults option to add new meta by default on new draft. I know that jekyll-admin handle defaults settings of jekyll, but it not very handy...
This PR adds a feature to get 'real' preview on the side of the editing window:  It simply embeds an iframe with the resulting page (as when you click...
SimpleMDE is quite a nice markdown editor, but the way it works is not compatible with spell checkers browser extensions like the great LanguageTool. Also, SimpleMDE does not seem to...
#### `force_show_drafts` On some cases you want to use multiple config files or `--drafts` command line switch that won't be properly detected by jekyll-admin. This flag can force jekyll-admin to...
A very simple PR to add support for a basepath of the website, to be removed from pathname before searching/creating GitHub discussion. It adds a `data-base-path` parameter. For a jekyll...
Hello, Thanks for your updates on miniweb. This is a very small PR to add SVG mime type and a GitHub action to build Windows version, and some doc on...