Included .md files, maybe directory
I seem to have made the camel back breaking request for abbreviations in multimarkdown-4
*[HTML]: Hyper Text Markup Language
*[W3C] : World Wide Web Consortium
As such would it be possible to include a new feature, persistently included files. I'd like to tack on my abbreviation file at the end of everything Marked 2 processes.
I know I could add that as a cat
path/MMD_abbreviation.md
in pre-processor or that I can
<<[path/MMD_abbreviation.md]
but a global
MMD_abbreviation.md ( even multiple pre/post ) would be great.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 28 Apr, 2014 03:51 PM
Are you saying you want Marked to automatically look for such a file and
append it?
-Brett
2 Posted by Chris Majewski on 28 Apr, 2014 04:02 PM
Another good idea but I was thinking application global much like your handling of .css files.
Maybe it's a clone of the "Style" tab with the same:
* + / - * reveal * default include * track include changes * Some additional features relevant to includes
In the short term, however, I'd be ecstatic with a singular textbox ( or checkbox and "reveal" button ) in "Behaviour" that points to my default include. I can then <<[...] that one file to everything else.