GithubHelp home page GithubHelp logo

Comments (5)

fhansen42 avatar fhansen42 commented on September 14, 2024 1

@mentalisttraceur thanks for the suggestion. This will only sort denote formatted files, however. Others are ignored. Also, it seems to include denote formatted files from subdirectories. I'm looking to sort all/only files within the current directory.

from denote.

mentalisttraceur avatar mentalisttraceur commented on September 14, 2024

What about let-binding denote-directory for one call? For example, define this:

(defun sort-like-denote (directory)
    (interactive (list dired-directory))
    (let ((denote-direcotry directory))
        (denote-sort-dired nil 'title nil)))

and then just call M-x sort-like-denote while in a Dired buffer.

Not exactly "sort 'as if' the denote DATE field did not exist", and it creates a new buffer instead of sorting the one you're in, but it's a quick-and-dirty most-of-the-way solution.

from denote.

protesilaos avatar protesilaos commented on September 14, 2024

@fhansen42 You are probably looking for something along the lines of dired-virtual-mode. We have an example in the manual: https://protesilaos.com/emacs/denote#h:d35d8d41-f51b-4139-af8f-9c8cc508e35b

from denote.

fhansen42 avatar fhansen42 commented on September 14, 2024

@protesilaos thanks. I'll give that a try.

from denote.

protesilaos avatar protesilaos commented on September 14, 2024

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