<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pakakeh.ts/editor/example.html, branch dev</title>
<subtitle>Web user interface components built with TypeScript.</subtitle>
<id>http://git.kilabit.info/pakakeh.ts/atom?h=dev</id>
<link rel='self' href='http://git.kilabit.info/pakakeh.ts/atom?h=dev'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/'/>
<updated>2021-09-05T13:24:50Z</updated>
<entry>
<title>editor: convert the example to TypeScript and loaded as module</title>
<updated>2021-09-05T13:24:50Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-09-05T13:24:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=caf0f69ed09d01ff6053cf095b720606077e442c'/>
<id>urn:sha1:caf0f69ed09d01ff6053cf095b720606077e442c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editor: fix example converting the content to base64</title>
<updated>2021-08-30T03:07:58Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-08-30T03:07:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=57922f603f6acdfbd54c610279ab024c73d7650d'/>
<id>urn:sha1:57922f603f6acdfbd54c610279ab024c73d7650d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editor: simplify the Open method</title>
<updated>2021-08-29T06:53:00Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-08-29T06:53:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=7940feda7d50c404fb245b645c8261d6cb4dd768'/>
<id>urn:sha1:7940feda7d50c404fb245b645c8261d6cb4dd768</id>
<content type='text'>
Previously, the Open method call the predefined options OpenFile,
which in turn may send request to remote server.

This changes simplify it by accepting node interface that has been
filled with content and metadata.
</content>
</entry>
<entry>
<title>all: refactoring to follow the coding style in README</title>
<updated>2021-08-28T14:12:26Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-08-28T13:23:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=50c57f048eecab68570a0568f20922044935ecca'/>
<id>urn:sha1:50c57f048eecab68570a0568f20922044935ecca</id>
<content type='text'>
* Use snake_case for field, variable, HTML ID, and CSS class names.
* Use camelCase for class, interface, type, function, or method names.
* An exported type or class. interface, type, method, or function name
  MUST start with an upper-case letter.
* An exported class, type, interface, or function MUST be prefixed with
  "Wui".
</content>
</entry>
<entry>
<title>editor: add handler to save the content</title>
<updated>2021-08-27T16:47:17Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-08-27T01:40:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=58cfb51717241721b8e66bdbf4ea4bb9a41b5ca1'/>
<id>urn:sha1:58cfb51717241721b8e66bdbf4ea4bb9a41b5ca1</id>
<content type='text'>
When user press CTRL+S on the editor, it will trigger the OnSave handler.

While at it,

  * auto scroll when pressing arrow up or down
  * auto scroll to bottom when pressing Enter at the end of file
  * fix tab key not inserting tab characters
</content>
</entry>
<entry>
<title>editor: fix enter and support for backspace</title>
<updated>2021-07-26T17:41:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-07-26T17:41:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=5e9c13bbd3e3f5748cee1294cb8e9831c5aa0ea7'/>
<id>urn:sha1:5e9c13bbd3e3f5748cee1294cb8e9831c5aa0ea7</id>
<content type='text'>
Enter on middle of line now will cut the text and move the rest text
after caret to the next line.

Pressing backspace on the beginning of line will merge the line with
previous one.
</content>
</entry>
<entry>
<title>editor: init the style sheet using javascript and add support for tab</title>
<updated>2021-07-26T16:22:53Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-07-26T16:22:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=368f58ff4b70d17b1bfc7bc5ced80efc48d0d293'/>
<id>urn:sha1:368f58ff4b70d17b1bfc7bc5ced80efc48d0d293</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editor: add support to move arrow up and down between text</title>
<updated>2021-07-26T15:47:43Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-07-26T15:47:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=765e1f6a9bdac081fee70362542ce72e14a0abb5'/>
<id>urn:sha1:765e1f6a9bdac081fee70362542ce72e14a0abb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: implement editor</title>
<updated>2021-07-25T21:18:32Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-07-25T21:18:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=d22ecec866f9da676ed6a5b06a6089770ae1139d'/>
<id>urn:sha1:d22ecec866f9da676ed6a5b06a6089770ae1139d</id>
<content type='text'>
</content>
</entry>
</feed>
