Important Update: This video is now partially outdated because of a series of breaking changes that were introduced recently. All of the concepts are the same, but the keybinds and some module naming conventions have since changed. Check out part 3 for what exactly changed and how to fix it! ruclips.net/video/LFy48_FRF0I/видео.html
Part 2 time! This one's pretty long, so grab some coffee while you're at it :) I believe I'm going to have to change colourscheme as RUclips absolutely cannot handle my Neovim background for whatever reason :|
I've just started using nvim and I'm looking for every way possible to do everything in it, this will definitely be getting thrown into my pile of reasons to not leave vim ever at all!
As someone who has been using Neorg for months already I still learned allot from this video (I 🤯at the fact that I could add todo for all types) great content, rare that a creator can both write and market the creation. Great job Vhyrro
This seems like it would have been really handy to use when I was still in college. Having my classes' notes all organized along with links that connect different lectures' lessons would have been handy, as well as having the lists for assignments.
Thanks for this video. Does neorg/the norg format have a library for web rendering? For something like shopping lists it would be nice to have it on my phone after writing it.
I never hit the bell! But I smashed it and subscribed! I used this plugin briefly when there was nothing lol, I was new to neovim, notes, organization everything! I was impressed with what you guys were doing and the help you offered, but at the time I knew it was my own willingness to learn that caused me to drop it and that workflow. Years later you guys are still going strong and I am ready to learn! I even got a video by the creator, thats amazing and motivational! I spent the last couple of days staring at a blank init.lua as i slowly learned and crafted a config thats all mine! it feels amazing and now its time to keep going! Im here for the ride, waiting for the next one
Hi, Vhyrro. I got an issue at 25:22. When i moved the cursor away, on my screen ,there's still "{*Heading}[link] (with underline)" instead of pure link (with underline). Is there any extra settings I missed? Thank you so much for this. Can't wait the part 3😁
This is really awesome, this will very likely replace my markdown zettelkasten setup, also image.nvim adds ability to display images and adds it specifically for neorg as well, pretty awesome
Great series. Thanks a lot for this. Two questions: 1) will I be able to replace something like Obsidian with Neorg eventually, specially in terms of the ecosystem by having a mobile up and synchronization? 2) I really like you Neovim setup, do you mind sharing your dotfiles, at least for Neovim?
Hey! Eventually yes, you will be able to replace obsidian with Neorg, check out the roadmap on our repo if you'd like to see what I'm working on :) As for dotfiles, I don't have any shared anywhere. My Neovim config is up for grabs here, however if you're not an advanced lua wizard then you'll have a problem reading some of the bits lol, plus I haven't updated it in a while: github.com/vhyrro/neorg-dev
Just a comment on the to-do syntax, It seems a mis-step to have the non-concealed version of a complete item, '(x) bread' look so similar to the concealed version of an incomplete item, "(×) bread."
Hey! I've been stalling a bit on the videos mostly because other things have been taking priority. I hope to release a video this week if everything goes well
Sorry, but @6:13 ruclips.net/video/Bi9JiW5nSig/видео.html what causes the bracket syntax to automatically be applied to the other list items? It does not work that way for me...
Is there a connection to a calendar ? Also would there be an option to have DONE, TODO, URGT, ... in bold an in colors ? (e.g. green, red, purple etc ...) ? I don't like the icons, I find them less clear.
Hey, really cool video! but I have a question, is this compatible with the org-mode? I would really like to have a solution which would work in both my desktop as well as in my android phone (I have heard that there are a few org-mode apps in mobile) unfortunately, it will be a deal breaker for me if I can't manage it via my phone as well
Compatibility with org mode outside of emacs is in general pretty difficult. Right now? There's no way to convert between the two formats effortlessly. With pandoc this will get much better, but a specialized tool will be needed to perform a good conversion because of the complexities of the org format at times. What I recommend that you do is wait a bit. The great thing about Neorg is that you can hop into it at any time - write some notes in another app with the .org file format, and when Neorg gets some better cross compatibility (a mobile app and the ability to upgrade from org) you can just hop on over :)
Yup, you want to set `conceallevel` to `2` in your Neovim configuration. There's no working formatter, mostly because there are other higher priority things holding us back currently
*SOLVED:* 9:10 - I have to use leaders to set the statuses instead of `f`. For exampleI have to type `td` instead of `gtd`. Any idea why? *ESOLUTION:* Watch the next video to find out way. It's a breaking change.
I am using Lazy for plugin management and follow the lazy approach to install/initialiase neorg. I have multiple workspaces and have set a default workspace as well. Neorg is able to correctly figure out the default workspace but whenever I issue "Neorg index" it always returns "No 'index.norg' found in current workspace!". Anyone else face this issue?
Sorry for the late reply, but this has been fixed a few days ago! After an update you should find that Neorg autocreates the index file for you if it doesn't exist :)
Hey @vhyrro, great work, will give it a go and keep up the amazing work! If you mind a small question, what are you using for the info with underline, it showed: "Global variable in lowercase initial.." at ruclips.net/video/Bi9JiW5nSig/видео.html and it looks better than my current displayer which overflows depending on the line the error shows up at. Or if you could point me to your personal setup I could go ahead and tinker with it myself. Once again, thanks for your time!
It's most commonly used as a note taking system, and what I'm showing off currently is the note taking side of Neorg yup. It isn't *strictly* a note taking system though, as we will see further on in the series. It can be used to write normal (non-note) documents like presentations, professional documents like theses and even spreadsheets!
Important Update: This video is now partially outdated because of a series of breaking changes that were introduced recently.
All of the concepts are the same, but the keybinds and some module naming conventions have since changed.
Check out part 3 for what exactly changed and how to fix it! ruclips.net/video/LFy48_FRF0I/видео.html
Took me 3 days to go through the whole video. It was a bit slow paced, but very thorough. Much appreciated, thanks.
Part 2 time! This one's pretty long, so grab some coffee while you're at it :)
I believe I'm going to have to change colourscheme as RUclips absolutely cannot handle my Neovim background for whatever reason :|
This looks like a terrific writing tool. I'll be installing and trying it out soon. Thanks to you and the team for developing Neorg.
The power of your linking logic is mind blowing... I'll be using neorg after 2 vids in.
Super High Quality Vhyrro!! Thanks for everything
33:28 i love the soft jazz in the background
I've just started using nvim and I'm looking for every way possible to do everything in it, this will definitely be getting thrown into my pile of reasons to not leave vim ever at all!
In the end, when he goes, "oh btw index files can be automated", I was like, I watched the whole thing.
Really looking forward to part 3! Thank you for putting all of this together in an extremely informative video.
Thank you vhyrro for all the videos!!!
As someone who has been using Neorg for months already I still learned allot from this video (I 🤯at the fact that I could add todo for all types) great content, rare that a creator can both write and market the creation. Great job Vhyrro
Awesome video looking forward for part 3!
So exciting, can't wait for the next one!
waaowaoooo this is legendary!! 🚀🚀
This seems like it would have been really handy to use when I was still in college. Having my classes' notes all organized along with links that connect different lectures' lessons would have been handy, as well as having the lists for assignments.
A very helpful video! Thank you! Much love to Neorg!
Mam. I forgot how long hv I been waiting for this part 2
Finally you remembered!! Thanks mate...
Thanks for this video. Does neorg/the norg format have a library for web rendering? For something like shopping lists it would be nice to have it on my phone after writing it.
What was the search thing at 4:16?
it is in the fish shell, but you can make it yourself using the `fzf` command, which is a fuzzy finder
Great video! Waiting for part 3 ♥
Can't wait for the next one.
I never hit the bell! But I smashed it and subscribed! I used this plugin briefly when there was nothing lol, I was new to neovim, notes, organization everything! I was impressed with what you guys were doing and the help you offered, but at the time I knew it was my own willingness to learn that caused me to drop it and that workflow. Years later you guys are still going strong and I am ready to learn! I even got a video by the creator, thats amazing and motivational! I spent the last couple of days staring at a blank init.lua as i slowly learned and crafted a config thats all mine! it feels amazing and now its time to keep going! Im here for the ride, waiting for the next one
Hi, Vhyrro. I got an issue at 25:22. When i moved the cursor away, on my screen ,there's still "{*Heading}[link] (with underline)" instead of pure link (with underline). Is there any extra settings I missed? Thank you so much for this. Can't wait the part 3😁
I fixed that by setting `conceallevel=2`
i NEED a new video my man, i hope its on its way
This is really awesome, this will very likely replace my markdown zettelkasten setup, also image.nvim adds ability to display images and adds it specifically for neorg as well, pretty awesome
9:16
Now the leader key instead of g : )
Can you give a breakdown on yours dots? I glanced autocompletion previews..
Great series. Thanks a lot for this. Two questions: 1) will I be able to replace something like Obsidian with Neorg eventually, specially in terms of the ecosystem by having a mobile up and synchronization? 2) I really like you Neovim setup, do you mind sharing your dotfiles, at least for Neovim?
Hey! Eventually yes, you will be able to replace obsidian with Neorg, check out the roadmap on our repo if you'd like to see what I'm working on :)
As for dotfiles, I don't have any shared anywhere. My Neovim config is up for grabs here, however if you're not an advanced lua wizard then you'll have a problem reading some of the bits lol, plus I haven't updated it in a while: github.com/vhyrro/neorg-dev
2:44 that linter seems pretty awesome, but i didn't find anything about it in your nvim config repo, can you tell me about it?
Just a comment on the to-do syntax,
It seems a mis-step to have the non-concealed version of a complete item, '(x) bread' look so similar to the concealed version of an incomplete item, "(×) bread."
4:52 which plugin are you using to make lsp error suggestion
Is it possible to have a link to another workspace?
looking forward to watch part #3 - any ideas when it will be available?
Hey! I've been stalling a bit on the videos mostly because other things have been taking priority. I hope to release a video this week if everything goes well
Sorry, but @6:13 ruclips.net/video/Bi9JiW5nSig/видео.html what causes the bracket syntax to automatically be applied to the other list items? It does not work that way for me...
thats a nvim functionality. He is adding the same text to multiple lines. Nothing to do with neorg
Is there a connection to a calendar ? Also would there be an option to have DONE, TODO, URGT, ... in bold an in colors ? (e.g. green, red, purple etc ...) ? I don't like the icons, I find them less clear.
13:00 no, no, no! you need sourdough bread!
Hey, really cool video! but I have a question, is this compatible with the org-mode? I would really like to have a solution which would work in both my desktop as well as in my android phone (I have heard that there are a few org-mode apps in mobile) unfortunately, it will be a deal breaker for me if I can't manage it via my phone as well
Compatibility with org mode outside of emacs is in general pretty difficult. Right now? There's no way to convert between the two formats effortlessly. With pandoc this will get much better, but a specialized tool will be needed to perform a good conversion because of the complexities of the org format at times.
What I recommend that you do is wait a bit. The great thing about Neorg is that you can hop into it at any time - write some notes in another app with the .org file format, and when Neorg gets some better cross compatibility (a mobile app and the ability to upgrade from org) you can just hop on over :)
@@vhyrro absolutely, that sounds very reasonable to me! Thanks for the reply!
Great video and plugin! What are you using for directory search at 4:16?
I want to know too, if you find it hope you let me know
The fzf plugin can probably do it, but usually a new page is opened
@@jameslee1337 It looks a lot like somewhat configured fzf search though. You can use something like fzf-zsh-plugin to wrap most completions with fzf
i am also very curious
I have no idea how you created folders in 18:41. I did same with the zero result
So next time I go to supermarket I need to take my laptop with my neovim instance. 😅 btw thanks a lot for the tutorial !
Do you have a system for archiving completed todos?
great video
Could anyone advise what dependencies for concealer in neorg. Maybe I use improper nerd font
For me, Ctrl-o doesn't seem to work to return from a link. I found out that Ctrl-6 does work for me, a bit strange.
im sorry but, at 2:45 what's the plugin used to unpack diagnostics into multiple lines?
hello I have problem with Tasks wan I mark task as done it give me strange shape
i was using org mode in emacs for note and neovim for progrming
Thank you!
I am missing here a way to have a link to another file, specifically to png image.
is the feature that hides the original link and replaces it with custom text when writing {original link}[custom text] still in neorg?
nvm me saying i have just discovered "set conceallevel=3". dunno if it was mentioned in the vid
what tool or plugin do you use @15:22 for the char search?
More please!
so this is some kind of emacs org mode but for vim?
Is there a plugin where I can get vscode bindings in vim?
Are there ways to link and view images inline like in org mode or markdown?
15:21 what is this search app? i want use this.
Is rendering mathematical equations directly in the terminal possible ?
Yup, I'm actually working on a set of contributions to the hologram.nvim plugin to allow for this :)
5:52 did you set your milk to cancelled because you realized Kefir is the better option?
Does something need to be added to settings to have the concealer update after leaving input mode? Secondly is there a formatter available?
Yup, you want to set `conceallevel` to `2` in your Neovim configuration. There's no working formatter, mostly because there are other higher priority things holding us back currently
@@vhyrro Thanks!
I don't like that the crossed off todo items means "to do". I'd rather have a blank space. Hope that's customizable
Goodbye emacs, I guess .. 😂 ! you awesome bro !
*SOLVED:*
9:10 - I have to use leaders to set the statuses instead of `f`. For exampleI have to type `td` instead of `gtd`. Any idea why?
*ESOLUTION:* Watch the next video to find out way. It's a breaking change.
I am using Lazy for plugin management and follow the lazy approach to install/initialiase neorg. I have multiple workspaces and have set a default workspace as well. Neorg is able to correctly figure out the default workspace but whenever I issue "Neorg index" it always returns "No 'index.norg' found in current workspace!". Anyone else face this issue?
Sorry for the late reply, but this has been fixed a few days ago! After an update you should find that Neorg autocreates the index file for you if it doesn't exist :)
Imagine how awesome it would be if Neorg would use Markdown 🙃
Personally, I believe it would hold it back 🙂
However, just like orgmode, you could export a neorg file into a markdown file if you want 👍
Hey @vhyrro, great work, will give it a go and keep up the amazing work!
If you mind a small question, what are you using for the info with underline, it showed: "Global variable in lowercase initial.." at ruclips.net/video/Bi9JiW5nSig/видео.html and it looks better than my current displayer which overflows depending on the line the error shows up at. Or if you could point me to your personal setup I could go ahead and tinker with it myself.
Once again, thanks for your time!
All you need is the lsp_lines plugin, which can be found here: git.sr.ht/~whynothugo/lsp_lines.nvim :)
Neorg missing the most important feature,no built-in solution to export html and pdf, which are standard formats easier for sharing and distribution.
So it's a note-taking system
It's most commonly used as a note taking system, and what I'm showing off currently is the note taking side of Neorg yup. It isn't *strictly* a note taking system though, as we will see further on in the series. It can be used to write normal (non-note) documents like presentations, professional documents like theses and even spreadsheets!
6:29 why not just do it as in some versions of markdown!? as in: - [ ]
Break org-mode in pointless ways? Why... Org syntax needs to be a standard.
marry me
this is juat markdown with extra steps xD
lol, it's a super buff markdown with an environment built around it basically
I don't see how it improves emacs org tbh...
Instead interoperability is lower and it is yet another format...