-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
dirman functions don't support windows #241
Comments
Uh ! Indeed it seems that most (if not all) dirman (module for handling files and directories) functions are only linux coherent... Can you try out the link format and tell me if it works for you ? |
Yesterday was my first taste of the GTD module. I did not get a chance to play with the new link format, but anecdotally, everything has worked pretty good for a bit. My setup is that I run a NixOS host with a Win10 VM via kvm/qemu/spice stack, so I go back and forth constantly and have identical git-versioned configs under both systems. It's trivial for me to compare specific scenarios, if you'd like me to. It would be unfortunate if a tool for Getting Things Done did not actually permit one to get things done on the OS one is required to use for work :D |
@vhyrro I just found out that dirman functions don't support Windows ! It messes up with gtd, but not only: creating recursive notes with The functions that need to be changed:
|
I just tried pushing a basic fix. I hope I didn't accidentally break Neorg for several people lmao If you could try it out and let me know whether it works that'd be sweet :) |
Awesome! I'll wait for at least one more person to confirm stuff works and then I'll close the issue |
So far seems like all's good! Will close the issue then, and if any other problems arise we can reopen this. |
…ep variable (nvim-neorg#241) Former-commit-id: 93648ac
Prerequisites
Neovim Version
PS C:\Users\1atti> nvim --version
NVIM v0.6.0
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compiled by runneradmin@fv-az152-703
Features: -acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM\sysinit.vim"
fall-back for $VIM: "C:/Program Files/nvim/share/nvim"
Run :checkhealth for more info
PS C:\Users\1atti>
Loaded modules
Check out https://github.com/elmarsto/nvim-config/ for the full config
core.norg.completion
core.ui.selection_popup
core.norg.dirman
core.mode
core.norg.qol.todo_items
core.norg.esupports
core.norg.esupports.metagen
core.norg.esupports.hop
core.ui
core.norg.manoeuvre
core.gtd.queries.helpers
core.gtd.queries
core.queries.native
core.neorgcmd.commands.module.load
core.neorgcmd.commands.return
core.scanner
core.gtd.ui.selection_popups
core.highlights
core.ui.text_popup
core.integrations.telescope
core.gtd.ui.displayers
core.gtd.ui.views_popup_helpers
core.gtd.ui.edit_popup_helpers
core.gtd.queries.modifiers
core.gtd.queries.creators
core.gtd.ui
core.norg.concealer.preset_varied
core.gtd.queries.retrievers
core.norg.concealer.preset_basic
core.autocommands
core.neorgcmd
core.norg.concealer.preset_diamond
core.integrations.treesitter
core.storage
core.defaults
core.norg.concealer
core.gtd.base
core.integrations.nvim-cmp
core.neorgcmd.commands.module.list
core.keybinds
core.keybinds.default_keybinds
core.norg.news
Actual behavior
The error is:
Expected behavior
:Neorg gtd capture
should work as it does under Linux, where I also run this config (with different paths in mylattice_local
).Steps to reproduce
And then the relevant part of lattice_local is:
I've also tried it with all the different combinations I could think of:
FWIW I also have this inbox.norg:
Potentially conflicting plugins
I actually have no guess, I'm a neorg newb
Other information
I've tried fiddling with fileformat, directory names, forward slashes, backward slashes, putting /gtd outside in a separate workspace at the root of my filesystem, trailing slash, no trailing slash, etc.
FWIW everything else in Neorg seems to work, e.g.
:Neorg workspace gtd
.Help
Not at this time
Implementation help
More time in my day :)
The text was updated successfully, but these errors were encountered: