<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/simplyhtml/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/simplyhtml/feature-requests/</id><updated>2012-05-31T17:00:31Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>SimplyHtml Update - Hyperlinks</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/16/" rel="alternate"/><published>2012-05-31T17:00:31Z</published><updated>2012-05-31T17:00:31Z</updated><author><name>Luis Robles</name><uri>https://sourceforge.net/u/luisrrb/</uri></author><id>https://sourceforge.net9db6deb1bc044f6ce26216c58c0158eb5b4638f8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am deeply studying the choice of FreeMind as a tool for my work (I am a teacher), not only for me, also for my pupils. Besides common hyperlink systems, that I already know, I do need to include hyperlinks into richtext nodes.&lt;/p&gt;
&lt;p&gt;I know that is possible to open hyperlinks from SimplyHtml text. But the only way to write them is to do it as HTML code, which is a crazy method.&lt;/p&gt;
&lt;p&gt;My request is to INCLUDE an hyperlink creation option in SimplyHtml editor, as modern versions of SimplyHtml have.&lt;/p&gt;
&lt;p&gt;Thanks! -:)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add support for embeded images (binary64)</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/15/" rel="alternate"/><published>2010-11-03T09:04:11Z</published><updated>2010-11-03T09:04:11Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net54c906b80d3b2f521848c486bc7914f148736abc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;example of GIF embeded&lt;br /&gt;
&amp;lt;img src="data:image/gif;base64,R0lGODlhEAL"/&amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Special symbols or special characters - dialog</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/14/" rel="alternate"/><published>2009-08-12T14:05:30Z</published><updated>2009-08-12T14:05:30Z</updated><author><name>Daniel Polansky</name><uri>https://sourceforge.net/u/danielpolansky/</uri></author><id>https://sourceforge.net42343f9924612009eec9b6fba47a1c71c12fd333</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Feature request: There should be a dialog for selecting arbitrary unicode symbols or characters.&lt;/p&gt;
&lt;p&gt;A model: OOo Writer, menu item: Insert &amp;gt; Special Symbols&lt;/p&gt;
&lt;p&gt;--Dan&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Spell checking</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/13/" rel="alternate"/><published>2008-12-10T14:25:37Z</published><updated>2008-12-10T14:25:37Z</updated><author><name>Chris_York</name><uri>https://sourceforge.net/u/userid-1914317/</uri></author><id>https://sourceforge.netbed369eefeece26b4500d71133c51c7822cbbef7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I've asked about this for Freemind 0.9, but apparently there is a freeze on feature requests... Personally, I think that without spell checking all the other features are just gizmo's.&lt;/p&gt;
&lt;p&gt;Maybe Simply HTML could incorporate a spell checking feature that could then be used with freemind?&lt;/p&gt;
&lt;p&gt;In my naivety, I was wondering if something like the Firefox dictionary add-on might work, or be adaptable? There's bound to be some major flaw in this suggestion, but I'm thinking about whether it is necessary to reinvent the wheel...&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Release pure source tar.gz for easier packaging</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/12/" rel="alternate"/><published>2008-03-24T10:56:18Z</published><updated>2008-03-24T10:56:18Z</updated><author><name>Eric L.</name><uri>https://sourceforge.net/u/ewl/</uri></author><id>https://sourceforge.net198cd5c7547066173770b8286681290f17ae5fb5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello Dimitry,&lt;/p&gt;
&lt;p&gt;could you perhaps release also a file with format simplyhtml-src-0.12.2.beta1.tar.gz purely containing only the source code? i.e. the directories 'src' and 'doc' + gpl.txt + readme.txt but without lib or api.&lt;/p&gt;
&lt;p&gt;This would make packaging a lot easier for me (or others), and it can be easily automated using ant/build.xml.&lt;/p&gt;
&lt;p&gt;Thanks, Eric&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>List: Press enter on an empty list item --&gt; end of list</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/11/" rel="alternate"/><published>2007-12-13T10:25:04Z</published><updated>2007-12-13T10:25:04Z</updated><author><name>Daniel Polansky</name><uri>https://sourceforge.net/u/danielpolansky/</uri></author><id>https://sourceforge.netc46f11fa5d46ef59829136eed9dbda7b91a5811e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Proposal: When the user presses enter on an empty list item, the list should be ended and a plain paragraph should continue, instead of another list item being created.&lt;/p&gt;
&lt;p&gt;Pertains to both numbered and unnumbered lists.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;* a&lt;br /&gt;
* b&lt;br /&gt;
* (now I press enter)&lt;/p&gt;
&lt;p&gt;Result:&lt;/p&gt;
&lt;p&gt;* a&lt;br /&gt;
* b&lt;/p&gt;
&lt;p&gt;Wrong result:&lt;/p&gt;
&lt;p&gt;* a&lt;br /&gt;
* b&lt;br /&gt;
*&lt;br /&gt;
*&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Table: Home and end keys</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/10/" rel="alternate"/><published>2007-12-12T17:09:22Z</published><updated>2007-12-12T17:09:22Z</updated><author><name>Daniel Polansky</name><uri>https://sourceforge.net/u/danielpolansky/</uri></author><id>https://sourceforge.neta5374dfb423fb8e2f618b1b93fad090e1711cef2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Proposal: Within a table, the HOME and END keys should move cursor to the beginning and to the end of the single cell instead of the whole row. That is how OpenOffice Writer behaves.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Strikethrough tool (KAF)</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/9/" rel="alternate"/><published>2007-12-09T13:00:15Z</published><updated>2007-12-09T13:00:15Z</updated><author><name>Daniel Polansky</name><uri>https://sourceforge.net/u/danielpolansky/</uri></author><id>https://sourceforge.netcfdbdfcafd9a96c3a0a56687d1b0b266efba4c00</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Proposal: A tool for strikethrough format should be created, positioned in the Format menu.&lt;/p&gt;
&lt;p&gt;Menu item title: "Strikethrough".&lt;/p&gt;
&lt;p&gt;Admittedly, striking through is already possible using Format &amp;gt; Font... action. However, such a useful action should better be accessible faster, preferably using a mnemonic and a keyboard shortcut too.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Subscript and superscript tool (KAF)</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/8/" rel="alternate"/><published>2007-11-22T12:53:59Z</published><updated>2007-11-22T12:53:59Z</updated><author><name>Daniel Polansky</name><uri>https://sourceforge.net/u/danielpolansky/</uri></author><id>https://sourceforge.net8cbe68ffaa80a07a0faa4286ec39164b893e40de</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Proposal: Subscript and superscript tool should be added, applying to the selection.&lt;/p&gt;
&lt;p&gt;Menu: "Format".&lt;/p&gt;
&lt;p&gt;Menu item: "Subscript".&lt;br /&gt;
Menu item: "Superscript".&lt;/p&gt;
&lt;p&gt;"(KAF)" means "present in Kafenio".&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Table: up and down cursor movements should move up and down</title><link href="https://sourceforge.net/p/simplyhtml/feature-requests/7/" rel="alternate"/><published>2007-10-27T11:03:40Z</published><updated>2007-10-27T11:03:40Z</updated><author><name>Daniel Polansky</name><uri>https://sourceforge.net/u/danielpolansky/</uri></author><id>https://sourceforge.netb236116871f620eb696519f91c171a0e25b6ddd3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In a table: up and down cursor movements should move the cursor up and down, instead of left and right.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>