emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-info.js alpha
@ 2008-03-23  1:27 Sebastian Rose
  2008-03-23 13:06 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Rose @ 2008-03-23  1:27 UTC (permalink / raw)
  To: emacs-orgmode Mailinglist

[-- Attachment #1: Type: text/plain, Size: 3490 bytes --]

Hello out there,

the  appended package  contains  the alpha  version  of the  org-info.js
mentioned earlier on  this list. The script displays  XHTML exported org
files in an Linuxdoc like way  and now supports folding. Just anpack and
view the contained org-info.js.html in your browser and love it.


* Folding

  To understand the folding features  `g´ (global folding) and `f´ (fold
  section) zoom  the document to  a very small  size, move to  the first
  section, enter  plain view mode (press  `t´ if in info  view mode) and
  start folding.  I changed the stylesheet a bit for this.


Some work  has been done to  remove bugs and add  features requested. An
excerpt of the ChangeLog:

  * TOC, title and global folding
    The title was  doubled in some cases. This should  be fixed now. The
    TOC is now a node as all the other sections to.

  * Documentation updated.

  * Stylesheet
    Now with indentation. This demonstrates the folding somewhat
    better.

  * Hide T.O.C.
    The table  of contents can now  be hidden completely due  to the new
    option  HIDE_TOC.  Hence the  documents  have  to  be exported  with
    T.O.C., but may be displayed without it.

  * Commands reworked
    The  '/minibuffer/' is  now invisible  by default.  Commands  can be
    entered into the document itself. See below for list of shortcuts.

  * Global folding now working
    @Bastien: no doubled document title anymore :)

  * Link to homepage
    It's now  possible to  link to  the homepage and  to an  other page.
    These two links  will be displayed as `HOME´  and `Up´ respectively.
    The   HOME   link   in   the   demo   links   to   the   worg   page
    http://www.legito.net/worg/.   Thus pressing  `H´  should bring  you
    there.



* Shortcuts

  | Key | Action                        | Info | Plain |
  |-----+-------------------------------+------+-------|
  | n   | next section                  | y    | y     |
  | p   | previous section              | y    | y     |
  | i   | goto T.O.C.                   | y    | y     |
  | u   | one level up (parent section) | y    | y     |
  | s   | prompt for section number     | y    | y     |
  | t   | toggle view mode              | y    | y     |
  | v   | scroll by 200 px              | y    | y     |
  | V   | scroll back 200 px            | y    | y     |
  | ?   | show shortcuts                | y    | y     |
  | h   | follow the link '/UP/'        | y    | y     |
  | H   | follow the link '/HOME/'      | y    | y     |
  | f   | fold current section          |      | y     |
  | g   | fold globaly                  |      | y     |


* Note:

  There is  always an  active section  and the script  tries to  keep it
  visible on screen all the time.  This might feel strange at first, but
  it's really helpfull when navigating by keyboard only.


* Firefox / Iceweasel users:

  The usage  of JavaScript slows  down scrolling in current  versions of
  FF.  This is a  known bug  and absolutely  anoying.  I  switched using
  Opera at the moment, which is the fastest browser I know.


Last time some of where so kind to drop me a message with browsers brand
and version if working. The browsers are NOT yet referenced as supported
browsers. From  now on  no new JavaScript  features will creep  into the
code anymore and it's time to add some browsers there.




Regards,

     Sebastian



[-- Attachment #2: org-info-js.tar.bz2 -- without images --]
[-- Type: application/octet-stream, Size: 28545 bytes --]

[-- Attachment #3: Type: text/plain, Size: 414 bytes --]



--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sebastian Rose             Fachinformatiker/Anwendendungsentwickler
Viktoriastaße 22
30451 Hannover             Entwicklung  von Internetanwendungen und
                           Programmen  mit  freien  Werkzeugen  und
sebastian_rose at gmx de   Bibliotheken.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-info.js alpha
  2008-03-23  1:27 org-info.js alpha Sebastian Rose
@ 2008-03-23 13:06 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-03-23 13:06 UTC (permalink / raw)
  To: Sebastian Rose; +Cc: emacs-orgmode Mailinglist


On Mar 23, 2008, at 2:27 AM, Sebastian Rose wrote:

> Hello out there,
>
> the  appended package  contains  the alpha  version  of the  org- 
> info.js
> mentioned earlier on  this list. The script displays  XHTML exported  
> org
> files in an Linuxdoc like way  and now supports folding. Just anpack  
> and
> view the contained org-info.js.html in your browser and love it.
>
>
> * Folding
>
>  To understand the folding features  `g´ (global folding) and `f´  
> (fold
>  section) zoom  the document to  a very small  size, move to  the  
> first
>  section, enter  plain view mode (press  `t´ if in info  view mode)  
> and
>  start folding.  I changed the stylesheet a bit for this.


Ah, yes, it needs plain view before it works!

Excellent!

- Carsten

>
>
>
> Some work  has been done to  remove bugs and add  features  
> requested. An
> excerpt of the ChangeLog:
>
>  * TOC, title and global folding
>    The title was  doubled in some cases. This should  be fixed now.  
> The
>    TOC is now a node as all the other sections to.
>
>  * Documentation updated.
>
>  * Stylesheet
>    Now with indentation. This demonstrates the folding somewhat
>    better.
>
>  * Hide T.O.C.
>    The table  of contents can now  be hidden completely due  to the  
> new
>    option  HIDE_TOC.  Hence the  documents  have  to  be exported   
> with
>    T.O.C., but may be displayed without it.
>
>  * Commands reworked
>    The  '/minibuffer/' is  now invisible  by default.  Commands  can  
> be
>    entered into the document itself. See below for list of shortcuts.
>
>  * Global folding now working
>    @Bastien: no doubled document title anymore :)
>
>  * Link to homepage
>    It's now  possible to  link to  the homepage and  to an  other  
> page.
>    These two links  will be displayed as `HOME´  and `Up´  
> respectively.
>    The   HOME   link   in   the   demo   links   to   the   worg    
> page
>    http://www.legito.net/worg/.   Thus pressing  `H´  should bring   
> you
>    there.
>
>
>
> * Shortcuts
>
>  | Key | Action                        | Info | Plain |
>  |-----+-------------------------------+------+-------|
>  | n   | next section                  | y    | y     |
>  | p   | previous section              | y    | y     |
>  | i   | goto T.O.C.                   | y    | y     |
>  | u   | one level up (parent section) | y    | y     |
>  | s   | prompt for section number     | y    | y     |
>  | t   | toggle view mode              | y    | y     |
>  | v   | scroll by 200 px              | y    | y     |
>  | V   | scroll back 200 px            | y    | y     |
>  | ?   | show shortcuts                | y    | y     |
>  | h   | follow the link '/UP/'        | y    | y     |
>  | H   | follow the link '/HOME/'      | y    | y     |
>  | f   | fold current section          |      | y     |
>  | g   | fold globaly                  |      | y     |
>
>
> * Note:
>
>  There is  always an  active section  and the script  tries to  keep  
> it
>  visible on screen all the time.  This might feel strange at first,  
> but
>  it's really helpfull when navigating by keyboard only.
>
>
> * Firefox / Iceweasel users:
>
>  The usage  of JavaScript slows  down scrolling in current  versions  
> of
>  FF.  This is a  known bug  and absolutely  anoying.  I  switched  
> using
>  Opera at the moment, which is the fastest browser I know.
>
>
> Last time some of where so kind to drop me a message with browsers  
> brand
> and version if working. The browsers are NOT yet referenced as  
> supported
> browsers. From  now on  no new JavaScript  features will creep  into  
> the
> code anymore and it's time to add some browsers there.
>
>
>
>
> Regards,
>
>     Sebastian
>
>
> <org-info-js.tar.bz2>
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Sebastian Rose             Fachinformatiker/Anwendendungsentwickler
> Viktoriastaße 22
> 30451 Hannover             Entwicklung  von Internetanwendungen und
>                           Programmen  mit  freien  Werkzeugen  und
> sebastian_rose at gmx de   Bibliotheken.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-23 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-23  1:27 org-info.js alpha Sebastian Rose
2008-03-23 13:06 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).