Skip to content

Wanted! python or other opensource programmer

iegik edited this page Nov 11, 2011 · 2 revisions

WANTED! Python or other opensource programmer

Couse I`m new in Gtk and desktop application proggramming at all - You need me, to do that job.

UI design

Simple taskbar for application (html):

 &New | &Save | style (Title , &Paragraph <р> | SubTitle , Section , SubSection  | Heading 1 , Heading 2  ) | &Bold  | Italic <еm> | Link <а> (&h;&u) | &Strike  | &Right <р style="text-align:right"> | Center <р style="text-align:center"> (| Defaults for ltr: &Left <р style="text-align:left">, do not show)| Numbering <оl>, Bu&llets  | Block&quote 
  • "|" - delimiter
  • "&" - Short key for action "&New - Ctrl+N"

We replace Underline with Anchor/Link because all we can mark - well mark with "Strong/Bold" and only links must be underlined

Formatting

HTML:

<h1>Heading 1</h1>
...
<h6>Heading 6</h6>-
<strike>stroketrought</strike>
<a href="http://example.com">link</a>
<em>Italic</em>
<strong>Bold<strong>
<p>Paragraph</p>
<blockquote>Blockquote</blockquote>
<ol><li>Numbered 1</li><li>Numbered 2</li></ol>
<ul><li>Bullet 1</li><li>Bullet 2</li></ul>
<table><tr><td>cell 1</td><td>cell 2</td></tr></table>

For Markdown also have "brackets":

=Heading 1=
...
======Heading 6======
-stroketrought-
http://example.com:link
/Italic/
*Bold*
Paragraph
> Blockquote
# Numbered
* Bullet
| cell 1 | cell 2 |

Links

Clone this wiki locally