If you use Vimwiki, what syntax do you use? I know that Markdown is a fairly popular option besides the basic Vimwiki syntax
@claytondunavant70334 жыл бұрын
In these past few days when I've been messing with it I've been using markdown. I've just heard it's more widely supported. I've also been looking into converting the wiki into a static website with mkdocs so I could have a copy of the wiki I could easily access from anywhere with internet and a browser
@BryanJenks4 жыл бұрын
i use markdown myself cause its used everywhere, but the convert to html stuff with vim wiki doesnt work with it and you need to set up something custom, some people have written their own bash scripts to do it with pandoc, others have some ruby gem system to do it, i havent found something that works yet for me but my need isnt too great for html so i dont care too much
@BrodieRobertson4 жыл бұрын
@@BryanJenks convert to HTML is not something I ever find myself using either.
@coleandress4 жыл бұрын
I learned about Vimwiki from your channel and I'm pretty excited about using it. I've decided to set it up using Markdown since I can use that outside of Vimwiki. I'd like to convert it to HTML so I can drop it somewhere for easy access at school next semester, but that's something I'll have to research.
@artemmedvedev29634 жыл бұрын
Check it out kzbin.info/www/bejne/gYPPf3WZjtxqaqs looks like a very interesting approach
@JoseRamonCanoYribarren4 жыл бұрын
2:40 Don't create headers by typing the whole = signs in the begining and the end. Press the `=` key to set the line as header or to increase the header level, and `-` to decrease it. 4:25 Don't change to insert mode, insert a couple of spaces, switch to normal mode, move, and insert mode again. Instead just press `>>` while in normal mode. I actually didn't know about the anchor and file links. Good stuff! Thanks for the video :)
@BrodieRobertson4 жыл бұрын
Oh I must have missed the indentation key, that's really helpful. I always forgot you can add a tab from normal mode.
@blackie55664 жыл бұрын
Thank you Brodie! This is so helpful. Just started working with VimWiki and I love it.
@fan_juggler4 жыл бұрын
Yes, the same for markdown would be great!
@pspicer7774 жыл бұрын
One does not "chuck" text. One gently "enters" text. Another very nice video BR. Be safe all.
@davidchimay79314 жыл бұрын
Looks good, probably one of the closest org-mode equivalent in vim To indent/deindent, it’s more convenient to use C-t / C-d
@BrodieRobertson4 жыл бұрын
There is an org mode plugin fir vim
@michaelmueller96353 жыл бұрын
Mark in Joplin: "How To Actually Use The Syntax Of Vimwiki" ...#1 source to get started, no need for additional stuff
@BlitzertTV4 жыл бұрын
How does the text/links auto format (there is no bracket, but when the cursor moves to it the [] show)?
@henninb4 жыл бұрын
Since I am so stubborn I configured vimwiki to markdown. I enjoy using the tool, however at this time I am satisfied using it with md.
@BrodieRobertson4 жыл бұрын
I wanted to try out the vim wiki syntax, but I might swap over we'll see how I feel
@mcclonei49074 жыл бұрын
Currently you cannot convert .md to html with vimwiki, if that makes any difference.
@mcclonei49074 жыл бұрын
How did you get vim to follow your cursor when in insert mode?
@BrodieRobertson4 жыл бұрын
On entering insert mode I have vim run zz which vertically centers the buffer.
@mcclonei49074 жыл бұрын
@@BrodieRobertson How about when vim keeps centered on your current line at all times when in insert mode? It almost looks like all the text above your cursor's line gets shifted up, like a typewriter style effect. Thanks.
@BrodieRobertson4 жыл бұрын
@@mcclonei4907 I'm just bad at vim and leave insert mode a lot, but you could do it by just running zz alongside every movement action
@mcclonei49074 жыл бұрын
@@BrodieRobertson I found that scrolloff=999 works. I might set it to 999 when entering insert mode, then set it to 0 when in normal mode.
@BryanJenks4 жыл бұрын
the fileone you pointed out finally got it so i can open images and pdfs with my wiki pages, thanks for that! also one thing i like if you're not coverting to HTML/pandoc is taking list items like: - item1 - item2 and with this option in your vimrc: let g:vimwiki_listsyms = '✗○◐●✓' (this is the default in the documentation) it will let you use CTRL-Space to toggle completion status of items and if your items are nested the half circle symbols display according to percentage of completion, i think its pretty cool if you're doing TODO lists in your wiki like so: - [◐] test - [✗] item - [✓] item
@ichaa3tech4 жыл бұрын
i just use lf as a joplin replacements its gr8 and provides the same view .
@BrodieRobertson4 жыл бұрын
It tool me while to realize that Joplin is a glorified file manager
@ichaa3tech4 жыл бұрын
damn man , that's true
@drewskip2 жыл бұрын
quality. thanks for the explainer video
@ioewguboiuewrgnl4 жыл бұрын
Emacs org mode vs vimwiki?
@BrodieRobertson4 жыл бұрын
I do need to properly play around with Emacs at some point
@Froggie924 жыл бұрын
this helped alot
@archuser76072 жыл бұрын
I am too lol i am figuring out how do i open vimwiki😭😭
@senninscorpion4 жыл бұрын
Very good syntax Specially the table But I'm still stuck to OneNote
@BrodieRobertson4 жыл бұрын
I don't think I've ever tried one note out
@thomasgrey63094 жыл бұрын
fyi - Joaquin is prounounced "wha-keen"
@MetalCoola3504 жыл бұрын
Almost 1st comment! I have a question, how do you edit your videos?
@BrodieRobertson4 жыл бұрын
I use Kdenlive for everything
@minhajsixbyte4 жыл бұрын
postulate of every vimwiki video comment section: did you try org mode 😂
@BrodieRobertson4 жыл бұрын
If I had a dollar for every org mode or magit comment
@TheSupergabriel644 жыл бұрын
You should make a video about org-mode
@BrodieRobertson4 жыл бұрын
Soon ™️
@BryanJenks4 жыл бұрын
@@BrodieRobertson 🤣
@minhajsixbyte4 жыл бұрын
xD xD
@leonardonovara93483 жыл бұрын
Vimwiki is slowly turning into Org Mode.
@BrodieRobertson3 жыл бұрын
That's the plan
@SenthilBabuji4 жыл бұрын
Looks like a poor man org-mode. Good for vim users.
@ezio9344 жыл бұрын
Yesterday I switch from neovim to emacs. Its awesome, everything from elisp config file to org mode is perfect.