Hi,

I just started playing with BBEdit clippings a bit and ran into a problem.

I have a custom log file in markdown format that looks something like this:

*2013-10-27:*

- did this task
- did that other task

*2013-10-26:*

- blah blah blah

I have a clipping called "New Log Entry" that looks like this:

*#datetime yyyy-mm-dd#:*

- #insertion#


Note that there are two blank lines after the #insertion#.

I'd like to be able to put my cursor just before the most recent entry (e.g. 
just before *2013-10-28:* above), trigger the clipping and have it insert a new 
entry ready for editing. Instead I get something like this:

*2013-10-28:*

- *2013-10-27:*

- did this task
- did that other task

*2013-10-26:*

- blah blah blah

How can I get BBEdit to include the blank lines when inserting the clipping?

Thanks,

Craig

P.S. I tried $ defaults write com.barebones.bbedit 
Glossary:IgnoreTrailingReturns -bool <YES | NO> both ways and it didn't seem to 
make any difference.

-- 
Craig Heilman
Bugaboo Software - Software Engineering & Consulting
http://www.bugsoft.com/



-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"[email protected]" 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 [email protected].
To post to this group, send email to [email protected].

Reply via email to