Skip to content

Releases: zoctarine/vscode-fiction-writer

Alpha 5.5

09 Jun 05:15
Compare
Choose a tag to compare

Added

  • Group Fiction writer context menu in Fiction Writer category on Explorer and on Editor
  • Split File: Possibility to split files in multiple files, or extract selected document
  • Status Bar: now has the possibility to show/hide specific buttons
  • Writing Mode: Select Writing Mode theme command now previews the theme on changing selection with Up/Down arrow keys.
  • Settings
    • Added: markdown-fiction-writer.statusbar.items
    • Added: splitDocument.switchToNewlyCreatedDocument

Changed

  • Settings moved: markdown-fiction-writer.view.statusbar.* to markdown-fiction-writer.statusbar.*
  • Don't show the This Version Contains Breaking Changes.. notification message for minor alpha version changes.

Fixed

  • Focus Mode now can highlight paragraph, or line (set up in settings)
  • Fixed a bug that did not always hide status bar when changing active editor to a non-markdown editor.

Alpha 5.2

30 Mar 06:13
Compare
Choose a tag to compare

Added

  • Keybinding: ++ctrl+f11++ toggles both ZenMode and Writing Mode

  • Focus Mode: fade out all text except current text line (not editor line)

  • Command: Select Writing Mode font size now is accessible from command pallete.

  • Command: Select Writing Mode theme shows a selection of all installed themes to choose from.

  • Command: Toggle Focus Mode enables/disables focus mode

  • Settings

    • markdown-fiction-writer.view.focusMode.opacity
    • markdown-fiction-writer.writingMode.toggleFocusMode

Changed

  • Moved markdown-fiction-writer.view.writingMode.* settings under markdown-fiction-writer.writingMode.*

Alpha 5.0

25 Mar 20:58
Compare
Choose a tag to compare

0.0.50 - alpha50

Added

Changes

  • _bk folder now created under .fic folder
  • Setting markdown-fiction-writer.metadata.defaultCategory becomes markdown-fiction-writer.metadata.categories.default
  • Selecting an item in Metadata View does not immediately open file. The file can now be opened from the Open File icon in the view title bar
  • Document Statistics: can be computed for any document, not only for .md files
  • Hide unecessary commands from Command Pallete

Fixes

  • Fix: markdown formatting now skips inline metadata blocks
  • Fix: document statistics and repetitions now skips metada block
  • Fix a bug on Linux, that prevented opening files in external editor
  • Fix a performance issue when Document Statistics was loading even if view was not visible.
  • Consistent name of Writing Mode everywhere (some places still using the old Enhanced Zen Mode naming)