pratamatama / ql-html-pdf-renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QL HTML PDF Renderer

A VS Code extension to replace your web-textarea-based HTML PDF renderer.

Features

  • Built-in syntax highlighting.
  • Built-in autocomplete (using emmet)
  • Live preview
  • Hot reload
  • Same feature as the original HTML PDF Renderer

Requirements

Upgrade your VSCode to the latest version.

Extension Settings

No need to tinker anything, it just works.

Known Issues

Due to the current limitation of the VSCode's / Electron's WebView, the current implementation will shows a download popup instead of displaying the content inside the iframe.

Rendering content inside the iframe must not directly points to a PDF.

Release Notes

1.0.0

Initial release of QL HTML PDF Renderer


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

Enjoy!

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 82.9%Language:JavaScript 17.1%