Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

meyfa/atom-screenshot

Repository files navigation

atom-screenshot

Atom editor plugin for creating code screenshots

CI Maintainability

⚠️ Atom has been discontinued by GitHub1. Since this project no longer serves a purpose, it won't be developed further, and has been archived.

With this package, you can take a screenshot of your code as it is shown in Atom. With syntax highlighting and line numbers, but without any menus or toolbars.

It captures every line from first to last into a single image by scrolling through the file.

Usage

You can invoke the package through the "screenshot:take" command, through the "Packages" menu in the menu bar, or via the context menu. Note that a text editor needs to be active so that this package knows which code to capture.

Example

Atom window with opened context menu showing the screenshot option

This is the output image:

Resulting screenshot image

Footnotes

  1. Sunsetting Atom | The GitHub Blog (2022-06-08)