Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(internal): extract daily notes functionality #473

Merged
merged 4 commits into from
Apr 16, 2020
Merged

Commits on Apr 16, 2020

  1. (feat): extract org-roam daily notes functionality

    Beyond just an extraction, this is also a simplification. It removes two
    variables: `org-roam-date-filename-format` and
    `org-roam-date-title-format`, in favour of directly specifying them in
    the `org-roam-dailies-capture-templates`.
    
    `org-roam--file-for-time` is also vastly simplified to use org-capture's
    default time expansion utilities, by setting the capture template's
    `:default-time` appropriately.
    jethrokuan committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    4f7591c View commit details
    Browse the repository at this point in the history
  2. add aliases

    jethrokuan committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    4b17734 View commit details
    Browse the repository at this point in the history
  3. update documentation

    jethrokuan committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    f6a018b View commit details
    Browse the repository at this point in the history
  4. update

    jethrokuan committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    adc7ed6 View commit details
    Browse the repository at this point in the history