GithubHelp home page GithubHelp logo

ipa.el's Introduction

ipa.el โ€” In-place annotations

https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg

Emacs pacakge

Forked from https://github.com/IdoMagal/ipa.el

Original Author: Tamas Patrovics Updated 2012 Ido Magal

Info: https://www.emacswiki.org/emacs/InPlaceAnnotations

Intro

With this package you can add annotations to your files without modifying them. Each file can have multiple annotations at various buffer positions. The annotation texts are not parts of the files, they are stored separately.

All annotations are stored in a common file, so searching annotations is trivial.

Install

Manual

(require 'ipa)

ipa comes with a minor mode ipad-mode that you need to enable. For example:

(add-hook 'find-file-hook 'ipa-mode)

Spacemacs layer

https://github.com/thanhvg/spacemacs-eos

Commands

ipa-insert:

insert annotation at point

ipa-edit:

edit the first annotation after point with universal argument: before point

ipa-next:

goes to the next annotation in the buffer

ipa-previous:

goes to the previous annotation in the buffer

ipa-move:

move the first annotation after point with universal argument: before point

ipa-show:

show all saved annotations for the current file

in the storage buffer you can press Enter on any annotation to go to its location

ipa-jump:

jump to any annotation with id completion Annotations can optionally have ids in their text with the following format: [id]annotation-text

If an annotation has an id, but no other text then it is effectively the same as a usual bookmark in emacs.

Only annotations appearing in ipa-file can be jumped to, so unsaved annotations does not count. If there are more annotations defined with the same id then the first one found in ipa-file is used.

ipa-refresh

refresh annotations for current buffer

ipa-delete

delete the first annotation after point with universal argument: before point

ipa.el's People

Contributors

thanhvg avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.