FoldingText Changelog

What's new in FoldingText 2.2

May 10, 2016
  • New Outline View:
  • View your entire document structure at a glance
  • Single-click to jump to an item in your document.
  • Double-click to focus on an item in your document.
  • View > Show Outline View, or Cmd-Alt-T
  • Fixes:
  • Fix: Paddle registration issues
  • Fix: Random crash on application startup
  • Fix: Composition helper not showing up at cursor location
  • Fix: Allow Alt-Space to enter Non-breaking Space within text
  • Fix: Drag-drop not working
  • Fix: Drag-drop links to url not pasting actual url
  • Fix: Text becoming visually thinner near the bottom of the window
  • Fix: Emails containing _ were not fully detected

New in FoldingText 2.1.2 (Feb 22, 2016)

  • Fixed drag and drop bug.

New in FoldingText 2.1.1 (Dec 22, 2015)

  • Updated for El Capitan OS X 10.11
  • Updated CodeMirror to latest
  • Fix a long standing scrolling bug
  • Fix calculator to be usable with list items
  • Disabled syntax hiding in calculator modes
  • Update MMD library to latest
  • Fix weird character showing up instead of Todo list done marker

New in FoldingText 2.1 (Oct 13, 2015)

  • New: Perform math in your documents using .calc
  • New: Start a timer within your document using .stopwatch
  • New: Smart pairs for (), {} etc
  • Added "Focus Out" menu item
  • Renamed .timer to .schedule
  • Tons of bug fixes and performance improvements
  • See Help > Release notes for more details

New in FoldingText 2.0.2 (Jun 16, 2014)

  • Enabled iCloud
  • Github task list formatting
  • MultiMarkdown footnote formatting
  • Improved CJK text input and word count
  • More API documentation
  • Fixed printing problems
  • Fixed broken URLs in the documentation
  • Fixed undo grouping for Move Left and Move Right commands
  • Fixed problems running on case sensitive file systems

New in FoldingText 2.0 (Jun 3, 2014)

  • Much improved editor. FoldingText now uses the open source CodeMirror editor component and is much more stable.
  • Expanded syntax highlighting. Markdown, GitHub Markdown, CriticMarkup, and large parts of MultiMarkdown.
  • New Software Development Kit. The API's are now documented, more powerful, and easier to debug.

New in FoldingText 1.2.2 (May 10, 2013)

  • Re-enabled iCloud support which was accidentally disabled in the last release. Sorry about that!

New in FoldingText 1.2.1 (May 1, 2013)

  • Fixed repeated crash that could occure when trying to open a document by disabling restore selection when reopening a document.

New in FoldingText 1.2 (Feb 27, 2013)

  • Added Command Mode (Command-') interface.
  • Added Plugin support (Help > Plugin API Documentation)
  • Added Typewriter scrolling (View > Typewriter Scrolling)
  • Added Click on tag to filter by that tag.
  • Run scripts from command mode (File > Open Scripts Folder)
  • Changed to insert after fold when pressing return.
  • Changed default node path from `/*///*` to `///*`.
  • Changed AppleScript `read nodes` command to always return list.
  • Select syntax when toggling bold, italic, and code.
  • Reveal file links in Finder instead of trying to open them.
  • Fixed some repetitive steps in the focus out process.
  • Fixed syntax highlighting of mode declared on empty line.
  • Fixed Reference links to now work with capital letters.
  • Fixed crash when focusing out on heading with '/' character.
  • Fixed error evaluating @index = 1 node path predicates.
  • Fixed performance bug when many lines are folded.
  • Fixed potential lost changes when editing after autosave.
  • Fixed losing focus when zooming in and out.
  • Fixed crash when ordered list is followed by unordered '*' list.
  • Fixed crash when jumping to next spelling error when folded.
  • Fixed crash when dragging and dropping text.
  • Fixed crash when Moving Section Left when contained empty lines.
  • Fixed crash when trying to open document that you don't have permission to read.

New in FoldingText 0.9.5 Build 465 (Aug 29, 2012)

  • Added Icon.
  • Moved "Home" to the View > Go to... menu.
  • Fixed Focus problems related to find and replace bar.
  • Fixed Initial focus is now properly set in new documents.