All Projects → peterjohnhunt → wordpress-suite

peterjohnhunt / wordpress-suite

Licence: other
WordPress Suite is an ever expanding suite of Wordpress tools, accessible right from atom's interface!

Programming Languages

coffeescript
4710 projects
CSS
56736 projects

Projects that are alternatives of or similar to wordpress-suite

atom-hg
Mercurial support for Atom text editor. Works on Linux, Mac OS X and Windows.
Stars: ✭ 27 (+107.69%)
Mutual labels:  atom
xyz2graph
Convert an xyz file into a molecular graph and create a 3D visualisation of the graph.
Stars: ✭ 36 (+176.92%)
Mutual labels:  atom
atom-zurb-foundation
Zurb Foundation 6 for sites snippets.
Stars: ✭ 31 (+138.46%)
Mutual labels:  atom
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (+0%)
Mutual labels:  atom
love-atom
Smart autocompletion for the LÖVE framework in Atom.
Stars: ✭ 34 (+161.54%)
Mutual labels:  atom
atom-perl6-editor-tools
A collection of useful Perl 6 editor tools
Stars: ✭ 19 (+46.15%)
Mutual labels:  atom
atom-open-this
Open file under cursor like `gf`(Vim), `C-x C-f`(Emacs)
Stars: ✭ 20 (+53.85%)
Mutual labels:  atom
atom-django
Build Django apps faster with Atom.
Stars: ✭ 29 (+123.08%)
Mutual labels:  atom
atom-tree-view-sort
Add a sorting feature for the Atom tree-view package.
Stars: ✭ 24 (+84.62%)
Mutual labels:  atom
atom-ide-cpp
C/C++ language support for Atom-IDE
Stars: ✭ 34 (+161.54%)
Mutual labels:  atom
ninja-ui-syntax
Beautiful Atom syntax theme inspired by a Dribbble shot.
Stars: ✭ 17 (+30.77%)
Mutual labels:  atom
atom-linter-xo
Linter for XO
Stars: ✭ 90 (+592.31%)
Mutual labels:  atom
yolo-theme
Xcode Theme insipired from One Dark (Atom Theme) and Xcode Default Presentation(Dark) theme.
Stars: ✭ 24 (+84.62%)
Mutual labels:  atom
meta-extractor
Super simple and fast html page meta data extractor with low memory footprint
Stars: ✭ 38 (+192.31%)
Mutual labels:  atom
firewatch-syntax
A Firewatch inspired Atom red syntax theme
Stars: ✭ 48 (+269.23%)
Mutual labels:  atom
atom-genesis-ui
Custom UI theme for Atom text editor (retired)
Stars: ✭ 34 (+161.54%)
Mutual labels:  atom
set-syntax
An Atom package that creates easy Command Palette commands for setting the syntax of the current file
Stars: ✭ 24 (+84.62%)
Mutual labels:  atom
atomic-bohr-model
A d3 powered customizable and animated atomic bohr model
Stars: ✭ 27 (+107.69%)
Mutual labels:  atom
atom-ts-transpiler
A transpiler for Atom packages that processes code with TypeScript
Stars: ✭ 14 (+7.69%)
Mutual labels:  atom
perfect-ubuntu
js dev setup, just for fun
Stars: ✭ 14 (+7.69%)
Mutual labels:  atom

WordPress Suite

Summary

WordPress Suite is an ever expanding suite of WordPress tools, accessible right from atom's interface!


Installation

Atom Package: https://atom.io/packages/WordPress-suite

apm install WordPress-suite

Or Preferences ➔ Install ➔ Search for WordPress-suite

Features

General Features

Add Project Root

If you're working in a specific theme or plugin, this shortcut adds the main WordPress root folder to the sidebar.


Debug Watcher

Using atoms built in file watching, each WordPress site added to the TreeView will automatically be watched by atom.

Notifications

Notifications will automatically pop up for any changes in the debug log.

Debug Log | Notification

Open/Clear Debug Log

When a notification pops up you have the option to open or clear the debug log with just a push of a button! Clearing it will also hide all notifications currently related to that project.

Debug Log | Open / Clear

Pause and Resume Watching

suppress or resume any notifications of changes to the debug log on the current WordPress project.

Debug Log | Pause / Resume

Show and Clear recent notifications

show all the most recent notifications that were closed since the last time the debug log was cleared or clear the debug log, and remove any notifications related to the current WordPress project.

Mute / Unmute Notifications

If there is a reoccurring notification that you would like to mute, when it pops up, click the mute button in the bottom right to no longer see messages with this exact text.

Debug Log | Mute Notification

Show and Clear Muted Notifications

show or clear all the notifications that have been muted within the project

Stack Trace Links

In the event that WordPress prints an error and references where the error occurred, the path to the file will automatically be converted into a quick link to open the file in the editor directly to the specified line.


WP CLI

If WP-CLI is installed locally, additional context menu items will be available to manage and manipulate your WordPress projects.

  • wp-cli.yml configuration files
  • WordPress Setup (Database / Config / Install / Update)
  • Site Info (Post Types / Taxonomies / User Roles)
  • Clear Caches (Object / Permalinks / Transients)
  • Optimizations (Regenerate Thumbnails / Database / Checksums / Repair Database)
  • Import Files as Media
  • Plugin Administration (Activation / Deactivation / Info / Delete / Add Folder)
  • Theme Administration (Activation / Info / Delete / Add Folder)
  • WP-CLI Update Prompting

Smart Context Menu

When right clicking a WordPress project in the sidebar, you'll have a "WordPress Suite" dropdown which has lots of useful features including:

Menu Items

  • Add Root
  • Open Log
  • Clear Log
  • Update WordPress
  • Export Database
  • Import Database
  • Import As Media
  • Refresh
  • Setup
    • Full Setup
    • Download WordPress
    • Create Config
    • Install WordPress
  • Notifications
    • Show Recent
    • Clear Recent
    • Show Muted
    • Clear Muted
    • Enable
    • Disable
  • Debug Log
    • Pause Watching
    • Resume Watching
  • Utilities
    • Clear Everything
    • Reset Permalinks
    • Clear Rewrite Rules
    • Clear Cache
    • Clear Transients
    • Verify Checksums
    • Optimize Database
    • Repair Database
    • Regenerate Thumbnails
  • Info
    • Post Types
    • Taxonomies
    • Roles
    • Site Details
  • Plugins
    • Activate
    • Deactivate
    • Update
    • Delete
    • Info
  • Themes
    • Activate
    • Update
    • Delete
    • Info
  • Users
    • Delete
    • Info

Settings

WP-CLI Setup Settings

Site Setup Defaults Including:

  • Database Username
  • Database Password
  • Database Host
  • New Site URL
  • New Site Username
  • New Site Password
  • New Site Email
  • Database Export Filename

Release Notes

For release notes and version history, view the change log.


Issues / Additions

For any issues, additions or bugs, feel free to open an issue and include stack trace if applicable!

TODO

  • View Site (Open Link)
  • Delete Media File on Import

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].