You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ~/Notes/ folder in my Linux Home. This, in turn, has a Projects, Home and Archive folder. I would also like it to contain a Journal folder, setup as "nested". Projects is work/hobby projects, Home is "personal and homelife". Archive is where I intend to dump files and folders on completion, kept orderly by the use of toc in the index file.
However, using the recommended set up, when I switch to the journal workspace for the first time, my journal is set up in... ~/Notes/Journal/journal/
...with my Journal index page as... ~/Notes/Journal/journal/index.norg
After much experimentation my neorg.lua looks like this...
Which works with the minor exception that the index file is created as ~/Notes/index.norg instead of ~/Notes/Journal/index.norg.
Any ideas on how to solve this conundrum? It's driving me mad.
And as a minor aside, I have used Neorg previously, in a time before the Calendar UI was available. I have just tried setting it up with the Calendar UI but core.tempus module refuses to load because I am using Neovim 9.4 not Neovim 10.0+. Is there a fix for this heading down the line (I use Fedora 39, and prefer to stick to the stable release packages rather than build stable or nightly Neovim myself). Or do I simply wait for Fedora to catch up with the cool kids?
You can find the rest of my Neovim config here.
The file structure is different to most, I wanted to avoid the [username]/ folder, it felt unnecessary and "clunky" and I find maintaining a huge long init.lua or plugins.lua leaves me confused in my old age.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a
~/Notes/
folder in my Linux Home. This, in turn, has a Projects, Home and Archive folder. I would also like it to contain a Journal folder, setup as "nested". Projects is work/hobby projects, Home is "personal and homelife". Archive is where I intend to dump files and folders on completion, kept orderly by the use oftoc
in the index file.However, using the recommended set up, when I switch to the journal workspace for the first time, my journal is set up in...
~/Notes/Journal/journal/
...with my Journal index page as...
~/Notes/Journal/journal/index.norg
After much experimentation my neorg.lua looks like this...
Which works with the minor exception that the index file is created as
~/Notes/index.norg
instead of~/Notes/Journal/index.norg
.Any ideas on how to solve this conundrum? It's driving me mad.
And as a minor aside, I have used Neorg previously, in a time before the Calendar UI was available. I have just tried setting it up with the Calendar UI but
core.tempus
module refuses to load because I am using Neovim 9.4 not Neovim 10.0+. Is there a fix for this heading down the line (I use Fedora 39, and prefer to stick to the stable release packages rather than build stable or nightly Neovim myself). Or do I simply wait for Fedora to catch up with the cool kids?You can find the rest of my Neovim config here.
The file structure is different to most, I wanted to avoid the
[username]/
folder, it felt unnecessary and "clunky" and I find maintaining a huge longinit.lua
orplugins.lua
leaves me confused in my old age.Beta Was this translation helpful? Give feedback.
All reactions