├── CONTRIBUTING.md └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please ensure your pull request adheres to the following guidelines: 4 | 5 | * Do not add paid or non-GPL compatible plugins. 6 | * Make an individual pull request for each suggestion. 7 | * Title should be capitalized. 8 | * Use the following format: `[Plugin name](link) text - By [Author name](link) - [[Contribute]](link)` 9 | * The pull request and commit should have a useful title. 10 | * The plugin author should be from or reside in Sweden 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Swedish Plugins 2 | 3 | A hand-picked bookmark collection of subjectively modern/interesting plugins for WordPress by Swedish people. 4 | Add your own (or someone elses) plugin by creating a Pull Request! Don't forget to check the [Contribution Guidelines](https://github.com/wpse/awesome-swedish-plugins/blob/master/CONTRIBUTING.md) first. 5 | 6 | * [Categories](#awesome-swedish-plugins) 7 | * [Custom fields](#custom-fields) 8 | * [Content management](#content-management) 9 | * [Security](#security) 10 | * [WooCommerce](#woocommerce) 11 | * [Miscellaneous](#miscellaneous) 12 | 13 | ## Custom fields 14 | 15 | * [Advanced Custom Fields: Fold Flexible Content](http://wordpress.org/plugins/acf-fold-flexible-content/) - A simple plugin for enhancing the Advanced Custom Fields Flexible Content Field. Collapsed flexible content panels and showing icons representing each field type. - By [Urban Sandén](https://twitter.com/urre) - [[Contribute]](https://github.com/urre/acf-fold-flexible) 16 | * [Advanced Custom Fields: Sites Field](https://wordpress.org/plugins/advanced-custom-fields-sites-field/) - Adds a `Sites` field type for the Advanced Custom fields WordPress plugin. By [Jonathan de Jong](https://profiles.wordpress.org/jonathandejong) 17 | * [Papi](https://wp-papi.github.io/) - Add custom fields and a better page type way of thinking to WordPress. - By [Fredrik Forsmo](https://twitter.com/frozzare) - [[Contribute]](https://github.com/wp-papi/papi) 18 | * [Simple Fields](https://wordpress.org/plugins/simple-fields/) - A Powerful Custom Fields Plugin for WordPress that enables you to add any type of fields to your posts and pages. - By [Pär Thernström](https://profiles.wordpress.org/eskapism/) and [Angry Creative](https://angrycreative.se) - [[Contribute]](https://github.com/bonny/WordPress-Simple-Fields) 19 | 20 | ## Content management 21 | 22 | * [Article List Manager](https://github.com/victorjonsson/Arlima) - Wordpress plugin suitable for online newspapers that's in need of a fully customizable front page. By [Christoffer Larsson](https://twitter.com/chredd), [Robert Sundelin](Robert Sundelin) and [Victor Jonsson](https://twitter.com/victor_jonsson) - [[Contribute]](https://github.com/victorjonsson/Arlima) 23 | * [Beautiful Taxonomy Filters](https://wordpress.org/plugins/beautiful-taxonomy-filters/) - Supercharge your custom post type archives by letting visitors filter posts by their terms/categories. This plugin handles the whole thing for you!. By [Jonathan de Jong](https://profiles.wordpress.org/jonathandejong) 24 | * [WP Users Media](https://wordpress.org/plugins/wp-users-media/) - WP Users Media is a WordPress plugin that displays only the current users media files and attachments in WP Admin. By [Damir Calusic](https://profiles.wordpress.org/webkreativ/) and [Stanislav Khromov](https://profiles.wordpress.org/khromov/) 25 | 26 | ## Security 27 | 28 | * [Simple History](https://wordpress.org/plugins/simple-history/) - View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more. - By [Pär Thernström](https://profiles.wordpress.org/eskapism/) - [[Contribute]](https://github.com/bonny/WordPress-Simple-History) 29 | * [User Mail Notification](https://wordpress.org/plugins/user-mail-notifications/) - Sends an email to all users in a specific role when a new post has been made. By [Jonathan de Jong](https://profiles.wordpress.org/jonathandejong) 30 | 31 | ## WooCommerce 32 | * [WooCommerce Pricefiles](https://wordpress.org/plugins/woocommerce-pricefiles/) - Generate pricefiles for listing your WooCommerce products on Prisjakt/PriceSpy and Pricerunner. - By [Peter Elmered](https://profiles.wordpress.org/pekz0r) - [[Contribute]](https://github.com/pelmered/WooCommerce-Pricefiles) 33 | 34 | ## Miscellaneous 35 | 36 | * [English WordPress Admin](https://wordpress.org/plugins/english-wp-admin/) - Lets admin users change their administration language to English. - By [Stanislav Khromov](https://profiles.wordpress.org/khromov/) - [[Contribute]](https://github.com/khromov/wp-english-wp-admin) 37 | * [WordPress Instant Articles](https://wordpress.org/plugins/instant-articles/) - Add a speed boost to your site by utilizing HTML5 technologies like DNS prefetching and page pre-rendering. - By [Stanislav Khromov](https://profiles.wordpress.org/khromov/) 38 | * [Thumbnail Upscale](https://wordpress.org/plugins/thumbnail-upscale/) - Enables upscaling of thumbnails for small media attachments. - By [Stanislav Khromov](https://profiles.wordpress.org/khromov/) - [[Contribute]](https://github.com/khromov/wp-thumbnail-upscale) 39 | * [Angry Creative Inspector](https://wordpress.org/plugins/angry-creative-logger/) - Inspects and logs possible issues with your WordPress installation. - By [Angry Creative](https://angrycreative.se/) 40 | --------------------------------------------------------------------------------