<?xml version='1.0' encoding='utf-8' ?>

<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom10='http://www.w3.org/2005/Atom'>
<channel>
  <title>spinda&apos;s dreamwidth</title>
  <link>https://spindas.dreamwidth.org/</link>
  <description>spinda&apos;s dreamwidth - Dreamwidth Studios</description>
  <lastBuildDate>Tue, 23 Feb 2016 01:39:29 GMT</lastBuildDate>
  <generator>LiveJournal / Dreamwidth Studios</generator>
  <lj:journal>spindas</lj:journal>
  <lj:journaltype>personal</lj:journaltype>
  <image>
    <url>https://v2.dreamwidth.org/10984319/2331049</url>
    <title>spinda&apos;s dreamwidth</title>
    <link>https://spindas.dreamwidth.org/</link>
    <width>100</width>
    <height>100</height>
  </image>

<item>
  <guid isPermaLink='true'>https://spindas.dreamwidth.org/2452.html</guid>
  <pubDate>Tue, 23 Feb 2016 01:39:29 GMT</pubDate>
  <title>A better rich text editor for Dreamwidth</title>
  <link>https://spindas.dreamwidth.org/2452.html</link>
  <description>&lt;p&gt;For whatever reason, Dreamwidth’s default rich text editor (built on an old version of FCKEditor) hides a lot of the available toolbar buttons. I’ve written a quick userscript that enables all available buttons in the editor, and also increases the height a bit to make writing more pleasant. I’ve tested it on Firefox with GreaseMonkey; presumably it should work on Chrome/Chromium as well.&lt;/p&gt;



&lt;pre class=&quot;prettyprint&quot;&gt;&lt;code class=&quot;language-javascript hljs &quot;&gt;&lt;span class=&quot;hljs-comment&quot;&gt;// ==UserScript==&lt;/span&gt;
&lt;span class=&quot;hljs-comment&quot;&gt;// @name        Better Dreamwidth Editor&lt;/span&gt;
&lt;span class=&quot;hljs-comment&quot;&gt;// @namespace   betterdweditor&lt;/span&gt;
&lt;span class=&quot;hljs-comment&quot;&gt;// @include     https://www.dreamwidth.org/update?usejournal=spindas&lt;/span&gt;
&lt;span class=&quot;hljs-comment&quot;&gt;// @include     https://www.dreamwidth.org/editjournal*&lt;/span&gt;
&lt;span class=&quot;hljs-comment&quot;&gt;// @version     1&lt;/span&gt;
&lt;span class=&quot;hljs-comment&quot;&gt;// @grant       none&lt;/span&gt;
&lt;span class=&quot;hljs-comment&quot;&gt;// ==/UserScript==&lt;/span&gt;

window.onload = &lt;span class=&quot;hljs-function&quot;&gt;&lt;span class=&quot;hljs-keyword&quot;&gt;function&lt;/span&gt; &lt;span class=&quot;hljs-params&quot;&gt;()&lt;/span&gt; {&lt;/span&gt;
  &lt;span class=&quot;hljs-keyword&quot;&gt;var&lt;/span&gt; frame = document.getElementById(&lt;span class=&quot;hljs-string&quot;&gt;&apos;draft___Frame&apos;&lt;/span&gt;);
  frame.onload = &lt;span class=&quot;hljs-function&quot;&gt;&lt;span class=&quot;hljs-keyword&quot;&gt;function&lt;/span&gt; &lt;span class=&quot;hljs-params&quot;&gt;()&lt;/span&gt; {&lt;/span&gt;
    document.getElementById(&lt;span class=&quot;hljs-string&quot;&gt;&apos;draft___Frame&apos;&lt;/span&gt;).style.height = &lt;span class=&quot;hljs-string&quot;&gt;&apos;600px&apos;&lt;/span&gt;;
  };
  frame.src = &lt;span class=&quot;hljs-string&quot;&gt;&apos;https://www.dreamwidth.org/stc/fck/editor/fckeditor.html?InstanceName=draft&amp;amp;Toolbar=Default&apos;&lt;/span&gt;;
};&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=spindas&amp;ditemid=2452&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://spindas.dreamwidth.org/2452.html</comments>
  <category>dreamwidth</category>
  <category>tweaks</category>
  <category>web</category>
  <category>userscripts</category>
  <category>snippets</category>
  <lj:music>Mr Explicit, Balistik - Philadelphia Sunrise (Utah Jazz Remix)</lj:music>
  <lj:mood>busy</lj:mood>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
</channel>
</rss>
