Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamfridh/pattern_friend
WordPress plugin that extends the default Gutenberg
https://github.com/williamfridh/pattern_friend
wordpress wordpress-development wordpress-gutenberg wordpress-gutenberg-block-plugin wordpress-gutenberg-pattern-plugin wordpress-plugin wordpress-plugin-development
Last synced: 3 months ago
JSON representation
WordPress plugin that extends the default Gutenberg
- Host: GitHub
- URL: https://github.com/williamfridh/pattern_friend
- Owner: williamfridh
- License: gpl-2.0
- Created: 2024-05-31T17:52:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T20:19:14.000Z (4 months ago)
- Last Synced: 2024-09-26T14:24:28.455Z (3 months ago)
- Topics: wordpress, wordpress-development, wordpress-gutenberg, wordpress-gutenberg-block-plugin, wordpress-gutenberg-pattern-plugin, wordpress-plugin, wordpress-plugin-development
- Language: CSS
- Homepage:
- Size: 999 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=== Pattern Friend ===
Contributors: qoncer
Donate link: https://www.paypal.com/donate/?hosted_button_id=QUR3W7XU9KFF8
Tags: editor, pattern, responsive, design, layout
Requires at least: 6.5.3
Tested up to: 6.6.1
Stable tag: 1.2.2
Requires PHP: 7.3.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.htmlExtends the Gutenberg block editor with addtional functionality with lightweight code.
== Description ==
This plugin extend the default Gutenberg block editor with functionality often required for a better user experience. It's build to be lightweight, simple to use, and most importantly, stable troughout updates.
**Key Features:**
1. Makes each block hidable on mobile, tablet, and desktop.
2. Adjustable thresholds for different devices.
3. Hidable groups, rows, and stacks that stay hidden for a set amount of time.*Note that this plugin can adds additional attributes to blocks which will not be removed upon uninstall as this can risk damaging post data.*
== Frequently Asked Questions ==
= Can you use this to hide a menu on mobile devices? =
Yes. With this plugin, you can adjust what blocks to be displayed on certain devices in the appearance editor.
= Is it GDPR friendly? =
Yes. The plugin only makes use of the devices local storage to keep track of what groups have been hidden.
== Screenshots ==
1. The options page where the user can modify thresholds and devices and enable sticky header for certain themes.
2. Elements can be assigned when to be hidden, and groups/rows/columns can be made hideable.
3. To hide an element you assign this to a button that hides it for a certain amount of time.== Changelog ==
= v1.2.2 =
* Changed option name prefixes.
* Changed transient name prefixes.
* Added a button to read the generated CSS files.
* Added warning to notify user about missing theme.json to alarm about possible non-working functions.= v1.2.1 =
* Added button to load default threshold resolutions.
* Refactoring code and changing folder structure.
* Added form loading and success indicator
* Added uninstall script to clear up options.
* Added a update function thats called upon plugin update to generate new options and CSS files.
* Refined descriptions for attributes.
* Improved input filters.= v1.2.0 =
* Added hidable group, row, and stack functionality.= v1.1.0 =
* Added sticky header support.= v1.0.0 =
* Initial release== Upgrade Notice ==
= v1.2.2 =
* More stable thanks to more unique prefixes.
* Better debugging.= v1.2.1 =
* Added functionality and improved overall plugin quality.= v1.2.0 =
* Additional functionality.= v1.1.0 =
* Additional functionality.