update todo with inlined edje object items and document alternat

inline thumbnail escape format with link.
This commit is contained in:
Carsten Haitzler 2013-04-19 07:37:23 +09:00
parent 1f1fcf2dd2
commit 1a69edb8b8
2 changed files with 12 additions and 0 deletions

7
README
View File

@ -204,6 +204,13 @@ it[CW;H;FULL-PATH-OR-URL]
identical to the "is" command, but uses thumbnail generation to
make a fast to load but low resolution version (cached) of the media.
it[CW;H;LINK\nFULL-PATH-OR-URL]
= insert THUMB media (thumbnail cell area). otherwise paramaters are
identical to the "is" command, but uses thumbnail generation to
make a fast to load but low resolution version (cached) of the media.
LINK is a path (or url) to open WHEN the thumb is clicked on by the
user.
ib
= begin media replace sequence run

5
TODO
View File

@ -1,6 +1,11 @@
here's a short list of things i think we can do in the short to medium term to
make it a first-class terminal:
[ ] inlined media edje objects need to specify group
[ ] edje objects need to be able to set text part contents
[ ] edje objects need to be able to emit signals
[ ] edje objects need to be able to swallow sub-objects (and specify
group, text, signals etc.)
[ ] vt100-compatibility: pass all of http://invisible-island.net/vttest/ tests!
[ ] general input mode handling improvements (keypad, other key
input, etc.)