Skip to content

An Emacs package to open Markdown files in Arto, a native macOS Markdown reader.

License

Notifications You must be signed in to change notification settings

arto-app/arto.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arto.el

An Emacs package to open Markdown files in Arto, a native macOS Markdown reader.

Requirements

  • Emacs 27.1+
  • Arto.app v0.15.0+ installed at /Applications/Arto.app (configurable)

Installation

package-vc (Emacs 29+)

(package-vc-install "https://github.com/arto-app/arto.el")

use-package with vc (Emacs 30+)

(use-package arto
  :vc (:url "https://github.com/arto-app/arto.el"))

Manual

Clone this repository and add it to your load-path:

(add-to-list 'load-path "/path/to/arto.el")
(require 'arto)

Usage

Commands

Command Description
M-x arto-open Open the current file in Arto
C-u M-x arto-open Prompt for a file to open in Arto
M-x arto-version Show the version of the Arto executable

Configuration

;; Path to the Arto application bundle (default: "/Applications/Arto.app")
(setq arto-path "/Applications/Arto.app")

Or with use-package:

(use-package arto
  :custom
  (arto-path "/Applications/Arto.app"))

License

MIT

About

An Emacs package to open Markdown files in Arto, a native macOS Markdown reader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published