I've made the changes required to add markdown to the list of supported files 'official', expect a plugin update soon with the changes. Looking through the code, it seems it isn't quite as simple as I first suggested, so your best bet is to hold on until the plugin update is out. Sorry about that.
On 12 August 2012 04:09, dbooster <[email protected]> wrote: > Thank you, Patrick. > > I did as you instructed, but it still doesn't work. I quit and restarted > QS, thinking it would help, but no. Do I have to force QS to somehow reload > the plugin? > > I have many apps that treat .md files special. Not in rendering, but they > do use syntax highlighting and rely on the extension to do that. > Specifically I am thinking of Byword, but there are others (TextMate, etc). > So renaming to a .md.txt extension isn't practical for me. > > > On Saturday, August 11, 2012 6:22:06 PM UTC+9, Patrick wrote: >> >> 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. >> > -- > 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.
