jcfk / org-sliced-images

Smoother scrolling with sliced images in org-mode
MIT License
19 stars 2 forks source link

org-sliced-images MELPA

This package displays org-mode inline images in a sliced manner, like the built-in insert-sliced-image. This improves the image scrolling experience.

Installation

Get me on MELPA! use-package example:

(use-package org-sliced-images
  :ensure t
  :config (org-sliced-images-mode))

Usage

Use the global minor mode org-sliced-images-mode to enable sliced images. The mode advises the following functions:

Concerning BEG and END arguments to the some of the functions, the beginning of the link to the image is the point considered.

Customization

Comparisons

Here's how this package compares to other attempts to make image scrolling nice.

Todo