tag:danbooru.me,2005:/forum_topics/14229 [Userscript] DtextStyle 2017-07-19T21:20:15-04:00 tag:danbooru.me,2005:ForumPost/133898 2017-07-19T21:20:15-04:00 2017-07-19T21:20:15-04:00 @BrokenEagle98: The biggest enhancement with the latest update... <p>The biggest enhancement with the latest update is support for DText tables.</p><p>It was always a bit of a chore to construct a DText table without the assistance of a script. With the above function, you only need to copy/paste CSV text into the window, select it all, and then click the table button.</p><p>Example of CSV text:</p><pre>a,b,c 1,2,3 4,5,6 </pre> BrokenEagle98 /users/23799 tag:danbooru.me,2005:ForumPost/133781 2017-07-16T02:08:23-04:00 2017-07-16T02:08:23-04:00 @Sacriven: This is what I'm waiting for. Back then I... <p>This is what I'm waiting for. Back then I always wondering why Danbooru wasn't implementing features like RES (Reddit Enhancement Suite) to make DText more "expressive" and less time-consuming due to we have to manually open DText help page to see Bold/Italic/Underline codes etc. Finally, those days now ended.</p> Sacriven /users/397518 tag:danbooru.me,2005:ForumPost/133774 2017-07-15T23:51:02-04:00 2017-07-19T21:15:40-04:00 @BrokenEagle98: DtextStyle adds user interface controls to the... <p>DtextStyle adds user interface controls to the top of the textbox. Clicking them will add in various <a class="dtext-link dtext-wiki-link" href="/wiki_pages/help%3Adtext">DText markup</a>, e.g. [b], [i], [u], etc. They function in much the same fashion as the markup controls on GitHub.</p><h4>Installation</h4><ul><li>Chrome/Firefox: Install <a rel="external nofollow noreferrer" class="dtext-link dtext-external-link dtext-named-external-link" href="http://tampermonkey.net/">Tampermonkey</a> </li></ul><h5>Project page</h5><ul><li><a rel="external nofollow noreferrer" class="dtext-link dtext-external-link" href="https://github.com/BrokenEagle/JavaScripts">https://github.com/BrokenEagle/JavaScripts</a></li></ul><h5>Main script</h5><p><a rel="external nofollow noreferrer" class="dtext-link dtext-external-link" href="https://raw.githubusercontent.com/BrokenEagle/JavaScripts/stable/dtextstyle.user.js">https://raw.githubusercontent.com/BrokenEagle/JavaScripts/stable/dtextstyle.user.js</a></p><h4>Final</h4><p>There were several DText items that were left out, partly because I ran out of icons to use, and partly because some operate a little differently, such as the DText lists and headers.</p><p>If you have any suggestions for icons, or want to see something else added, please feel free to respond.</p><h5>Version info</h5><div class="expandable"> <div class="expandable-header"><input type="button" value="Show" class="expandable-button"></div> <div class="expandable-content"><ul> <li> <strong>Ver 4</strong>: Added support for DText tables</li> <ul> <li>It will transform CSV text into a DText table</li> <li>Also added wiki and tag search links</li> </ul> <li> <strong>Ver 3</strong>: Added hover text to buttons</li> <li> <strong>Ver 2</strong>: Initial commit</li> <li> <strong>Ver 1</strong>: Initial development<br> </li> </ul></div> </div> BrokenEagle98 /users/23799