Re: How to get rid of <##> with tags?

2021-02-15 Thread Ryan Dotson
Off-hand, I’m not sure if you can get rid of those, but they do offer 
convenience. Press the Tab key to select the <##> marker and enter your 
text (or delete it).

rd.

omn...@gmail.com wrote:

> When working with tags then BBEdit helps, but also it produces this  <##>.
>
> In css
> color: <##>; .
>
> or html.
>
> Where is the setting to do so, so I just get for example
>
> 
>
> instead of
>
> <##>.
>
> /
>
> with best regards, Omar KN, Stockholm, Sweden
>
>
>

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/04d81860-240a-4867-9601-c636fe264ccbn%40googlegroups.com.


Re: BBEdit for Writers

2020-05-04 Thread Ryan Dotson

Gerald–

On 4 May 2020, at 11:56, you wrote:


Is there a way to have multiple sets of pref settings?

ie, a group or profile, if you will, type of storage that saves 
settings
for this activity I want to do, then when I want to do php, html, and 
such
I can change them by choosing my profile settings instead of checking 
and

unchecking the entire list of settings every-time?


You can adjust most settings on a per-language basis in preferences. See 
the Languages pane, ‘Language-specific settings’.


If you need more granularity, like settings on a per-directory basis, 
investigate EditorConfig settings. You can learn more in Chapter 3 of 
the manual or at 


rd.

--
This is the BBEdit Talk public discussion group. If you have a feature request or need 
technical support, please email "supp...@barebones.com" rather than posting here. 
Follow @bbedit on Twitter: 
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/29B597FB-2844-431A-ADF2-807FE4D2C0C0%40gmail.com.


Re: Blogging Setup

2020-03-04 Thread Ryan Dotson
There are a couple of ‘expert’ preferences that I expect will make life 
better for you.

> - Settings to make BBEdit a simple markdown editor (I want Markdown to be
> the primary document type).

defaults write com.barebones.bbedit DefaultLanguageNameForNewDocuments 
-string "Markdown"

> - How to save my post as a .md file.

You can add the extension as you like, but to make it the default for 
Markdown files:

defaults write com.barebones.bbedit PreferredFilenameExtension\_Markdown 
-string "md"


> - How to setup BBEdit to open within a folder I use to save my posts (It 
is
> in my Dropbox but for all intents and purposes it is just a folder in
> Finder).

You could probably come up with a script that would do this, but if you use 
Default Folder, it could take care of it I believe.

> - Anything I may be missing to make my writing experience distraction free
> and painless.

You can customise the display and editor on a per-language basis in the 
Languages preferences pane. For example, I have soft wrapping to window and 
typographer’s quotes turned on for Markdown, but not in editor defaults. 
Because I don’t use curled quotes at work, and I want to end files with a 
newline, I use an EditorConfig profile to change those settings on a 
per-directory basis.

You can also customise the display and turn off any irrelevant or 
‘distracting’ parts of the navigation and text status bars.

rd.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/ef964605-0584-4997-8d59-e1b00dfadbef%40googlegroups.com.


Re: Help menu ?

2019-09-24 Thread Ryan Dotson

On 24 Sep 2019, at 18:13, Jean-Christophe Helary wrote:

I'm trying to use it as a way to call commands hidden in menus that 
either don't come with a shortcut or have a shortcut I don't remember.


The Go → Commands… function (⇧⌘U) sounds like what you want. 
Give it a try?


rd.

--
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email

"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/5E83A93A-AF78-4F3B-8216-10429440A201%40fastmail.fm.