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

fix: remove hard-coded "weekly" in folder creation prompt #343

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

Tonitum
Copy link
Contributor

@Tonitum Tonitum commented Sep 16, 2024

Proposed change

Replace hard-coded "Create weekly dir" in new folder creation prompt with more generic "Notes", resulting in the following:

  • Previous: "Create weekly dir folder /home//projects/second-brain/foobar/ does not exist! Shall I create it?"
  • New: "Notes folder /home/cameron/projects/second-brain/foobar/ does not exist! Shall I create it?"

Type of change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (thank you!)
  • Code quality improvements to existing code or addition of tests
  • Documentation update

Additional information

Checklist

  • I am running the latest version of the plugin.
  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • The code has been formatted using Stylua (a .stylua.toml file is provided)
  • The code has been checked with luacheck (a .luacheckrc file is provided)
  • The README.md has been updated according to this change.
  • The doc/telekasten.txt helpfile has been updated according to this change.

@lambtho12 lambtho12 merged commit ae6473d into nvim-telekasten:main Sep 18, 2024
2 checks passed
@lambtho12
Copy link
Member

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Hardcode directory name "weekly" using new_note
2 participants