Tuesday, November 25, 2014

Implementing TitleCapitalization in StackEdit

While working on posts for the PHP Channel here at SitePoint, I often forget how to properly capitalize titles. I usually end up going to TitleCapitalization for the quick fix, but I often fantasize about having a button next to StackEdit’s title field for a quick auto-apply. Well, we’ve already covered getting a local instance (or several) of StackEdit up and running. Why not build the button, too?


03

Getting Ready


To prepare for the upgrade, we need to check out a local copy of StackEdit. I will, of course, be using my trusty old Homestead Improved box, just like here. You can use your own Linux OS, it’s up to you, but this is definitely simplest.


[code] git clone http://ift.tt/1vcf90w hi_stackedit cd hi_stackedit vagrant up vagrant ssh [/code]

Once inside the VM, we clone StackEdit.


[code] cd ~/Code git clone http://ift.tt/14DWIYx cd stackedit npm install --no-bin-link [/code]

Continue reading %Implementing TitleCapitalization in StackEdit%




by Bruno Skvorc via SitePoint

No comments:

Post a Comment