a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 256708 and 288584

Description: Emacs major mode for screenwriting in Fountain markup
 Fountain Mode is a complete screenwriting environment for GNU Emacs
 that implements the Fountain markup format.  For more information about
 the Fountain markup format, visit https://fountain.io.
 .
 Features:
   * Supports Fountain 1.1 specification
   * Displays script format-specific auto-aligned elements
   * Traditional TAB writing style for auto-upcasing character names
   * Exports to HTML, PDF, LaTeX, Final Draft (FDX), or Fountain markup
   * Exports to a standalone document or snippet
 .
   * Optionally show approximate page count (current page of total pages) in
     mode-line
   * Include external files with {{ include: FILENAME }}
   * Integrates with outline.el to fold/cycle visibility of sections and scenes
   * Integrates with imenu.el (sections, scene headings, notes)
   * Integrates with Emacs' auto-insert hook for title page metadata
 .
   * Adds/removes auto-continuation string to successively speaking characters
   * Navigation by section, scene, character name, or page
   * Optionally display scene numbers in the right margin
   * Intelligent insertion of a page breaks
   * Three levels of element syntax highlighting
   * Support for both official and legacy commenting (boneyard) syntax
   * Includes or omits a title page
   * Emphasis (bold, italic, underlined text)
   * Toggles visibility of emphasis delimiters and syntax characters
   * Everything is customisable
Description: Emacs major mode for screenwriting in Fountain markup
 Fountain Mode is a Fountain v1.1 screenwriting environment for GNU Emacs.
 For more information about Fountain plain text markup scripts, visit
 https://fountain.io.  Fountain scripts are also used for writing comic books
 and graphic novels.
 .
 Features:
   * Configurable layout: screenplay, stageplay, or a user-defined format
   * TAB autocompletion (eg: to make a character name ALL CAPS)
   * Auto-continuation of a character's lines and actions
   * Pagination display in the mode-line (bottom of screen)
   * Navigation by section, scene, character name, or page
   * Toggle visibility of sections, scenes, and notes (aka: "folding")
   * Focus on an objective by hiding (folding) text irrelevant to the goal
   * Optional display of scene numbers in the margin
   * Intelligent insertion of page breaks
   * Three levels of element syntax highlighting
   * Styled text: bold, italic, and underlined
   * Autoinsertion of title page metadata
   * Table of contents and outline for sections, scene headings, and notes
   (typically configured as a sidebar)
   * A theme for a nice, distraction-free writing environment with the
   expected margins and words per line, along with the a slightly darkened
   Courier font.
 .
 Supports:
   * Integration with a script export tool to export to another script
   format, PDF, HTML, etc.
   * Including external files
   * Emacs's [in]famous workflow optimisations
--- 256708	Thu Jan  1 00:00:00 1970
+++ 288584	Thu Jan  1 00:00:00 1970
@@ -1,29 +1,30 @@
 Emacs major mode for screenwriting in Fountain markup
- Fountain Mode is a complete screenwriting environment for GNU Emacs
- that implements the Fountain markup format.  For more information about
- the Fountain markup format, visit https://fountain.io.
+ Fountain Mode is a Fountain v1.1 screenwriting environment for GNU Emacs.
+ For more information about Fountain plain text markup scripts, visit
+ https://fountain.io.  Fountain scripts are also used for writing comic books
+ and graphic novels.
  .
  Features:
-   * Supports Fountain 1.1 specification
-   * Displays script format-specific auto-aligned elements
-   * Traditional TAB writing style for auto-upcasing character names
-   * Exports to HTML, PDF, LaTeX, Final Draft (FDX), or Fountain markup
-   * Exports to a standalone document or snippet
- .
-   * Optionally show approximate page count (current page of total pages) in
-     mode-line
-   * Include external files with {{ include: FILENAME }}
-   * Integrates with outline.el to fold/cycle visibility of sections and scenes
-   * Integrates with imenu.el (sections, scene headings, notes)
-   * Integrates with Emacs' auto-insert hook for title page metadata
- .
-   * Adds/removes auto-continuation string to successively speaking characters
+   * Configurable layout: screenplay, stageplay, or a user-defined format
+   * TAB autocompletion (eg: to make a character name ALL CAPS)
+   * Auto-continuation of a character's lines and actions
+   * Pagination display in the mode-line (bottom of screen)
    * Navigation by section, scene, character name, or page
-   * Optionally display scene numbers in the right margin
-   * Intelligent insertion of a page breaks
+   * Toggle visibility of sections, scenes, and notes (aka: "folding")
+   * Focus on an objective by hiding (folding) text irrelevant to the goal
+   * Optional display of scene numbers in the margin
+   * Intelligent insertion of page breaks
    * Three levels of element syntax highlighting
-   * Support for both official and legacy commenting (boneyard) syntax
+   * Styled text: bold, italic, and underlined
-   * Includes or omits a title page
+   * Autoinsertion of title page metadata
-   * Emphasis (bold, italic, underlined text)
+   * Table of contents and outline for sections, scene headings, and notes
-   * Toggles visibility of emphasis delimiters and syntax characters
+   (typically configured as a sidebar)
-   * Everything is customisable
+   * A theme for a nice, distraction-free writing environment with the
+   expected margins and words per line, along with the a slightly darkened
+   Courier font.
+ .
+ Supports:
+   * Integration with a script export tool to export to another script
+   format, PDF, HTML, etc.
+   * Including external files
+   * Emacs's [in]famous workflow optimisations