I'm just looked into this, and you're right, it doesn't work for markdown files. You can fix the problem by going opening ~/Library/Application Support/Quicksilver/PlugIns/com.blacktree.Quicksilver.QSTextManipulationPlugIn.7D.qsplugin/Contents/Info.plist
then going into QSActions > QSTextAppendReverseAction > directFileTypes and adding "md", "mdown", "markdown" etc. I've looked into fixing this properly, and short of us adding a possibly infinite list of items to the 'directFileTypes' array I mention above, there isn't really a proper way. .md, .mdown and .markdown aren't real file extensions, and supposedly the correct thing to do is to name your file something.md.txt Since they're not real file extensions, there's no way for OS X to know they are text files, and hence no way for Quicksilver to make the "Append Text..." action available for them. On 11 August 2012 04:56, dbooster <[email protected]> wrote: > Ok, after more playing I seem to have gotten it to work, but only for .txt > files. It doesn't work for .md files, even though they are just txt with a > different extension. Maybe I've gone completely crazy, but I could swear I > used to append to .md files with no issues. > > > On Saturday, August 11, 2012 12:07:34 PM UTC+9, dbooster wrote: >> >> I just updated to Mountain Lion (did a clean install of Lion only days >> prior and then upgraded on top a few days later when it was released). >> First thing I installed was Quicksilver, the latest version b69 3932. But >> suddenly append to file isn't working for me. It doesn't complain or offer >> any errors, but when I open the txt file to check on the result, nothing >> was pasted in. >> >> Is this a known bug? >> > -- > You received this message because you are subscribed to the Google Groups > "Quicksilver" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/blacktree-quicksilver?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.
