Releases: zoctarine/vscode-fiction-writer
Alpha 5.5
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
- Added:
Changed
- Settings moved:
markdown-fiction-writer.view.statusbar.*
tomarkdown-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
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 undermarkdown-fiction-writer.writingMode.*
Alpha 5.0
0.0.50 - alpha50
Added
-
Metadata: support for
summary
category -
Metadata: support for external
.yml
metadata file -
Metadata: new open file icon on Metadata View
-
Metadata: Explorer view, various tooltip improvements (id, summary)
-
Metadata: fade-out file decorations for additional files
-
Notes: added support for additional
.txt
file containing short notes -
Notes: added webview for quickly editing/view-ing document related notes
-
Smart Rename: add Rename Related command to Explorer context
-
Smart Rename: when renaming a file, can rename all related files (with same name)
-
Statistics: added reading speed estimation calculated at ~200 wpm
-
General: Optimizes file indexing, to reduce disk read calls
-
Settings:
markdown-fiction-writer.notes.enabled
mardkwon-fiction-writer.notes.defaultText
markdown-fiction-writer.smartRename.enabled
markdown-fiction-writer.smartRename.renameRelatedFiles
Changes
_bk
folder now created under.fic
folder- Setting
markdown-fiction-writer.metadata.defaultCategory
becomesmarkdown-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)