Skip to main content

jupyterlab_advanced_markdown_viewer_extension

GitHub Actions npm version PyPI version Total PyPI downloads JupyterLab 4 Brought To You By KOLOMOLO Donate PayPal

See the changes an AI agent, or any other program, makes to a Markdown file as it makes them. The JupyterLab Markdown Preview shows each change without a reload: added text is typed in on green, and removed text is struck through on red, then deleted. While the agent works, you can mark passages and write notes on them, stored in the Markdown file itself.

Features

  • Changes show as they are written - the Markdown Preview shows a change to the file within half a second, with no reload
  • Watch each change happen - added text is typed in on green; removed text is struck through on red, then deleted
  • Your place is kept - the preview keeps the same text in view when the file changes outside it
  • See which tab changed - a half-filled circle for a new change, a red square for a change held back or dropped where it met your unsaved edits, a cross for a deleted file
  • Unsaved edits are kept - a change from disk lands around your unsaved edits; where it overlaps or sits right beside them your text stands and the tab shows a red square; when the part that is dropped adds or removes a code fence or an HTML comment marker, such as a mark, none of the change is shown; save to keep your version, or choose File, Reload Markdown File from Disk to take the file's
  • Mark and note while the agent writes - six colours, notes on a passage or on the whole document, all listed beside the preview
  • Notes are stored in the file - as HTML comments that other Markdown renderers do not show; a note line an agent adds appears in the thread
  • Copy the document for an email - Copy Content in the preview's context menu puts the rendered document on the clipboard as basic HTML, without the theme's colours, the marks' paint or any styling

Screenshots

The screenshots use a dark theme; the colours of changes and marks change with the active JupyterLab theme.

A change being typed into the Markdown Preview

A change arriving from disk: "Monday." is struck through on red before it is deleted, "Tuesday." has been typed in on green, and two new lines are still being typed. The half-filled circle on the report.md tab shows that the file changed.

The notes panel beside the preview

Notes beside the preview: a note on the whole document, then three marked passages. Each note shows who wrote it and when, and all of them are stored in report.md as HTML comments.

Usage

  • Right-click a Markdown file in the file browser and choose Open With, then Markdown Preview. From then on a change arriving from disk is highlighted, and the tab shows an icon until you look
  • Select a passage in the preview, right-click and pick a colour under Mark; or select with caret browsing (F7) and press Ctrl Shift M (Cmd Shift M on macOS). Choose Add note to mark and write a note in one step
  • Press the plus in the notes panel header for a note on the document as a whole; the panel is shown from the badge at the top right of the preview or from Show notes in the context menu. The context menu and the palette offer no entry for the document note itself
  • Click a row in the panel to reveal its passage and open its notes, colours and removal control; the caret at the header's left edge collapses the panel to a strip of ticks, the cross hides it. With the panel hidden, the notes badge at the top right of the preview brings it back
  • Right-click the preview and choose Copy Content to put the whole rendered document on the clipboard as basic HTML: headings, lists, tables, links and code, with no colours or styling, ready to paste into an email. The same entry is in the command palette

Limitations

  • A file open only in an editor is not followed; open it in the Markdown Preview. A preview opened over unsaved edits after the file had already changed holds that change back, and a save then meets JupyterLab's own File Changed dialog
  • On network drives, Windows drives under WSL2 and other mounts that raise no file events, the first change can take up to 10 seconds to show; after it, the file is checked every second
  • A line an agent appends during the few milliseconds a mark is being written can be lost
  • With unsaved edits, a new mark stays in the document and reaches the file with your next save
  • With live updates off, or without the server extension, a mark is saved through JupyterLab, whose File Changed dialog can appear if an agent wrote in between; Revert keeps the agent's text and drops the new mark
  • Showing, collapsing or hiding the notes panel stores that state in the file as an HTML comment

Settings

All settings live under Settings, Advanced Settings Editor, Advanced Markdown Viewer.

  • enabled - on by default; off, the preview keeps what it showed until the document is reloaded; marks and notes have their own setting
  • pollInterval - the interval of the fallback check for filesystems that raise no file events, in seconds; file events through the server extension are the primary path, so a lower value does not make updates faster
  • highlight - green and red backgrounds on changed text
  • highlightVisibility - how strong those two backgrounds are: Low, Medium or High, Medium by default
  • fadeDuration - how long the highlight stays on changed text, in milliseconds; it rises over 0.5 s and fades away over the last 0.75 s
  • animation - on by default; changes play out as typing
  • animationSpeed - typing and deletion speed in characters per second on average, 75 by default; 0 shows a change at once
  • animationJitter - how far each character's time may stray from the even time at that speed, as a share of that time, from 0 to 1, 0.25 by default; 0 types evenly
  • tabCue - the markers on the document tab
  • notes - on by default; off, the panel, the marks and the marking entries are hidden and the markers in the file are left alone
  • author - the handle a note line opens with, without the leading @; empty writes @author

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install jupyterlab_advanced_markdown_viewer_extension

Uninstall

To remove the extension, execute:

pip uninstall jupyterlab_advanced_markdown_viewer_extension

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file jupyterlab_advanced_markdown_viewer_extension-1.0.10.tar.gz.

File metadata

File hashes

Hashes for jupyterlab_advanced_markdown_viewer_extension-1.0.10.tar.gz
Algorithm Hash digest
SHA256 d40331741a8d1dfad810973b49d3f2a0a43a23941045f560ed4f9f5a3ab3812d
MD5 650b31a8151bc8b7dfe0ffbb8912b05f
BLAKE2b-256 5dcce32234eeb7d85e409126d3f65455560069718048f2927f638069978ca54e

See more details on using hashes here.

File details

Details for the file jupyterlab_advanced_markdown_viewer_extension-1.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_advanced_markdown_viewer_extension-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 d73cc8c2addab2fa05a0a7e6edab386bcd339d6c7c7ae81b7e474ac1c0b08071
MD5 286f3c9593eaa7210e78c66e8734f611
BLAKE2b-256 c28f4e7f0a7c78170d74f1d2273866061150341120dc8a6c523f32e88beb18f5

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.12

2 files

1.0.11

2 files

This release

1.0.10 This release

2 files

1.0.9

2 files

1.0.8

2 files

1.0.7

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

0.6.41

2 files

0.6.28

2 files

0.6.10

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page