From f24f2d15275961f1c0144e68fde75a60aeaaa165 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 23 Jan 2023 22:20:47 -0500 Subject: move to bear theme --- ...nder-image-links-directly-inside-adium.markdown | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/blog/2011-9-13-render-image-links-directly-inside-adium.markdown (limited to 'content/blog/2011-9-13-render-image-links-directly-inside-adium.markdown') diff --git a/content/blog/2011-9-13-render-image-links-directly-inside-adium.markdown b/content/blog/2011-9-13-render-image-links-directly-inside-adium.markdown new file mode 100644 index 0000000..c388e31 --- /dev/null +++ b/content/blog/2011-9-13-render-image-links-directly-inside-adium.markdown @@ -0,0 +1,23 @@ +--- +title: "Render image links directly inside Adium" +date: 2011-09-13T08:59:00Z +comments: false +url: /render-image-links-directly-inside-adium +tags: +--- + + + +Last night I delightfully discovered that Adium Message Styles are just html, css, and javascript rendered inside a webview. The next natural step was to write something in it, so I wrote a Message Style that tries to render any image link directly inline the conversation (campfire style). + +![](/images/blog/adium1.png) + +The code was written at midnight after a long day, so its not best. Basically, it's a setInterval that runs every 2.5 seconds that loops through all message elements, appending an img tag to the body of the message if an image link is detected. It also removes the processing class as to not reprocess the same messages. + +Installation is simple, just download:  + +[http://dl.dropbox.com/u/42561/Stockholm.AdiumMessageStyle.zip](http://dl.dropbox.com/u/42561/Stockholm.AdiumMessageStyle.zip) + +and extract into ~/Library/Adium 2.0/Message Styles (create if necessary). Then choose the TOP Stockholm theme (no idea why there are two entries), and close your chat window. It should be activated next time a chat window opens. + +![](/images/blog/adium2.png) -- cgit v1.2.3