Blog posts under the text editor tag https://webdevstudios.com/tags/text-editor/ WordPress Design and Development Agency Mon, 15 Apr 2024 16:04:24 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 https://webdevstudios.com/wp-content/uploads/2022/07/cropped-wds-icon.white-on-dark-60x60.png Blog posts under the text editor tag https://webdevstudios.com/tags/text-editor/ 32 32 58379230 Preparing for Gutenberg https://webdevstudios.com/2017/08/03/preparing-for-gutenberg/ https://webdevstudios.com/2017/08/03/preparing-for-gutenberg/#respond Thu, 03 Aug 2017 16:00:06 +0000 https://webdevstudios.com/?p=17413 Your WordPress editor is about to get a makeover! While the details aren’t complete yet, we know that soon, the way we edit our content in WordPress is going to change. It’s called the Gutenberg Editor, and the time has come for you to prepare for it. Typically when you log into your website, you go Read More Preparing for Gutenberg

The post Preparing for Gutenberg appeared first on WebDevStudios.

]]>
Your WordPress editor is about to get a makeover! While the details aren’t complete yet, we know that soon, the way we edit our content in WordPress is going to change. It’s called the Gutenberg Editor, and the time has come for you to prepare for it.

Typically when you log into your website, you go to a Post, Page, or other “thing” to add or edit text, images, and more. Central to your website experience is a the big blank Text Editor. Most of the stuff you want to show your users goes into this Text Editor. If your site has a bit more customization, you’ll have extra meta boxes to add extra bits of information and content. Whether it’s for SEO or linking to related resources, these meta boxes aren’t always displayed in the editor where they show up in your content. Heck, sometimes they don’t even show up in your content at all.

When you think about, it’s not the most intuitive way to deal with your content. How did we end up here? Years ago, the WordPress admin interface was revolutionary, if you wanted to publish and still own your content. Instead of having to learn HTML, you could simply enter a username/password, write, and show the world—totally friction-less. Just type, publish, and it went live.

As website complexity has grown and site owners have figured out how visitors use websites, our understanding of content has expanded well beyond just a wall of text and a picture. Content, these days, can be relationships to other posts and products, supporting images, sales pipelines, tutorials, forms, and a billion other things. Essentially, web publishing has outgrown the humble Text Editor view. WordPress agencies and plugin developers have been dealing with this by bolting on meta boxes as needed.

WordPress core developers see this Frankenstein approach as problematic. The solution is Gutenberg. Named after Johannes Gutenberg, who invented a printing press with movable type more than 500 years ago, the Gutenberg Editor is very much beta software. Each point (0.0.x) release of Gutenberg has significant changes and improvements over the previous, so it’s difficult at this point to see where it will end up. Because the developers are seeking active feedback, each update polishes the user experience a bit more. However, we’re still months from Gutenberg being part of WordPress core. So, expect many more changes before all the dust settles.

Gutenberg is an attempt to make the editing experience feel a bit more logical. This is accomplished by treating everything as a block. Ideally, this will make the task of creating content much more intuitive (and heck maybe even fun?). One of the biggest changes that hasn’t been accounted for in Gutenberg is what to do with all of the “legacy meta boxes.” In some cases, they’ll make sense as a block that is added to the content. But some meta isn’t necessarily something you’ll need to display. That kind of content doesn’t fit in the Gutenberg block model.

We expect Gutenberg will ship in WordPress 5.0. That’ll probably be in the second quarter of 2018. In the meantime, it will be important to stay on top of both WordPress core and plugin updates as some of the groundwork for dealing with Gutenberg will be laid before it’s available in the backend. Start thinking about the metadata you use in your posts. Unlike when Facebook changes the interface, WordPress is giving us a huge amount of notice. If you need help in either of these areas, reach out to experts at Maintainn. They’re actively preparing for Gutenberg and are fluent in all things WordPress.


Photo by Bruno Martins on Unsplash

