{"id":2187,"date":"2026-08-24T21:52:26","date_gmt":"2026-08-24T21:52:26","guid":{"rendered":"https:\/\/kourentzes.com\/konstantinos\/?page_id=2187"},"modified":"2026-08-24T22:00:35","modified_gmt":"2026-08-24T22:00:35","slug":"md-boss-markdown-editor-windows-guide","status":"publish","type":"page","link":"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/","title":{"rendered":"md-boss: A Complete Guide to the Feature-Rich Markdown Editor for Windows"},"content":{"rendered":"\n<title>md-boss Guide<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Libre+Franklin:wght@500;700;800&amp;family=Source+Sans+3:wght@400;500;600;700&amp;family=JetBrains+Mono:wght@400;500;600&amp;display=swap\" rel=\"stylesheet\">\n\n<style>\n  :root{\n    --bg:#f7f6f3;\n    --surface:#ffffff;\n    --surface-2:#f0efeb;\n    --text:#1f2328;\n    --text-muted:#59626b;\n    --text-faint:#8a929a;\n    --border:#e0ddd6;\n    --border-strong:#c9c5bc;\n    --accent:#1a56db;\n    --accent-ink:#ffffff;\n    --accent-soft:#e8eefc;\n    --mono-bg:#eef0eb;\n    --kbd-bg:#ffffff;\n    --kbd-shadow:#c9c5bc;\n    --shadow:0 1px 2px rgba(31,35,40,0.06), 0 8px 24px rgba(31,35,40,0.05);\n  }\n  @media (prefers-color-scheme: dark){\n    :root:not([data-theme=\"light\"]){\n      --bg:#1c1c1c;\n      --surface:#242424;\n      --surface-2:#2a2a2a;\n      --text:#e6edf3;\n      --text-muted:#a7b0b8;\n      --text-faint:#767f87;\n      --border:#3a3a3a;\n      --border-strong:#4a4a4a;\n      --accent:#58a6ff;\n      --accent-ink:#0c1420;\n      --accent-soft:rgba(88,166,255,0.13);\n      --mono-bg:#1a1a1a;\n      --kbd-bg:#2c2f33;\n      --kbd-shadow:#111315;\n      --shadow:0 1px 2px rgba(0,0,0,0.3), 0 8px 24px rgba(0,0,0,0.35);\n    }\n  }\n  :root[data-theme=\"dark\"]{\n    --bg:#1c1c1c;\n    --surface:#242424;\n    --surface-2:#2a2a2a;\n    --text:#e6edf3;\n    --text-muted:#a7b0b8;\n    --text-faint:#767f87;\n    --border:#3a3a3a;\n    --border-strong:#4a4a4a;\n    --accent:#58a6ff;\n    --accent-ink:#0c1420;\n    --accent-soft:rgba(88,166,255,0.13);\n    --mono-bg:#1a1a1a;\n    --kbd-bg:#2c2f33;\n    --kbd-shadow:#111315;\n    --shadow:0 1px 2px rgba(0,0,0,0.3), 0 8px 24px rgba(0,0,0,0.35);\n  }\n\n  *{box-sizing:border-box;}\n  body{\n    margin:0;\n    background:var(--bg);\n    color:var(--text);\n    font-family:'Source Sans 3', -apple-system, 'Segoe UI', sans-serif;\n    font-size:16px;\n    line-height:1.6;\n    -webkit-font-smoothing:antialiased;\n  }\n  a{color:var(--accent);}\n  code, kbd, .mono{font-family:'JetBrains Mono', ui-monospace, Consolas, monospace;}\n\n  .page{max-width:860px;margin:0 auto;padding:0 24px 96px;}\n\n  \/* ---------- Header ---------- *\/\n  header.hero{padding:56px 0 28px;}\n  .eyebrow{\n    display:inline-flex;align-items:center;gap:8px;\n    font-family:'JetBrains Mono', monospace;\n    font-size:12px;letter-spacing:0.08em;text-transform:uppercase;\n    color:var(--accent);\n    background:var(--accent-soft);\n    border:1px solid var(--accent);\n    border-radius:100px;padding:4px 12px;\n    margin-bottom:20px;\n  }\n  h1.title{\n    font-family:'Libre Franklin', sans-serif;\n    font-weight:800;\n    font-size:clamp(2.2rem, 5vw, 3.2rem);\n    line-height:1.05;\n    letter-spacing:-0.02em;\n    margin:0 0 14px;\n    text-wrap:balance;\n  }\n  .subtitle{\n    font-size:1.15rem;\n    color:var(--text-muted);\n    max-width:640px;\n    margin:0 0 28px;\n    text-wrap:balance;\n  }\n\n  \/* faux status bar, echoing the app's own status bar *\/\n  .statusbar{\n    display:flex;flex-wrap:wrap;gap:0;\n    background:var(--surface);\n    border:1px solid var(--border);\n    border-radius:10px;\n    box-shadow:var(--shadow);\n    overflow:hidden;\n  }\n  .statusbar .stat{\n    flex:1 1 120px;\n    padding:14px 18px;\n    border-right:1px solid var(--border);\n  }\n  .statusbar .stat:last-child{border-right:none;}\n  .statusbar .stat .num{\n    font-family:'JetBrains Mono', monospace;\n    font-variant-numeric: tabular-nums;\n    font-weight:600;\n    font-size:1.05rem;\n    color:var(--text);\n    display:block;\n  }\n  .statusbar .stat .lbl{\n    font-size:11px;letter-spacing:0.06em;text-transform:uppercase;\n    color:var(--text-faint);\n  }\n\n  \/* ---------- Table of contents ---------- *\/\n  nav.toc{\n    margin:32px 0 8px;\n    padding:18px 20px;\n    background:var(--surface);\n    border:1px solid var(--border);\n    border-radius:10px;\n  }\n  nav.toc .toc-label{\n    font-family:'JetBrains Mono', monospace;\n    font-size:11px;letter-spacing:0.08em;text-transform:uppercase;\n    color:var(--text-faint);margin-bottom:10px;display:block;\n  }\n  nav.toc ol{\n    list-style:none;margin:0;padding:0;\n    display:grid;grid-template-columns:repeat(2,1fr);gap:6px 24px;\n  }\n  nav.toc li a{\n    display:flex;gap:8px;\n    color:var(--text-muted);text-decoration:none;font-size:0.93rem;\n    padding:3px 0;\n    border-bottom:1px dotted transparent;\n  }\n  nav.toc li a:hover{color:var(--accent);border-bottom-color:var(--accent);}\n  nav.toc li a .n{font-family:'JetBrains Mono',monospace;color:var(--text-faint);font-size:0.8rem;}\n\n  \/* ---------- Section gutter (editor line-number motif) ---------- *\/\n  main{margin-top:44px;}\n  section.doc-section{\n    display:grid;\n    grid-template-columns:44px 1fr;\n    gap:0 18px;\n    counter-increment:sec;\n    padding-top:40px;\n    scroll-margin-top:24px;\n  }\n  section.doc-section:first-of-type{padding-top:0;}\n  .gutter{\n    font-family:'JetBrains Mono', monospace;\n    font-size:0.8rem;\n    color:var(--text-faint);\n    text-align:right;\n    padding-top:6px;\n    user-select:none;\n  }\n  .gutter::before{content:counter(sec, decimal-leading-zero);}\n  .sec-body{\n    border-left:1px solid var(--border);\n    padding-left:18px;\n    min-width:0;\n  }\n  section.doc-section:last-of-type .sec-body{padding-bottom:4px;}\n\n  h2{\n    font-family:'Libre Franklin', sans-serif;\n    font-weight:700;\n    font-size:1.5rem;\n    letter-spacing:-0.01em;\n    margin:0 0 14px;\n    text-wrap:balance;\n  }\n  h3{\n    font-family:'Libre Franklin', sans-serif;\n    font-weight:700;\n    font-size:1.1rem;\n    margin:24px 0 10px;\n  }\n  p{margin:0 0 14px;color:var(--text);max-width:66ch;}\n  .sec-body > p:last-child{margin-bottom:0;}\n  ul, ol.plain{margin:0 0 14px;padding-left:22px;color:var(--text);}\n  ul li, ol.plain li{margin-bottom:6px;max-width:64ch;}\n  strong{font-weight:600;}\n  .muted{color:var(--text-muted);}\n\n  \/* callouts *\/\n  .note{\n    background:var(--accent-soft);\n    border:1px solid var(--accent);\n    border-radius:8px;\n    padding:12px 16px;\n    margin:16px 0;\n    font-size:0.93rem;\n  }\n  .note strong{color:var(--accent);}\n\n  \/* two-column feature grid *\/\n  .grid2{\n    display:grid;grid-template-columns:1fr 1fr;gap:14px;\n    margin:16px 0;\n  }\n  .card{\n    background:var(--surface);\n    border:1px solid var(--border);\n    border-radius:10px;\n    padding:16px 18px;\n  }\n  .card h4{\n    margin:0 0 6px;font-family:'Libre Franklin',sans-serif;font-weight:700;font-size:0.98rem;\n  }\n  .card p{margin:0;font-size:0.9rem;color:var(--text-muted);}\n  .card.no{border-style:dashed;}\n  .card.no h4{color:var(--text-faint);}\n\n  \/* tables *\/\n  .table-wrap{overflow-x:auto;margin:16px 0;border:1px solid var(--border);border-radius:10px;}\n  table{border-collapse:collapse;width:100%;font-size:0.92rem;background:var(--surface);}\n  thead th{\n    text-align:left;\n    font-family:'JetBrains Mono',monospace;\n    font-size:11px;letter-spacing:0.06em;text-transform:uppercase;\n    color:var(--text-faint);\n    background:var(--surface-2);\n    padding:10px 14px;\n    border-bottom:1px solid var(--border);\n    white-space:nowrap;\n  }\n  tbody td{padding:9px 14px;border-bottom:1px solid var(--border);vertical-align:top;}\n  tbody tr:last-child td{border-bottom:none;}\n  tbody td:first-child{white-space:nowrap;}\n\n  kbd{\n    display:inline-block;\n    font-size:0.82rem;\n    background:var(--kbd-bg);\n    border:1px solid var(--border-strong);\n    border-bottom:2px solid var(--kbd-shadow);\n    border-radius:5px;\n    padding:2px 7px;\n    color:var(--text);\n  }\n\n  \/* menu reference *\/\n  .menubar{\n    display:grid;grid-template-columns:repeat(5,1fr);gap:12px;\n    margin:16px 0;\n  }\n  .menubar .menu{\n    background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:12px 14px;\n  }\n  .menubar .menu h5{\n    margin:0 0 8px;font-family:'JetBrains Mono',monospace;font-size:11px;\n    letter-spacing:0.06em;text-transform:uppercase;color:var(--accent);\n  }\n  .menubar .menu ul{list-style:none;margin:0;padding:0;}\n  .menubar .menu li{\n    font-size:0.82rem;color:var(--text-muted);padding:3px 0;\n    border-bottom:1px solid var(--border);\n  }\n  .menubar .menu li:last-child{border-bottom:none;}\n  .menubar .menu li.sep{border-bottom:none;height:1px;background:var(--border);padding:0;margin:4px 0;}\n\n  \/* toolbar mock *\/\n  .toolbar-mock{\n    display:flex;flex-wrap:wrap;gap:6px;\n    background:var(--surface);border:1px solid var(--border);border-radius:10px;\n    padding:10px;margin:16px 0;\n  }\n  .toolbar-mock button{\n    font-family:'JetBrains Mono',monospace;font-size:0.82rem;\n    background:var(--surface-2);color:var(--text-muted);\n    border:1px solid var(--border);border-radius:6px;\n    padding:6px 10px;cursor:default;\n  }\n  .toolbar-mock button.b{font-weight:700;}\n  .toolbar-mock button.i{font-style:italic;}\n  .toolbar-mock .spacer{flex:1 1 auto;}\n\n  \/* FAQ *\/\n  .faq dt{\n    font-family:'Libre Franklin',sans-serif;font-weight:700;font-size:1rem;\n    margin-top:16px;\n  }\n  .faq dt:first-child{margin-top:0;}\n  .faq dd{margin:6px 0 0;color:var(--text-muted);max-width:64ch;}\n\n  \/* metadata block *\/\n  .meta-block{\n    background:var(--mono-bg);\n    border:1px solid var(--border);\n    border-radius:10px;\n    padding:16px 18px;\n    font-family:'JetBrains Mono',monospace;\n    font-size:0.85rem;\n    overflow-x:auto;\n  }\n  .meta-block .row{display:flex;gap:14px;padding:6px 0;border-bottom:1px solid var(--border);}\n  .meta-block .row:last-child{border-bottom:none;}\n  .meta-block .k{flex:0 0 140px;color:var(--accent);}\n  .meta-block .v{color:var(--text-muted);white-space:pre-wrap;}\n\n  footer{\n    margin-top:56px;padding-top:24px;border-top:1px solid var(--border);\n    color:var(--text-faint);font-size:0.85rem;\n  }\n\n  @media (max-width:640px){\n    section.doc-section{grid-template-columns:1fr;}\n    .gutter{display:none;}\n    .sec-body{padding-left:0;border-left:none;}\n    nav.toc ol{grid-template-columns:1fr;}\n    .grid2{grid-template-columns:1fr;}\n    .menubar{grid-template-columns:repeat(2,1fr);}\n    .statusbar .stat{flex:1 1 45%;}\n  }\n<\/style>\n\n<div class=\"page\">\n\n  <header class=\"hero\">\n    <span class=\"eyebrow\">\u25cf desktop app guide<\/span>\n    <h1 class=\"title\">md-boss, fully explained<\/h1>\n    <p class=\"subtitle\">Everything the Markdown editor for Windows can do \u2014 the interface, file &amp; workspace management, formatting tools, live preview, themes, and every keyboard shortcut \u2014 in one reference.<\/p>\n\n    <div class=\"statusbar\">\n      <div class=\"stat\"><span class=\"num\">0.1.1<\/span><span class=\"lbl\">Version<\/span><\/div>\n      <div class=\"stat\"><span class=\"num\">Windows<\/span><span class=\"lbl\">Platform<\/span><\/div>\n      <div class=\"stat\"><span class=\"num\">CodeMirror 6<\/span><span class=\"lbl\">Editor engine<\/span><\/div>\n      <div class=\"stat\"><span class=\"num\">EN \/ \u0395\u039b<\/span><span class=\"lbl\">Languages<\/span><\/div>\n      <div class=\"stat\"><span class=\"num\">16<\/span><span class=\"lbl\">Sections<\/span><\/div>\n    <\/div>\n\n    <nav class=\"toc\">\n      <span class=\"toc-label\">On this page<\/span>\n      <ol>\n        <li><a href=\"#s1\"><span class=\"n\">01<\/span> What it is (and isn&#8217;t)<\/a><\/li>\n        <li><a href=\"#s2\"><span class=\"n\">02<\/span> Installation<\/a><\/li>\n        <li><a href=\"#s3\"><span class=\"n\">03<\/span> Interface tour<\/a><\/li>\n        <li><a href=\"#s4\"><span class=\"n\">04<\/span> Files &amp; tabs<\/a><\/li>\n        <li><a href=\"#s5\"><span class=\"n\">05<\/span> Workspace sidebar<\/a><\/li>\n        <li><a href=\"#s6\"><span class=\"n\">06<\/span> Editing Markdown<\/a><\/li>\n        <li><a href=\"#s7\"><span class=\"n\">07<\/span> Live preview &amp; syntax<\/a><\/li>\n        <li><a href=\"#s8\"><span class=\"n\">08<\/span> Themes &amp; appearance<\/a><\/li>\n        <li><a href=\"#s9\"><span class=\"n\">09<\/span> Interface language<\/a><\/li>\n        <li><a href=\"#s10\"><span class=\"n\">10<\/span> Status bar<\/a><\/li>\n        <li><a href=\"#s11\"><span class=\"n\">11<\/span> Persisted settings<\/a><\/li>\n        <li><a href=\"#s12\"><span class=\"n\">12<\/span> Keyboard shortcuts<\/a><\/li>\n        <li><a href=\"#s13\"><span class=\"n\">13<\/span> Menu reference<\/a><\/li>\n        <li><a href=\"#s14\"><span class=\"n\">14<\/span> Tips<\/a><\/li>\n        <li><a href=\"#s15\"><span class=\"n\">15<\/span> FAQ<\/a><\/li>\n        <li><a href=\"#s16\"><span class=\"n\">16<\/span> About &amp; publishing data<\/a><\/li>\n      <\/ol>\n    <\/nav>\n  <\/header>\n\n  <main>\n\n    <section class=\"doc-section\" id=\"s1\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>What md-boss is (and isn&#8217;t)<\/h2>\n        <p>md-boss is a fast, focused Markdown reader and editor built specifically for Windows. It pairs the <strong>CodeMirror 6<\/strong> editing engine with a live, GitHub-flavored preview pane, a full workspace file-tree sidebar, multi-tab editing, and a clean interface available in English and Greek. There are no accounts, no cloud sync, and no plugin marketplace \u2014 install it, open a file or folder, and start writing.<\/p>\n\n        <div class=\"grid2\">\n          <div class=\"card\">\n            <h4>What it does<\/h4>\n            <p>Edits &amp; previews GFM-style Markdown (tables, task lists, footnotes, syntax-highlighted code). Manages multiple files as tabs with a full folder sidebar. Exports to standalone HTML. Light \/ Dark \/ System themes. Runs fully offline, no telemetry.<\/p>\n          <\/div>\n          <div class=\"card no\">\n            <h4>What it doesn&#8217;t do<\/h4>\n            <p>No math typesetting (KaTeX\/MathJax), no Mermaid diagrams, no plugin system, no auto-save, no cloud sync or accounts. Windows only \u2014 no macOS or Linux build.<\/p>\n          <\/div>\n        <\/div>\n        <p class=\"muted\">Knowing these boundaries up front sets expectations: md-boss trades extensibility for simplicity and speed.<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s2\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Installation<\/h2>\n        <p>md-boss ships as a Windows NSIS installer. Download it, run it, and launch md-boss from the Start menu like any other application. On first launch, the app opens with a single blank <code>Untitled-1<\/code> tab and default settings \u2014 system theme, split view, English interface.<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s3\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Interface tour<\/h2>\n        <p>The window is organized into five regions:<\/p>\n        <ol class=\"plain\">\n          <li><strong>Toolbar<\/strong> (top) \u2014 formatting buttons, view-mode switch, theme switch, language switch. Doubles as the window&#8217;s drag handle.<\/li>\n          <li><strong>Tab bar<\/strong> \u2014 one tab per open document, plus a &#8220;+&#8221; to create a blank tab.<\/li>\n          <li><strong>Sidebar<\/strong> (togglable) \u2014 a workspace file tree, or Recent Files \/ Recent Folders when no folder is open.<\/li>\n          <li><strong>Editor \/ Preview<\/strong> \u2014 shown in Edit, Split, or Preview mode.<\/li>\n          <li><strong>Status bar<\/strong> \u2014 path, dirty state, word count, character count, reading time, cursor position.<\/li>\n        <\/ol>\n\n        <div class=\"toolbar-mock\" aria-hidden=\"true\">\n          <button>\u2630<\/button>\n          <button>H1<\/button><button>H2<\/button><button>H3<\/button>\n          <button class=\"b\">B<\/button><button class=\"i\">I<\/button><button>S<\/button>\n          <button>\u275d<\/button><button>&lt;\/&gt;<\/button><button>{ }<\/button>\n          <button>Link<\/button><button>Img<\/button>\n          <button>\u2022 List<\/button><button>1. List<\/button><button>&#x2611;<\/button>\n          <button>Table<\/button><button>\u2014<\/button>\n          <div class=\"spacer\"><\/div>\n          <button>Edit<\/button><button>Split<\/button><button>Preview<\/button>\n          <button>Auto<\/button><button>Light<\/button><button>Dark<\/button>\n        <\/div>\n        <p class=\"muted\" style=\"font-size:0.85rem;margin-top:-8px;\">A reconstruction of the toolbar&#8217;s button order, left to right.<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s4\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Working with files and tabs<\/h2>\n\n        <h3>Opening files<\/h3>\n        <ul>\n          <li><strong>Open File<\/strong> <kbd>Ctrl<\/kbd>+<kbd>O<\/kbd> \u2014 native picker filtered to <code>.md<\/code>, <code>.markdown<\/code>, <code>.mdown<\/code>, <code>.mkd<\/code>, <code>.mdx<\/code>, with an &#8220;All Files&#8221; option for anything else.<\/li>\n          <li><strong>Open Folder<\/strong> <kbd>Ctrl<\/kbd>+<kbd>Shift<\/kbd>+<kbd>O<\/kbd> \u2014 opens a folder as a workspace and populates the sidebar with a recursive Markdown file tree (noise folders like <code>node_modules<\/code> and <code>.git<\/code> are skipped automatically, to depth 6).<\/li>\n          <li><strong>Drag and drop<\/strong> \u2014 drop a <code>.md<\/code> file on the window to open it as a new tab.<\/li>\n          <li><strong>Recent Files \/ Recent Folders<\/strong> \u2014 the 10 most recent of each, shown in the sidebar when no workspace is open. Your last folder reopens automatically on next launch.<\/li>\n        <\/ul>\n\n        <h3>Managing tabs<\/h3>\n        <p>Every open document is a tab with its own independent undo\/redo history and cursor position, so switching tabs never loses your place. A dirty tab shows a dot indicator; closing a dirty tab or quitting with unsaved tabs prompts a confirmation \u2014 the quit prompt even tells you how many files have unsaved changes.<\/p>\n\n        <h3>Saving and exporting<\/h3>\n        <ul>\n          <li><strong>Save<\/strong> <kbd>Ctrl<\/kbd>+<kbd>S<\/kbd> \u2014 writes to the current path.<\/li>\n          <li><strong>Save As\u2026<\/strong> <kbd>Ctrl<\/kbd>+<kbd>Shift<\/kbd>+<kbd>S<\/kbd> \u2014 writes to a new path.<\/li>\n          <li><strong>Export as HTML\u2026<\/strong> \u2014 renders the active document into one self-contained HTML file, styles inlined, ready to email or host.<\/li>\n        <\/ul>\n\n        <div class=\"note\"><strong>External changes:<\/strong> md-boss watches the active tab&#8217;s file on disk. If it changes outside the app, you&#8217;re prompted to reload \u2014 reloading discards unsaved local edits, so it always asks first.<\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s5\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>The workspace sidebar<\/h2>\n        <p>Opening a folder turns the sidebar into a full file-tree browser: folders before files, both sorted alphabetically, Markdown files only. Click any file to open or focus its tab.<\/p>\n        <p>Right-click a tree item for <strong>New File<\/strong>, <strong>New Folder<\/strong> (on folders), <strong>Rename<\/strong>, <strong>Reveal in Explorer<\/strong>, and <strong>Delete<\/strong> \u2014 delete moves the item to the Recycle Bin, never a permanent removal. Rename happens inline in the tree. The workspace header shows the folder name with a &#8220;\u00d7&#8221; to close the workspace without closing any open tabs.<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s6\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Editing Markdown<\/h2>\n        <p>The editor runs on <strong>CodeMirror 6<\/strong> with the official Markdown language mode: syntax-aware highlighting for headings, bold\/italic\/strikethrough, links, inline code, blockquotes, lists, and rules; fenced code blocks are highlighted <em>by their own language<\/em> right inside the editor (a <code>```js<\/code> block reads as JavaScript, not plain text); bracket matching, drop-cursor, and independent undo\/redo per tab. <kbd>Tab<\/kbd> indents rather than shifting focus out. Find\/Replace opens with <kbd>Ctrl<\/kbd>+<kbd>F<\/kbd>. The editor font is Cascadia Code (falling back to Consolas), sized 10\u201328px.<\/p>\n\n        <h3>Formatting toolbar &amp; Insert menu<\/h3>\n        <div class=\"table-wrap\">\n          <table>\n            <thead><tr><th>Element<\/th><th>Result<\/th><\/tr><\/thead>\n            <tbody>\n              <tr><td>Heading 1 \/ 2 \/ 3<\/td><td>Prefixes selected lines with <code>#<\/code>, <code>##<\/code>, or <code>###<\/code><\/td><\/tr>\n              <tr><td>Bold<\/td><td>Wraps selection in <code>**text**<\/code><\/td><\/tr>\n              <tr><td>Italic<\/td><td>Wraps selection in <code>_text_<\/code><\/td><\/tr>\n              <tr><td>Strikethrough<\/td><td>Wraps selection in <code>~~text~~<\/code><\/td><\/tr>\n              <tr><td>Quote<\/td><td>Prefixes selected lines with <code>&gt; <\/code><\/td><\/tr>\n              <tr><td>Inline code<\/td><td>Wraps selection in <code>`code`<\/code><\/td><\/tr>\n              <tr><td>Code block<\/td><td>Inserts a fenced <code>```<\/code> block, cursor placed inside<\/td><\/tr>\n              <tr><td>Link<\/td><td>Inserts <code>[text](https:\/\/)<\/code><\/td><\/tr>\n              <tr><td>Image<\/td><td>Inserts <code>![alt text](https:\/\/)<\/code><\/td><\/tr>\n              <tr><td>Bullet list<\/td><td>Prefixes selected lines with <code>- <\/code><\/td><\/tr>\n              <tr><td>Numbered list<\/td><td>Auto-incrementing <code>1.<\/code>, <code>2.<\/code>, <code>3.<\/code> \u2026<\/td><\/tr>\n              <tr><td>Task list<\/td><td>Prefixes selected lines with <code>- [ ] <\/code><\/td><\/tr>\n              <tr><td>Table<\/td><td>Inserts a ready-to-edit 2\u00d72 Markdown table skeleton<\/td><\/tr>\n              <tr><td>Horizontal rule<\/td><td>Inserts <code>---<\/code><\/td><\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\n        <p class=\"muted\">Wrap actions work across multiple cursors at once. With nothing selected, placeholder text is inserted and pre-selected so you can start typing immediately.<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s7\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Live preview &amp; Markdown support<\/h2>\n        <p>Preview is rendered with <code>markdown-it<\/code> plus a curated set of GitHub-flavored extensions, re-rendering 120ms after you stop typing. Supported: headings with clickable anchors, bold\/italic\/strikethrough, blockquotes, nested ordered &amp; unordered lists, <strong>task lists<\/strong> with checkboxes, <strong>tables<\/strong>, <strong>syntax-highlighted fenced code blocks<\/strong>, inline code, auto-linkified URLs (all links open externally, never in-app), images, horizontal rules, <strong>footnotes<\/strong>, and typographic niceties like smart quotes and en\/em dashes.<\/p>\n        <p>All rendered HTML is sanitized before display, and raw HTML in your source is not executed. <strong>Not supported:<\/strong> math typesetting (KaTeX\/MathJax) and Mermaid diagrams.<\/p>\n\n        <h3>View modes<\/h3>\n        <p>Toggle with <kbd>Ctrl<\/kbd>+<kbd>Shift<\/kbd>+<kbd>P<\/kbd> (cycles Edit \u2192 Split \u2192 Preview):<\/p>\n        <ul>\n          <li><strong>Edit<\/strong> \u2014 editor only, full width<\/li>\n          <li><strong>Split<\/strong> \u2014 editor and preview side by side with synced scrolling (default)<\/li>\n          <li><strong>Preview<\/strong> \u2014 rendered output only, full width<\/li>\n        <\/ul>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s8\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Themes &amp; appearance<\/h2>\n        <p>Cycle with <kbd>Ctrl<\/kbd>+<kbd>Shift<\/kbd>+<kbd>D<\/kbd> (System \u2192 Light \u2192 Dark \u2192 System):<\/p>\n        <ul>\n          <li><strong>System<\/strong> \u2014 follows Windows&#8217; light\/dark setting live<\/li>\n          <li><strong>Light<\/strong> \u2014 white background, dark text, blue accents<\/li>\n          <li><strong>Dark<\/strong> \u2014 near-black background, light text, lighter blue accents<\/li>\n        <\/ul>\n        <p class=\"muted\">Both palettes extend across the editor&#8217;s syntax colors, preview pane, and scrollbars \u2014 no mixed-theme state. Font size (10\u201328px, via zoom) is the one adjustable visual setting; there&#8217;s no custom CSS or theme editor.<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s9\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Interface language<\/h2>\n        <p>The interface is available in <strong>English<\/strong> and <strong>Greek (\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac)<\/strong>, switchable instantly via the EN \/ \u0395\u039b toggle. Switching updates every label, tooltip, and dialog, rebuilds the native menu bar in the new language, and is remembered on next launch.<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s10\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>The status bar<\/h2>\n        <p>Always visible at the bottom: file path (or &#8220;Untitled&#8221;) with a dirty-state marker, word count, character count, estimated reading time (~200 wpm, minimum 1 minute), and cursor position as line\/column.<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s11\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Settings that persist automatically<\/h2>\n        <p>There&#8217;s no separate &#8220;save settings&#8221; step \u2014 md-boss remembers, between sessions: theme, interface language, editor font size, view mode, window size &amp; position, up to 10 recent files and 10 recent folders, and the last workspace folder (restored automatically).<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s12\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Complete keyboard shortcut reference<\/h2>\n        <div class=\"table-wrap\">\n          <table>\n            <thead><tr><th>Shortcut<\/th><th>Action<\/th><\/tr><\/thead>\n            <tbody>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>N<\/kbd><\/td><td>New file<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>O<\/kbd><\/td><td>Open file<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>Shift<\/kbd>+<kbd>O<\/kbd><\/td><td>Open folder<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>S<\/kbd><\/td><td>Save<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>Shift<\/kbd>+<kbd>S<\/kbd><\/td><td>Save as<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>W<\/kbd><\/td><td>Close tab<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>F<\/kbd><\/td><td>Find \/ Replace<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>B<\/kbd><\/td><td>Bold<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>I<\/kbd><\/td><td>Italic<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>1<\/kbd><\/td><td>Heading 1<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>2<\/kbd><\/td><td>Heading 2<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>3<\/kbd><\/td><td>Heading 3<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>K<\/kbd><\/td><td>Insert link<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>E<\/kbd><\/td><td>Inline code<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>\\<\/kbd><\/td><td>Toggle sidebar<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>Shift<\/kbd>+<kbd>P<\/kbd><\/td><td>Cycle view mode<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>Shift<\/kbd>+<kbd>D<\/kbd><\/td><td>Cycle theme<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>=<\/kbd><\/td><td>Zoom in<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>-<\/kbd><\/td><td>Zoom out<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>0<\/kbd><\/td><td>Reset zoom<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>Z<\/kbd> \/ <kbd>Ctrl<\/kbd>+<kbd>Y<\/kbd><\/td><td>Undo \/ Redo<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>X<\/kbd>\/<kbd>C<\/kbd>\/<kbd>V<\/kbd><\/td><td>Cut \/ Copy \/ Paste<\/td><\/tr>\n              <tr><td><kbd>Ctrl<\/kbd>+<kbd>A<\/kbd><\/td><td>Select all<\/td><\/tr>\n              <tr><td><kbd>Tab<\/kbd> <span class=\"muted\">(in editor)<\/span><\/td><td>Indent<\/td><\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\n        <p class=\"muted\">Strikethrough, Image, Code Block, Quote, Bullet\/Numbered\/Task List, Table, Horizontal Rule, and Export as HTML have no default shortcut \u2014 use the toolbar or Insert\/File menu.<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s13\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Menu reference<\/h2>\n        <div class=\"menubar\">\n          <div class=\"menu\">\n            <h5>File<\/h5>\n            <ul>\n              <li>New File<\/li><li>Open File<\/li><li>Open Folder<\/li>\n              <li class=\"sep\"><\/li>\n              <li>Save<\/li><li>Save As<\/li><li>Export as HTML<\/li>\n              <li class=\"sep\"><\/li>\n              <li>Close Tab<\/li><li>Quit<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"menu\">\n            <h5>Edit<\/h5>\n            <ul>\n              <li>Undo<\/li><li>Redo<\/li>\n              <li class=\"sep\"><\/li>\n              <li>Cut<\/li><li>Copy<\/li><li>Paste<\/li><li>Select All<\/li>\n              <li class=\"sep\"><\/li>\n              <li>Find\/Replace<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"menu\">\n            <h5>Insert<\/h5>\n            <ul>\n              <li>Bold<\/li><li>Italic<\/li><li>Strikethrough<\/li>\n              <li class=\"sep\"><\/li>\n              <li>Heading 1\/2\/3<\/li>\n              <li class=\"sep\"><\/li>\n              <li>Link<\/li><li>Image<\/li><li>Inline Code<\/li><li>Code Block<\/li><li>Quote<\/li>\n              <li class=\"sep\"><\/li>\n              <li>Bullet \/ Numbered \/ Task List<\/li><li>Table<\/li><li>Horizontal Rule<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"menu\">\n            <h5>View<\/h5>\n            <ul>\n              <li>Toggle Sidebar<\/li><li>Toggle Preview<\/li><li>Cycle Theme<\/li>\n              <li class=\"sep\"><\/li>\n              <li>Zoom In<\/li><li>Zoom Out<\/li><li>Reset Zoom<\/li>\n              <li class=\"sep\"><\/li>\n              <li>Toggle DevTools<\/li><li>Reload<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"menu\">\n            <h5>Help<\/h5>\n            <ul>\n              <li>About md-boss<\/li><li>Version display<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s14\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Tips for getting the most out of md-boss<\/h2>\n        <ul>\n          <li><strong>Open a folder, not just files.<\/strong> A workspace gives you the file tree, right-click management, and fast switching \u2014 most valuable for multi-file projects like documentation sets or notes vaults.<\/li>\n          <li><strong>Use Split view while writing prose.<\/strong> Synced scrolling shows how formatting renders without leaving the keyboard.<\/li>\n          <li><strong>Lean on shortcuts for headings and inline formatting<\/strong> \u2014 <kbd>Ctrl<\/kbd>+<kbd>1<\/kbd>\/<kbd>2<\/kbd>\/<kbd>3<\/kbd>, <kbd>Ctrl<\/kbd>+<kbd>B<\/kbd>, <kbd>Ctrl<\/kbd>+<kbd>I<\/kbd>, <kbd>Ctrl<\/kbd>+<kbd>K<\/kbd> \u2014 the fastest path without touching the mouse.<\/li>\n          <li><strong>Export to HTML before sharing outside Markdown-aware tools.<\/strong> The export is one self-contained file, ideal for emailing or archiving a finished document exactly as it renders in md-boss.<\/li>\n          <li><strong>There&#8217;s no auto-save.<\/strong> Build the <kbd>Ctrl<\/kbd>+<kbd>S<\/kbd> habit, especially before switching tabs or quitting.<\/li>\n        <\/ul>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s15\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>Frequently asked questions<\/h2>\n        <dl class=\"faq\">\n          <dt>Does md-boss support math equations or diagrams?<\/dt>\n          <dd>No. There&#8217;s no KaTeX\/MathJax math rendering and no Mermaid diagram support in the current version.<\/dd>\n\n          <dt>Can I install plugins or extensions?<\/dt>\n          <dd>No. md-boss has a fixed, curated feature set with no plugin system.<\/dd>\n\n          <dt>What file types can I open?<\/dt>\n          <dd><code>.md<\/code>, <code>.markdown<\/code>, <code>.mdown<\/code>, <code>.mkd<\/code>, <code>.mdx<\/code> are recognized natively; the Open dialog also lets you open any file as plain text with Markdown highlighting applied.<\/dd>\n\n          <dt>Is my data stored in the cloud?<\/dt>\n          <dd>No. md-boss works entirely offline against local files, with no account system and no telemetry.<\/dd>\n\n          <dt>Does deleting a file in the sidebar delete it permanently?<\/dt>\n          <dd>No \u2014 it moves to the Windows Recycle Bin, so it&#8217;s recoverable.<\/dd>\n\n          <dt>Is md-boss available for macOS or Linux?<\/dt>\n          <dd>Not currently \u2014 it&#8217;s distributed as a Windows installer only.<\/dd>\n\n          <dt>What happens if a file changes outside md-boss while it&#8217;s open?<\/dt>\n          <dd>md-boss detects the change and prompts you to reload it; reloading discards unsaved edits in that tab, so it asks for confirmation first.<\/dd>\n        <\/dl>\n      <\/div>\n    <\/section>\n\n    <section class=\"doc-section\" id=\"s16\">\n      <div class=\"gutter\"><\/div>\n      <div class=\"sec-body\">\n        <h2>About &amp; publishing data<\/h2>\n        <p>md-boss is developed by Konstantinos Kourentzes. Find version info and author details any time via <strong>Help \u2192 About md-boss<\/strong>.<\/p>\n\n       \n    <\/section>\n\n  <\/main>\n\n  <footer>\n    Reflects md-boss version 0.1.1. A fixed, curated feature set means this guide should stay accurate across future point releases.\n  <\/footer>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>md-boss Guide \u25cf desktop app guide md-boss, fully explained Everything the Markdown editor for Windows can do \u2014 the interface, file &amp; workspace management, formatting tools, live preview, themes, and every keyboard shortcut \u2014 in one reference. 0.1.1Version WindowsPlatform CodeMirror 6Editor engine EN \/ \u0395\u039bLanguages 16Sections On this page 01 What it is (and isn&#8217;t)&#8230;<\/p>\n<p class=\"more-link-wrap\"><a href=\"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/\" class=\"more-link\">Read More<span class=\"screen-reader-text\"> &ldquo;md-boss: A Complete Guide to the Feature-Rich Markdown Editor for Windows&rdquo;<\/span> &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":2188,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/large.php","meta":{"_eb_attr":"","_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-2187","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>md-boss: A Complete Guide to the Feature-Rich Markdown Editor for Windows - konstantinos.kourentzes.com<\/title>\n<meta name=\"description\" content=\"Complete guide to md-boss, the feature-rich Markdown editor for Windows: live preview, file tree, tabs, themes, shortcuts, HTML export, and more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"md-boss: A Complete Guide to the Feature-Rich Markdown Editor for Windows - konstantinos.kourentzes.com\" \/>\n<meta property=\"og:description\" content=\"Complete guide to md-boss, the feature-rich Markdown editor for Windows: live preview, file tree, tabs, themes, shortcuts, HTML export, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"konstantinos.kourentzes.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-24T22:00:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2026\/08\/emperor_kk_md-boss_logo_for_application_that_reads_md_files_-_47c65332-dd4c-496b-a409-9f4cffe5a996_2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@kkourentzes\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/md-boss-markdown-editor-windows-guide\\\/\",\"url\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/md-boss-markdown-editor-windows-guide\\\/\",\"name\":\"md-boss: A Complete Guide to the Feature-Rich Markdown Editor for Windows - konstantinos.kourentzes.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/md-boss-markdown-editor-windows-guide\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/md-boss-markdown-editor-windows-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/emperor_kk_md-boss_logo_for_application_that_reads_md_files_-_47c65332-dd4c-496b-a409-9f4cffe5a996_2.png\",\"datePublished\":\"2026-08-24T21:52:26+00:00\",\"dateModified\":\"2026-08-24T22:00:35+00:00\",\"description\":\"Complete guide to md-boss, the feature-rich Markdown editor for Windows: live preview, file tree, tabs, themes, shortcuts, HTML export, and more.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/md-boss-markdown-editor-windows-guide\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/md-boss-markdown-editor-windows-guide\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/md-boss-markdown-editor-windows-guide\\\/#primaryimage\",\"url\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/emperor_kk_md-boss_logo_for_application_that_reads_md_files_-_47c65332-dd4c-496b-a409-9f4cffe5a996_2.png\",\"contentUrl\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/emperor_kk_md-boss_logo_for_application_that_reads_md_files_-_47c65332-dd4c-496b-a409-9f4cffe5a996_2.png\",\"width\":1024,\"height\":1024,\"caption\":\"md-boss\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/md-boss-markdown-editor-windows-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"md-boss: A Complete Guide to the Feature-Rich Markdown Editor for Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/#website\",\"url\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/\",\"name\":\"kourentzes.com\\\/konstantinos\",\"description\":\"Konstantinos Kourentzes\",\"publisher\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/#\\\/schema\\\/person\\\/2693fb0ad7f7638a020431ffe372c822\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/#\\\/schema\\\/person\\\/2693fb0ad7f7638a020431ffe372c822\",\"name\":\"Konstantinos Kourentzes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/kko.png\",\"url\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/kko.png\",\"contentUrl\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/kko.png\",\"width\":2835,\"height\":2268,\"caption\":\"Konstantinos Kourentzes\"},\"logo\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/kko.png\"},\"description\":\"Konstantinos Kourentzes is a distinguished technologist and Enterprise Resource Planning (ERP) consultant renowned for his expertise in delivering cutting-edge technology solutions. Based in Marousi, Greece, he has a knack for seamlessly integrating data-driven systems, empowering businesses to streamline their operations and achieve peak efficiency. A fervent proponent of innovation, Konstantinos is committed to instigating revolutionary shifts within organizations. His approach revolves around delivering custom-tailored ERP solutions that seamlessly align with each business's distinctive requirements. This catalyzes enduring collaborations rooted in unwavering trust and tangible outcomes. With a background rooted in technology and a passion for optimizing business processes, Konstantinos is your go-to partner for harnessing the power of ERP systems to unlock operational excellence. Connect with Konstantinos on LinkedIn to explore how his technological insights can drive your business to new heights.\",\"sameAs\":[\"https:\\\/\\\/kourentzes.com\\\/konstantinos\",\"https:\\\/\\\/x.com\\\/kkourentzes\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"md-boss: A Complete Guide to the Feature-Rich Markdown Editor for Windows - konstantinos.kourentzes.com","description":"Complete guide to md-boss, the feature-rich Markdown editor for Windows: live preview, file tree, tabs, themes, shortcuts, HTML export, and more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/","og_locale":"en_US","og_type":"article","og_title":"md-boss: A Complete Guide to the Feature-Rich Markdown Editor for Windows - konstantinos.kourentzes.com","og_description":"Complete guide to md-boss, the feature-rich Markdown editor for Windows: live preview, file tree, tabs, themes, shortcuts, HTML export, and more.","og_url":"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/","og_site_name":"konstantinos.kourentzes.com","article_modified_time":"2026-08-24T22:00:35+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2026\/08\/emperor_kk_md-boss_logo_for_application_that_reads_md_files_-_47c65332-dd4c-496b-a409-9f4cffe5a996_2.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@kkourentzes","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/","url":"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/","name":"md-boss: A Complete Guide to the Feature-Rich Markdown Editor for Windows - konstantinos.kourentzes.com","isPartOf":{"@id":"https:\/\/kourentzes.com\/konstantinos\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/#primaryimage"},"image":{"@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2026\/08\/emperor_kk_md-boss_logo_for_application_that_reads_md_files_-_47c65332-dd4c-496b-a409-9f4cffe5a996_2.png","datePublished":"2026-08-24T21:52:26+00:00","dateModified":"2026-08-24T22:00:35+00:00","description":"Complete guide to md-boss, the feature-rich Markdown editor for Windows: live preview, file tree, tabs, themes, shortcuts, HTML export, and more.","breadcrumb":{"@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/#primaryimage","url":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2026\/08\/emperor_kk_md-boss_logo_for_application_that_reads_md_files_-_47c65332-dd4c-496b-a409-9f4cffe5a996_2.png","contentUrl":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2026\/08\/emperor_kk_md-boss_logo_for_application_that_reads_md_files_-_47c65332-dd4c-496b-a409-9f4cffe5a996_2.png","width":1024,"height":1024,"caption":"md-boss"},{"@type":"BreadcrumbList","@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/md-boss-markdown-editor-windows-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kourentzes.com\/konstantinos\/"},{"@type":"ListItem","position":2,"name":"md-boss: A Complete Guide to the Feature-Rich Markdown Editor for Windows"}]},{"@type":"WebSite","@id":"https:\/\/kourentzes.com\/konstantinos\/#website","url":"https:\/\/kourentzes.com\/konstantinos\/","name":"kourentzes.com\/konstantinos","description":"Konstantinos Kourentzes","publisher":{"@id":"https:\/\/kourentzes.com\/konstantinos\/#\/schema\/person\/2693fb0ad7f7638a020431ffe372c822"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kourentzes.com\/konstantinos\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/kourentzes.com\/konstantinos\/#\/schema\/person\/2693fb0ad7f7638a020431ffe372c822","name":"Konstantinos Kourentzes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2022\/02\/kko.png","url":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2022\/02\/kko.png","contentUrl":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2022\/02\/kko.png","width":2835,"height":2268,"caption":"Konstantinos Kourentzes"},"logo":{"@id":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2022\/02\/kko.png"},"description":"Konstantinos Kourentzes is a distinguished technologist and Enterprise Resource Planning (ERP) consultant renowned for his expertise in delivering cutting-edge technology solutions. Based in Marousi, Greece, he has a knack for seamlessly integrating data-driven systems, empowering businesses to streamline their operations and achieve peak efficiency. A fervent proponent of innovation, Konstantinos is committed to instigating revolutionary shifts within organizations. His approach revolves around delivering custom-tailored ERP solutions that seamlessly align with each business's distinctive requirements. This catalyzes enduring collaborations rooted in unwavering trust and tangible outcomes. With a background rooted in technology and a passion for optimizing business processes, Konstantinos is your go-to partner for harnessing the power of ERP systems to unlock operational excellence. Connect with Konstantinos on LinkedIn to explore how his technological insights can drive your business to new heights.","sameAs":["https:\/\/kourentzes.com\/konstantinos","https:\/\/x.com\/kkourentzes"]}]}},"_links":{"self":[{"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/pages\/2187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/comments?post=2187"}],"version-history":[{"count":1,"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/pages\/2187\/revisions"}],"predecessor-version":[{"id":2189,"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/pages\/2187\/revisions\/2189"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/media\/2188"}],"wp:attachment":[{"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/media?parent=2187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}