On Feb 02, 2017, at 19:13, Brian Forte <[email protected] <mailto:[email protected]>> wrote: >> Previously, I ran a terminal script that made markdown the default format >> for all new documents. > > The following worked for me several versions of BBEdit ago: > > $ defaults write com.barebones.bbedit DefaultLanguageNameForNewDocuments > -string "Markdown"
Hey Folks, If you look in the expert preferences in the Help (not the manual), you'll find the very same setting. # Change defaults write com.barebones.bbedit DefaultLanguageNameForNewDocuments -string "Markdown" # Read defaults read com.barebones.bbedit DefaultLanguageNameForNewDocuments # Delete defaults delete com.barebones.bbedit DefaultLanguageNameForNewDocuments It works perfectly with BBEdit 11.6.3 (397042) on my system and does not require that BBEdit be restarted. -- Best Regards, Chris -- 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]. Visit this group at https://groups.google.com/group/bbedit.
