diff --git a/README b/README index cb2a6f1..b0d6ddc 100644 --- a/README +++ b/README @@ -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 diff --git a/TODO b/TODO index d0b925a..6c3943e 100644 --- a/TODO +++ b/TODO @@ -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.)