<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Inline markdown preview & better note taking plugin idea]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I’ve been working on some ideas for new Notepad++ plugins and wanted to get some opinions before I go too deep into building them.</p>
<ol>
<li>
<p dir="auto">Inline Markdown Preview<br />
I’m trying to add lightweight inline styling for Markdown i.e. things like bigger headings, bold/italic highlights, colored code blocks, etc. Nothing full HTML inside the editor, but enough to make Markdown easier to read while typing.<br />
For images, tables and other complex elements I’m thinking about showing a small popup or docked preview when you hover or hit a shortcut.<br />
Has anyone tried something similar or have suggestions for what would be most useful?</p>
</li>
<li>
<p dir="auto">Better Note-Taking Support<br />
I’m also exploring a concept for using Notepad++ as a simple note-taking app.<br />
Either:</p>
</li>
</ol>
<ul>
<li>open/convert .one notes into something editable, or</li>
<li>use a custom .npnote format (basically Markdown with some extra metadata/features).</li>
</ul>
<p dir="auto">I mainly want a clean writing workflow with fast previews, linking, checklists, etc.<br />
If you take notes inside NPP, how do you do it? Would something like this be helpful?</p>
<p dir="auto">Any feedback, ideas, or feature suggestions are welcome. Thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27244/inline-markdown-preview-better-note-taking-plugin-idea</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 00:29:40 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27244.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Nov 2025 16:51:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Inline markdown preview & better note taking plugin idea on Sat, 22 Nov 2025 18:36:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/h-jangra" aria-label="Profile: h-jangra">@<bdi>h-jangra</bdi></a></p>
<p dir="auto">I doubt that you can implement this in Scintilla in a reasonable way, but the other idea of having a preview is there, and there are at least two plugins, <a href="https://github.com/mohzy83/NppMarkdownPanel" rel="nofollow ugc">here</a> and <a href="https://github.com/nea/MarkdownViewerPlusPlus" rel="nofollow ugc">here</a> that can give you some ideas.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/103909</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/103909</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sat, 22 Nov 2025 18:36:19 GMT</pubDate></item><item><title><![CDATA[Reply to Inline markdown preview & better note taking plugin idea on Fri, 14 Nov 2025 06:00:45 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/coises" aria-label="Profile: Coises">@<bdi>Coises</bdi></a> &amp; <a class="plugin-mentions-user plugin-mentions-a" href="/user/rdipardo" aria-label="Profile: rdipardo">@<bdi>rdipardo</bdi></a><br />
I tried this and its working but still not better. You can suggest anything if I can add more styling.</p>
<p dir="auto"><img src="/assets/uploads/files/1763099841284-10f9d4ce-57f8-4d4c-a375-a9f4450b524e-image.png" alt="10f9d4ce-57f8-4d4c-a375-a9f4450b524e-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">h-jangra/BetterMarkdown/releases/tag/0.1</p>
]]></description><link>https://community.notepad-plus-plus.org/post/103801</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/103801</guid><dc:creator><![CDATA[h-jangra]]></dc:creator><pubDate>Fri, 14 Nov 2025 06:00:45 GMT</pubDate></item><item><title><![CDATA[Reply to Inline markdown preview & better note taking plugin idea on Thu, 13 Nov 2025 19:43:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/h-jangra" aria-label="Profile: h-jangra">@<bdi>h-jangra</bdi></a></p>
<p dir="auto">Maybe the <a href="https://github.com/Ekopalypse/NppLspClient" rel="nofollow ugc">LSP client</a> plugin comes close to what you want?</p>
<p dir="auto">Here’s an example of a diagnostic message displayed inline by means of a <a href="https://www.scintilla.org/ScintillaDoc.html#Annotations" rel="nofollow ugc">Scintilla annotation</a>:</p>
<p dir="auto"><img src="/assets/uploads/files/1763062746335-npplspclient-fsautocomplete-demo.png" alt="npplspclient-fsautocomplete-demo.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The current source code is not public, but you can ask <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> how it works.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/103796</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/103796</guid><dc:creator><![CDATA[rdipardo]]></dc:creator><pubDate>Thu, 13 Nov 2025 19:43:08 GMT</pubDate></item><item><title><![CDATA[Reply to Inline markdown preview & better note taking plugin idea on Thu, 13 Nov 2025 17:20:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/h-jangra" aria-label="Profile: h-jangra">@<bdi>h-jangra</bdi></a> said in <a href="/post/103794">Inline markdown preview &amp; better note taking plugin idea</a>:</p>
<blockquote>
<p dir="auto">I’m trying to add lightweight inline styling for Markdown i.e. things like bigger headings, bold/italic highlights, colored code blocks, etc. Nothing full HTML inside the editor, but enough to make Markdown easier to read while typing.</p>
</blockquote>
<p dir="auto">Larger headings will probably be impossible, since the underlying editing control, Scintilla, <a href="https://www.scintilla.org/ScintillaDoc.html#TextRetrievalAndModification" rel="nofollow ugc">does not support varying line heights</a>.</p>
<p dir="auto">The built-in markdown style handles some simple bold, italic and coloring. If you’re really interested in this, I would look at that and see if you can offer improvements, rather than starting from scratch.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/103795</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/103795</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Thu, 13 Nov 2025 17:20:05 GMT</pubDate></item></channel></rss>