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

feat: allow arguments for :Neorg generate-workspace-summary #1156

Merged
merged 18 commits into from
Nov 15, 2023

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    113176b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de38773 View commit details
    Browse the repository at this point in the history
  3. ✨ added write_metadata

    This method can be used to add custom metadata into file instead of
    defaults. If table is empty of nil then simply uses default like
    inject_metadata
    Dynge committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    13d8426 View commit details
    Browse the repository at this point in the history
  4. 🎨 simplified creation of file

    No longer uses tabnew and relies on buffer 0 to insert metadata into the
    newly created file.
    Dynge committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ab1c93b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64b7824 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21fc667 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ac07f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. docs(metadata): 📝 class annotations

    Added class annotations to better describe the input options for
    create_file and create_metadata.
    Dynge committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    196c2e9 View commit details
    Browse the repository at this point in the history
  2. chore(formatting): 🎨 applied proper formatting

    spaces instead of tabs
    Dynge committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    eac464a View commit details
    Browse the repository at this point in the history
  3. chore(names): 💬 updated names for @classes

    Updated naming of @Class annotations to better align with the naming
    used in the rest of the project.
    Dynge committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    680b909 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. refactor(event): ♻️ event on file creation

    Dirman now broadcasts an event on file creation that metagen listen to.
    Metagen then injects desired metadata if present.
    Dynge committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    214db65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb81fb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    10ccd7b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. feat(summary): args for specific categories

    Neorg generate-workspace-summary now takes possible arguments.
    Each argument is space separated as a distinct category.
    
    Also made a method public to call it from lua instead of a vim command.
    Dynge committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    db1d7eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bd07d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48b2ea5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. docs(summary): explain arguments to cmd 📝

    Added documentation explaining how arguments work with the command
    `Neorg generate-workspace-summary`.
    Dynge committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c160165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c900386 View commit details
    Browse the repository at this point in the history