Difference between revisions of "InkviewWishlist"

From Inkscape Wiki
Jump to navigation Jump to search
Line 9: Line 9:
* Load from URL (web browsing)
* Load from URL (web browsing)
* Ability to hide/show layers
* Ability to hide/show layers
* --fullscreen command-line option (F11)
* Command-line options:
* --refresh=nn auto-refresh time in milliseconds for URL
** <tt>--fullscreen</tt>    - Start in full-screen mode (F11)
** <tt>--refresh[=nn]</tt>    - "nn" is URL auto-refresh time in milliseconds.  Value less than reload/redraw rate means continuous refresh.  When no value is given, reload local file whenever it changes.
** <tt>--use-instance[=n]</tt>  - Re-use existing Inkview window. "<tt>n</tt>" is a valid pid, or 0,1,2.. for inkview instances in pid order. No value implies use newest instance (highest pid).


=== Blue Sky Thoughts ===
=== Blue Sky Thoughts ===

Revision as of 20:05, 26 August 2008

Inkview Wishlist

  • SMIL
  • hyperlinking in documents
  • png support through GdkPixBuf
What's wanted in particular? Certainly inkview already support png images.
  • libgsf for archives
  • SVG 1.2: multiple pages
  • Load from URL (web browsing)
  • Ability to hide/show layers
  • Command-line options:
    • --fullscreen - Start in full-screen mode (F11)
    • --refresh[=nn] - "nn" is URL auto-refresh time in milliseconds. Value less than reload/redraw rate means continuous refresh. When no value is given, reload local file whenever it changes.
    • --use-instance[=n] - Re-use existing Inkview window. "n" is a valid pid, or 0,1,2.. for inkview instances in pid order. No value implies use newest instance (highest pid).

Blue Sky Thoughts

  • Import Charts from Gnumeric
  • Use text handling features from AbiWord in text boxes
  • Become embeddable (Netscape-Plugin?/KPart?)
  • Templates - Make content of slides in text/xml and apply SVG look&feel separately
  • Data stream visualization - dynamically update a shape/graphic in response to data value changes
Changes in what value, i.e. what sort of input?