All notable changes to the "fmark" extension will be documented in this file.
- Initial release
- Fixed small bug that was stopping any function from running.
- Released first working version of the FMark plugin for vscode.
- It now supports
- Tables with spreadsheet functionality
- Macros
- Markdown syntax
- Fixed stack overflow that occured.
- Added include of other fmark files
- Added function calls inside argument lists
- Added examples to repo
- Adding windows file path fix for relative includes
-
Fixed most bugs, and will now fail smoothly when an error occurs, by displaying the raw input instead of hanging
-
Added TOC support for Table of Contents, which can be created anywhere using the %%TOC token
-
Added more documentation and examples of how to use FMark and cool things that
-
Syntax highlighting underscores correctly. Triple asterisks/underscores highlighted as italic can be done with it
- Fixing windows issue with wrong relative filepath
- Removed the recompilation option as that is done automatically now
- Fixed bug where no window would appear
- updated to newest branch
- Fixed another small bug with js-beautify
- Major bug fix with dependencies
- Adding back beautify
- First semi-stable release
- More bug fixes, such as fixing header id's when some headers are hidden.
- Made the plugin more stable
- Replaced htmlpreview (deprecated) with Webview API.