Skip to content

Conversation

bburgess19
Copy link

A reasonable use case is the

Johnny.Decimal system.

In this case, one might have a folder with Zettelkasten notes in:

/30 Zettelkasten/31 Atomic/31.01 - 1747366626-my-insight

but the previous implementation would, when creating a new note, make the path

/30 Zettelkasten/31 Atomic/31.md

because it considered everything after the "31" to be the suffix.

This PR fixes this.

adamtajti and others added 30 commits January 24, 2025 21:15
…handling

feat: add table utility functions for debugging
fix: update grep and find_files to properly handle callbacks
refactor: streamline picker options and configuration
style: improve code organization and consistency

Breaking changes:
- Modified behavior of grep and find_files to prioritize callbacks
…dling

- Remove unused debug helper functions
- Add proper type annotations for picker options
- Improve action mapping logic with notes_mappings
- Fix path handling in file and grep operations
- Add debug logging for better troubleshooting
- Enhance callback handling for picker actions
- access dir.filename property instead of dir directly
- convert Path object to string for cwd option
Neovim 0.10.4 changed the name of the Linux binary in their realeases,
which was breaking the github actions worflow.
…-nightly

Changed the name of the linux binary in github actions
There is no GH_PAT configured in the secrets for this new repo. Changed
the variable to GITHUB_TOKEN to check if it has enough permissions, if
it doesn't we will need to create a PAT and add it to the repo secrets.
…-nightly

Trying to fix github actions when merging to main
The GH_PAT was indeed necessary so I created it and added it to the
repo's secrets
…-nightly

Revert "Trying to fix github actions when merging to main"
feat(completion): blink.cmp support
doc: remove some verbose description in plugin dependencies
neo451 and others added 21 commits May 6, 2025 16:22
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: neo451 <111681693+neo451@users.noreply.github.com>
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* feat: set foldmethod and foldexpr in ftplugin

- Placed in `ftplugin/markdown.lua` so that users can override it later.
- Remove settings for `fillchars`, `foldtext`, `foldlevel`, or `smoothscroll`, as these are not necessary for obsidian.nvim.
- Resolves [issue #136](obsidian-nvim/obsidian.nvim#136)

* feat: set foldlevel to 99

* refactor: use `vim.wo` instead of `vim.opt_local`

* docs: update CHANGELOG.md
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* feat(doc): add github PR template

* feat(doc): Changelog
@neo451
Copy link

neo451 commented May 19, 2025

this repo is not maintained at the moment, check out https://github.com/obsidian-nvim/obsidian.nvim, we would be happy to work on things like this :)

* fix: yaml dumper should not quote date strings

* fix: changelog
@bburgess19
Copy link
Author

@neo451 You're the goat!

@bburgess19 bburgess19 closed this May 22, 2025
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.