Core Framework
Core Framework is a visual CSS framework and design-token builder. Define colors, typography, spacing, layouts, components, utility classes, and custom styles in one project, then generate the CSS used by your WordPress site. The plugin and all included integrations are free and open source. There is no license activation and no paid feature gate. Features Visual framework and design-token editor Fluid typography and spacing scales Color shade and tint generation Utility classes, components, layouts, and custom stylesheets Project import and export Gutenberg integration Bricks integration Oxygen integration Figma synchronization Integrations Enable the integrations you use from Core Framework → Add-ons. Gutenberg, Bricks, Oxygen, and Figma support are included with the plugin; they are not separate paid add-ons. Marketplace The Core Framework Marketplace sells optional design kits and packs. Those content products are separate from the plugin and are not required to use any Core Framework feature or integration. External services Core Framework works without a Core Framework account or hosted Core Framework backend. It makes an external request only when an administrator explicitly asks for one: The bundled font catalog is local. Selecting or previewing a Google Font requests CSS from https://fonts.googleapis.com. Importing it also downloads font files from https://fonts.gstatic.com, after which WordPress serves the saved font files locally. Requests identify the selected font family and variants; as with any web request, Google receives connection information such as the site’s IP address and user agent. No Google API key or Google account is required. Google Terms of Service: https://policies.google.com/terms Google Privacy Policy: https://policies.google.com/privacy Direct Figma-to-WordPress synchronization connects the Figma plugin directly to the user’s own WordPress site using a connection key created by a site administrator. Project data is not routed through Core Framework servers. Remote project import is optional and runs only when an administrator pastes a shareable project link or project ID and submits it. WordPress then requests that project from https://us-central1-core-framework-6bdc9.cloudfunctions.net/getPreset. The request is made by the server rather than the browser, sends no credentials, and the endpoint is read-only: it returns a project only when its owner has marked it as public. Nothing is sent unless an administrator submits a link, and no account is required to import one. Apart from the requests listed above, the plugin’s administration interface, image previews, project storage, CSS generation, and included integrations do not load assets from Core Framework servers. Core Framework does not contact a licensing server and does not require account activation. Licensing Core Framework’s original source code is licensed under the MIT License. Bundled dependencies retain their own open-source licenses. The release archive includes third-party-notices.txt for adapted source and artwork and third-party-licenses.txt for the complete production dependency inventory.
Top keywords
- framework13×2.80%
- core11×2.37%
- core framework11×2.37%
- project9×1.94%
- google8×1.72%
- font5×1.08%
- https5×1.08%
- account4×0.86%
- administrator4×0.86%
- com4×0.86%
- css4×0.86%
- integration4×0.86%
WP Live CSS Editor
A CSS live Editor that allows you to preview realtime CSS changes and then save your changes. It saves dated backups of each save, so you can go back if it breaks, and you should erase backups once on a while. It’s a port from a Drupal module Live CSS http://drupal.org/project/live_css by guybedford http://drupal.org/user/746802 Now using ACE editor http://ace.ajax.org/ Tested on WordPress 3.6. But needs more testing ! =capabilities.php problem (not bug) SOLVED != Ok, now I did the correct thing and created an action to the wp_loaded hook to init the plugin, then, check whether the user can “erase themes” which is an Admin capability only, so the plugin only works if you are an admin. No need to modify the capabilities.php nor anything else. Some users have had problems in former 12.05 release with their site being inaccesible after installing the plugin. It all seemed to be part of the same problem with the capabilities.php file that is discussed here: https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_get_current_user-4?replies=32 It works nice and perfect for me, but still needs testing !!! Hola mundo ! Este plugin está basado en el módulo de [Drupal Live CSS] (http://drupal.org/project/live_css) de [guybedford] (http://drupal.org/user/746802) Es un editor de CSS que te permite editar en directo todas las hojas de estilo CSS de tu web, ver los cambios y guardar sobre la marcha. Está pensada para usarla al diseñar la web, por lo que conviene desactivarlo o desinstalarlo una vez terminada. Cada vez que se guardan los cambios se genera una copia de seguridad fechada, para que puedas volver atrás si hace falta. Utiliza ACE como editor. Sólo los administradores pueden usar el plugin. Importante !!! Hacer copia de respaldo de los archivos CSS antes de probarlo ! Aunque el plugin genera automáticamente copias de seguridad fechadas en el mismo directorio en que estén los archivos modificados, siempre conviene tener una copia del estado general de la cosa antes de empezar a trastear. Si no funciona al guardar o hacer la copia de seguridad aparece un mensaje con las rutas del archivo que se intentaba modificar, la de la copia de seguridad y tal vez un mensaje de error. Lo más seguro es que el problema sea de permisos. Los CSS que quieras editar deberían tener permiso de escritura 755. Instalación La instalación es la típica de cualquier plugin de wordpress. Desempaquetar el zip en wp-content/plugins, y listo. No hay que tocar los temas ni hacer nada más que activarlo desde el panel de administración. No tiene opciones ni página propia en el panel de administración. Probado en WordPress 3.3.2, tienes que ser un administrador para poder usarlo. Utiliza ahora el hook wp_loaded que arregla el problema de la versión anterior que se discutía aquí: https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_get_current_user-4?replies=32 Más información http://drupal.org/project/live_css Live CSS http://drupal.org/user/746802 guybedford http://drupal.org/user/78427 http://mozillalabs.com/skywriter/2011/01/18/mozilla-skywriter-has-been-merged-into-ace/ http://www.ajax.org/ http://ace.ajax.org/ https://codex.wordpress.org/AJAX_in_Plugins http://briancray.com/2009/08/19/wordpress-head-element/ http://www.devlounge.net/code/using-ajax-with-your-wordpress-plugin http://amiworks.co.in/talk/simplified-ajax-for-wordpress-plugin-developers-using-jquery/ http://drupal.org/project/cssedit Realtime CSS Editor http://drupal.org/user/78427 tjholowaychuk