Giter Club home page Giter Club logo

Comments (4)

pprevos avatar pprevos commented on June 11, 2024 1

Another reason we cannot implement the functionality you suggested is that Citar-Denote allows multiple references per note. Also, adding metadata to the front-matter duplicates information, creating synchronisation issues between the note and bibliography files.

This new function lets you access the bibliographic entry in the original source. This function opens the bibliographic entry associated with the note. It will be added to the next release.

0aba33e

  (defun citar-denote-open-reference-entry ()
    "Open  attachments, notes and links associated with a bibliographic note."
    (interactive)
    ;; Any citation keys in the note?
    (if-let ((keys (citar-denote-retrieve-references (buffer-file-name)))
             (key (citar-select-ref
                   :filter (citar-denote-has-citekeys keys))))
            (citar-open-entry key)
      (if (denote-file-is-note-p (buffer-file-name))
          (when (yes-or-no-p "Current buffer does not reference a citation key.  Add a reference? ")
            (citar-denote-add-citekey)
            (citar-denote-dwim))
        (user-error "Buffer is not a Denote file"))))

from citar-denote.

pprevos avatar pprevos commented on June 11, 2024

Hi @johkneisl,

It is possible to add additional front matter. That is not with Denote, but a function of either Org Mode or Markdown. Plain text has no rules.

In both Markdown and Org Mode, the author is reserved for the author of the file and title is the title of the file (which can be the same as the title of the literature).

What would the purpose be or repeating the data from your BibTeX file in the note? You can easily access this information via Citar. We have Issue 13 which aims to make it easier to view the bibliographic data related to references.

from citar-denote.

johkneisl avatar johkneisl commented on June 11, 2024

Thanks, makes sense to me.
I just switched from non-emacs software, I think I stumbled into citar-denote too quickly,
before really looking into the power of citar (and emacs) first.
The new function seems useful to me.

from citar-denote.

pprevos avatar pprevos commented on June 11, 2024

Good move,

Emacs is quite different to other software. Everything is modular like a box of Lego. Every package builds on others.

Perhaps my website is useful (will soon include Denote).

P:)

from citar-denote.

Related Issues (20)

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.