I love BBEdit’s Preview filters. I have built a large set that will call my favorite Markdown convert Pandoc with proper templates, CSS etc. The Preview I get in BBEdit is exactly what I want, but I can’t easily store it as such – there is no “Save” icon in the toolbar, and all items in the Save menu are disabled when the Preview window is in front. The shortest route I could find is:
- open the inspector
- select the HTML (root) tag
- select “Copy” from the context menu
- open a new text window
- paste
- add the doctype
- save.
Doable, but it is seven steps where a simple “Save as…” should suffice.
Just to save time (I’m doing this a lot): Can anyone suggest an easy way to save the BBEdit Preview window content to a file?
(Preview in [Browser] won’t help, as this only applies the default filter for that file type, not the selected Preview filter.)
Thank you.