Auto format/insert markdown formatted bulleted points

2012-03-17 Thread KG
nValt, a fork of Notational velocity has this pretty neat feature, where if i have bulleted list i'm writing in markdown e.g: + this is the first point + this is the 2nd point + this is the 3rd point | "cursor position" at Cursor position, if i hit the enter key, it automatically indents to th

auto insert next point in Markdown formatted list

2012-03-17 Thread KG
*(reposting cause not sure if my previous post went up. thank you new google groups!)* nValt 2.2 has this really cool feature where if you have a markdown list like so: + point 1 something + point 2 something more + point 3 woh.. | hitting the enter key at the cursor position automatically i

Re: Auto format/insert markdown formatted bulleted points

2012-03-17 Thread KG
u the man Chris! On Saturday, March 17, 2012 10:19:10 PM UTC+3, Christopher Stone wrote: > > On Mar 17, 2012, at 13:56, KG wrote: > > nValt, a fork of Notational velocity has this pretty neat feature, where > if i have bulleted list i'm wri

Re: Migrating from TextMate to BBEdit

2012-03-18 Thread KG
In the spirit of sharing again, I've written some macros with Keyboard Maestro that try to emulate Textmate's Auto-pairing / matching. Details in my blog post : http://journal.kaush.co/453/true-textmate-like-auto-pairing-with-bbedit-using-keyboard-maestro Cheers. On Tuesday, July 27, 2010 10

Re: Insert Next List Item

2012-03-26 Thread KG
Hey Christopher, Just a minor request to your existing script. This works fantastically if you line starts with the bullet. Assuming you have some indentation like 4 tab stops and then the bullet, the script stops. I made a couple of mods to the script as follows: -

Re: Insert Next List Item

2012-03-27 Thread KG
ttle late for that I suppose, > but others might find it useful. > > http://www.angelwatt.com/words/2011/04/11/bbedit-smart-newline-open-line/ > > -Kendall > > On Mar 26, 4:45 pm, KG wrote: > > Hey Christopher, > > > > Just a minor request to your existi

Re: Insert Next List Item

2012-03-27 Thread KG
f the original > discussion question, though this is a little late for that I suppose, > but others might find it useful. > > http://www.angelwatt.com/words/2011/04/11/bbedit-smart-newline-open-line/ > > -Kendall > > On Mar 26, 4:45 pm, KG wrote: > > Hey

Re: Insert Next List Item

2012-03-30 Thread KG
it used. >> It would be very easy to add though to the code. Just edit the section >> "Check for lists" and add \\+ to the two regex finds. It has to be escaped >> since it's a special character for regex. I'll make an update when I get a >> chance, p

Re: QuickCursor (aka "Edit in BBEdit anywhere")

2012-04-06 Thread KG
QuickCursor is awesome but If you want a similar solution with Keyboard Maestro, written a version here: http://journal.kaush.co/500/open-with-bbedit-aka-quickcursor-using-keyboard-maestro Obviously lacks the polish of QuickCursor, but with KM you can get a more customized solution. Also this