Re: Change how BBEdit formats: remove line breaks after opening p and before /p?

2015-06-08 Thread Gustave Stresen-Reuter
I have been waiting patiently for years for this… thank you!

Ted

On Tue, Jun 9, 2015 at 12:33 AM Oliver Boermans boerm...@gmail.com wrote:


 On 6 June 2015 at 04:13, Patrick Woolsey pwool...@barebones.com wrote:

 defaults write com.barebones.bbedit
 HTMLParagraphMarkup_ParagraphsOnSeparateLines -bool NO


 Thanks!

 --
 This is the BBEdit Talk public discussion group. If you have a
 feature request or would like to report a problem, please email
 supp...@barebones.com rather than posting to the group.
 Follow @bbedit on Twitter: http://www.twitter.com/bbedit

 ---
 You received this message because you are subscribed to the Google Groups
 BBEdit Talk group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to bbedit+unsubscr...@googlegroups.com.
 To post to this group, send email to bbedit@googlegroups.com.


-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Change how BBEdit formats: remove line breaks after opening p and before /p?

2015-06-08 Thread Lawrence San
I usually want the P tags on the same line as the text, but occasionally I
want it on separate lines (the default), and I've set up BBEdit to do it
either way...

I didn't do anything in Terminal as Patrick describes, so if I use the
contextual menu Insert Tag and choose p, it puts the paragraph tags on
separate lines.

However, I also created a Clipping called p, and assigned it a keyboard
shortcut of control-option-command-P. (It shows up as a cap P in the
Clippings menu for some reason, although I don't actually hold down the
shift key.) This clipping surrounds any selected text with paragraph tags
on the same line as the text:

p#selectionorinsertion#/p
#inline#

I also created a similar clipping called p_class that also puts the
paragraph tags on the same line, plus a class placeholder:

p class=#placeholderstart#class#placeholderend##selectionorplaceholder
content#/p
#inline#

...and another called p_id that puts the paragraph tags on the same line,
plus an ID placeholder:

This way, depending on my overall formatting, I have a nice choice of how I
want the P tags to appear.

-- 
 This is the BBEdit Talk public discussion group. If you have a
 feature request or would like to report a problem, please email
 supp...@barebones.com rather than posting to the group.
 Follow @bbedit on Twitter: http://www.twitter.com/bbedit

 ---
 You received this message because you are subscribed to the Google Groups
 BBEdit Talk group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to bbedit+unsubscr...@googlegroups.com.
 To post to this group, send email to bbedit@googlegroups.com.

  --
 This is the BBEdit Talk public discussion group. If you have a
 feature request or would like to report a problem, please email
 supp...@barebones.com rather than posting to the group.
 Follow @bbedit on Twitter: http://www.twitter.com/bbedit

 ---
 You received this message because you are subscribed to the Google Groups
 BBEdit Talk group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to bbedit+unsubscr...@googlegroups.com.
 To post to this group, send email to bbedit@googlegroups.com.



-- 
Lawrence San
Business Writing: Santhology.com
Cartoon Stories for Thoughtful People: Sanstudio.com

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Change how BBEdit formats: remove line breaks after opening p and before /p?

2015-06-08 Thread Oliver Boermans
On 6 June 2015 at 04:13, Patrick Woolsey pwool...@barebones.com wrote:

 defaults write com.barebones.bbedit
 HTMLParagraphMarkup_ParagraphsOnSeparateLines -bool NO


Thanks!

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.