Giter Site home page Giter Site logo

org-verse's Introduction

org-verse

org-verse is a minor mode for orgmode to easily find bible references in your buffer and display the verse in a sidebar by clicking on the reference formatted as a button automatically by this package.

Installation

Straight

(use-package org-verse
	:straight (:host github :repo "DarkBuffalo/org-verse")
	:init
	(setq org-verse-directory "~/notes"
				org-verse-db-table-name "biblefr"))

Database

the verses are in an sqlite database.

CREATE TABLE biblefr (
	book INTEGER NOT NULL,
	chapter INTEGER NOT NULL,
	nbverse INTEGER NOT NULL,
	verse TEXT NOT NULL)

All you have to do is name your database bible.db and place it in the home folder.

if she has another name.

(setq org-verse--db-file-name "/yourdatabase.db")

Screenshots

Demo

images/demo.gif

magit-section

images/magit-section.png

TODOS [1/4]

  • [X] gif
  • [ ] Fix magit-section “Cannot hide root section”
  • [ ] define your canon
  • [ ] Fix regex verse , - (4:1 <> 4:13)

org-verse's People

Contributors

darkbuffalo avatar syohex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

syohex

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.