- wordwrap if the file type is .adoc (closes #65)
- activate on "asciidoc" related commands (closes #64)
- runInterval is now respected during document changes (closes #68)
- Fix links when using external asciidoctor (closes #67)
- Added Export to PDF command (using wkhtmltopdf)
- Synchronize preview with the selected/edited source line
- The preview window is now shared accross documents
- Use asciidoctor with -q since we now rely on stderr for error detection
- On settings replaced html_generator with asciidoctor_command
- Add data-line-(source-nr) for preview synchronization
- Do not use temporary files for adoc generation, closes #54
- Use the same keybindins as the markdown extension. closes #55
- Merge pull request #53 from malvim/formatting-surround
- Enable auto surrounding for formatting symbols
- Allways rebuild preview when preview uri changes, closes #43
- Use
convertFile()
instead offConvert()
, closes #50
- Fixed the "how to install" instructions
- Use Asciidoctor.js by default (setting AsciiDoc.use_asciidoctor_js = true), closes #29
- Added symbol view, closes #3
- Keyboard binding changed to
ctrl+shift+r
(Mac:cmd+shift+r
) - Add auto closing brackets
- Fix syntax highlighter breaking
- Added buffer size parameter for larger Asciidoc rendering capability
- Support # symbol as section header
- Do not prefix links for local #sections
- Apply fixLinks to local links, closes #12
- Removed broken fixLinks transformation (this closes #6, closes #10)
- Use time based preview refresh instead of on document change, this closes #9
- Major code reorgnization and documentation
- Quote filename when invoking asciidoctor, this closes #4
- Added full error message display when asciidoctor execution fails
- Improved samples with CSS and icons
- Added animated showcase on the README.md