Git Product home page Git Product logo

bookmarkplus's Introduction

Bookmark+ Package for Emacs

License Notice

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About this Repository

This is my collection of Drew Adams’ Bookmark+ elisp source, together with some maintenance shell scripts I’ve added. The canonical respository for the Bookmark+ elisp code is on EmacsWiki, from whence they are downloaded by my get_bm+_files script. There doesn’t seem to be any more convenient way of obtaining them – so this is what I’ve come up with. (There is a copy on GitHub under the emacsmirror/emacswiki.org repo, but that seems to contain thousands of files in its top-level directory and, as such, is impractical to use.)

I currently run Emacs 26.1 from https://emacsformacosx.com on MacOS 10.14 (Mojave). Byte compilation produces some warnings (mostly for obsolete functions), but the package seems to run properly. This is the environment I use to run the included shell scripts.

I’ve yet to investigate the “optional crosshairs feature” mentioned on EmacsWiki. In the future, I may include crosshairs.el, etc., in this repository.

Updates

I may periodically update this repository when I install new versions of Bookmark+. Regardless, any working copy may be updated with Drew Adams’ latest, canonical Bookmark+ source by executing my get_bm+_files shell script.

Installation

The files can be byte-compiled by running the included compile_bm+_files script.

Something like the following should be in ones Emacs init file:

(add-to-list 'load-path "~/path/to/bookmark_plus")
(require 'bookmark+)

Documentation

The file bookmark+-doc.el is Drew Adams’ official Bookmark+ documentation, and the file bookmark+-chg.el is the official change log. (I’m not sure why they’re .el files, but....) My get_bm+_files script also retrieves the EmacsWiki page for the package as BookmarkPlus.html, which is similar in content to bookmark+-doc.el, but includes comments. [TODO: I may need to have wget recurse some more to retrieve the full, local copy of the wiki page.]

License

Everything here is Free Software. As Drew Adams’ files contain GPLv3+ license notices, I am following suit in my humble additions.

bookmarkplus's People

Contributors

fnoon 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.