Skip to content

Latest commit

 

History

History
151 lines (131 loc) · 8.16 KB

File metadata and controls

151 lines (131 loc) · 8.16 KB

[[!meta title="Open questions"]]

UI

Browser

  • What are the limits to rendering in the browser?
    • number of nodes in a graph
    • fidelity of PDF rendering (for display and printing)
  • Can DOM nodes be cloned by the browser engine and rendered in a new window?

Desktop

  • How difficult is it to make changes to the UI when developing on the desktop?

  • How can the application be distributed on multiple platforms easily?

    • Make an installer for each platform
      • More info in the orbital-transfer project wiki.

Mobile

e-ink

Text-based and command line

  • What would it take to build a system for reading on the terminal?

    • Support converting to [[HTML|feature/file-format/html]] and reading in lynx/elinks (either static files or serve over HTTP).
    • Support converting to [[Info file format|feature/file-format/info]].
  • How can it be integrated with a user's editor (such as Vim, Emacs, Notepad++).

Text-to-speech

Metacognition

Discussion of metacognitive strategies that could have computer aides.