Skip to content
Version 2.7.0

This version removes a lot of the flaky features that never quite worked
right, in favour of making fountain-mode a solid writing environment.

- Scene heading completion now works decently; locations are
  auto-completed, followed by scene suffix (e.g. DAY, NIGHT). These are
  set with fountain-scene-heading-suffix-list
- Add fountain-scene-heading-suffix-sep, a string to separate
  locaton/suffix
- TAB now calls fountain-dwim, which will toggle section/scene heading
  folding at a heading (when not at eolp) and trigger auto-completion
  everywhere else
- Remove auto-completion update funcs from jit-lock-register
- Remove mode-line page count information
- Remove page count timer
- Remove fountain--edit-line and associated funcs
- Make fountain-completion-characters buffer occurrence-based
- Remove auto-upcase overlay feature (just use C-c C-c or S-RET)

  - Remove auto-upcase post-command-hooks
  - Remove fountain-auto-upcase-highlight face

- Remove fountain-tab-command option