The post Preparing for Gutenberg appeared first on WebDevStudios.

]]>
https://webdevstudios.com/2017/08/03/preparing-for-gutenberg/feed/ 0 17413
Brackets.io, How I Love Thee https://webdevstudios.com/2015/04/29/brackets-io-love-thee/ https://webdevstudios.com/2015/04/29/brackets-io-love-thee/#comments Wed, 29 Apr 2015 14:26:34 +0000 http://webdevstudios.com/?p=11078 Let me count the ways… I have been having a great time testing Brackets.io, the open source text editor by Adobe. Ever since switching from Espresso to Sublime Text, I have missed many of the preview features in Espresso…and then along comes Brackets. Extract for Brackets (preview) By far, this is my favorite feature and the Read More Brackets.io, How I Love Thee

The post Brackets.io, How I Love Thee appeared first on WebDevStudios.

]]>
Let me count the ways…

I have been having a great time testing Brackets.io, the open source text editor by Adobe. Ever since switching from Espresso to Sublime Text, I have missed many of the preview features in Espresso…and then along comes Brackets.

Extract for Brackets (preview)

By far, this is my favorite feature and the one that makes it stand out from existing code editors. If you have a Creative Cloud account, your Creative Cloud Files folder is available in Brackets–which enables you to quickly extract the text properties, colors, dimensions, gradients, and more, and turn that into code within your CSS file. You can also extract image assets from the PSD file right within Brackets keeping you in one application for a more efficient workflow.

Extract for Brackets (preview)

Live Preview

Live Preview enables you to make changes to a file and see them in the browser, similar to Live Reload. I am using a Grunt watch task here in order for the Sass to be compiled, which is why there is a lag. If I was coding straight HTML/CSS it would show up instantly.

Brackets Live Preview

Helpful Extensions

There are so many amazing extensions already available to make Brackets even better.

Below, I’ve included a list of the ones I have installed:

Extract for Brackets (Preview)

Like I described above, the Extract for Brackets extension provides the functionality of Extract right inside Brackets. Extract design information and assets from a design comp via contextual code hints for CSS.

Brackets Git

These days, I work within the terminal, but boy, does Brackets make it really easy to just check a few boxes and hit “Commit.” There are a surprising amount of Git commands you can run as well, such as creating and switching branches, setting up your own keyboard shortcuts and more. Definitely worth using for some quick commit and continue work.

Brackets Git extension screenshot

Grunt for Brackets

Run a Grunt command with the click of a button. Grunt for Brackets makes it simple to select which command you’d like to run, as well as ending a watch command.

brackets grunt

Monokai Dark Soda

Monokai Dark Soda color scheme is one of the most loved themes out there.

Monica Dark Soda Theme

Brackets CSS Color Preview

Preview the colors within CSS file.

Brackets color highlight

Brackets Dash

Adds Dash integration with Brackets. Requires Dash and OSX.

Brackets Font

This extension displays SVG, TrueType, OpenType and WOFF fonts.

Better quotes for Brackets

Make quotes work more like they do in Sublime. If text is selected and ‘ is pressed the selection will be wrapped in quotes.

Brackets Snippets (by edc)

Imitate Sublime Text’s behavior of snippets.

Brackets WordPress Hint

This extension will provide hints/auto-completing for writing WordPress Themes and Plugins.

colorHints

Show colors you used in your CSS file before as code hints.

Brackets color hints

Extension Highlighter

brackets extension highlighter

File extension colors in Brackets’ file tree.

Gist Manager

Create and view Github Gists within Brackets. (View > Show Gists Manager)

SASSHints

Autocompletion for SASS/SCSS variables.

Simple To-Do

Simple to-do list for Brackets. Tasks can be stored in text files or Trello.

SVG Preview

Live preview SVG files in an inline panel while you edit them. Click in SVG to jump to corresponding code.

ToggleCase

Toggle the case of the current word.

Time to Switch?

Maybe. I do have some items on the wish list including:

  • Faster search (when searching more than 1 file)
  • Split view option for Extract
  • Extract to check to see if which variables exist, and use those first (some sort of variable settings/mapping)
  • Color highlighting of variables used throughout the sass partials, and not just in the file declared.

It looks like they’ve been working on some great upcoming features. Using Extract and the built-in Grunt and Git has certainly saved me time from switching back and forth between applications. If you haven’t tried Brackets (since the 1.2 release), I definitely recommend spending a few weeks with it. You won’t be sorry.

The post Brackets.io, How I Love Thee appeared first on WebDevStudios.

]]>
https://webdevstudios.com/2015/04/29/brackets-io-love-thee/feed/ 12 11078