jupyterlab/jupyterlab

Diff plugin

Open

#2,028 创建于 2017年4月6日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)TypeScript (13,454 star) (2,937 fork)batch import
enhancementhelp wantedtag:Extension Idea

描述

Often I wish I could easily diff two text selections without creating two temporary text files. It would be great to have a simple plugin which launches a diffing widget. It could start with two textareas side by side. Paste text into each side and press the 'diff' button, and the textareas are replaced with a side-by-side diff, and the diff button becomes an edit button.

Even better if the diffs are editable.

This is certainly not high priority compared to the underlying platform. I just wanted to capture the idea for the plugin here in case someone wants a small self-contained project.

贡献者指南

Diff plugin · jupyterlab/jupyterlab#2028 | Good First Issue