Skip to content

Export

Bokuchi can export your Markdown document as a styled HTML file that you can open in any web browser or share with others.

The exported HTML file includes:

  • Full styling — The rendered Markdown looks the same as in Bokuchi’s preview
  • Syntax highlighting — Code blocks retain their color highlighting
  • Embedded images — Local images referenced with relative paths are embedded as data URIs, so the HTML file is self-contained
  • Expanded variables — All variables are replaced with their actual values
  • Math and diagrams — KaTeX math expressions and Mermaid diagrams are rendered in the exported file
  1. Open the file you want to export
  2. Click the download button in the top-right corner of the preview panel, or use the export option from the menu
  3. Choose the save location and file name
  4. The .html file is saved
Download button in the preview panel header for quick HTML export Exported HTML file displayed in a web browser

Export your Bokuchi settings as a JSON file, or import settings from a file. Useful for syncing your configuration across machines.

Export global variables as a YAML file, or import variables from a YAML file. Useful for sharing variable sets with your team.

  • Variables — Learn about the variable system
  • Settings — Configure Bokuchi to your liking