How To Actually Use The Syntax Of Vimwiki

  Рет қаралды 13,478

Brodie Robertson

Brodie Robertson

Күн бұрын

Пікірлер: 51
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
If you use Vimwiki, what syntax do you use? I know that Markdown is a fairly popular option besides the basic Vimwiki syntax
@claytondunavant7033
@claytondunavant7033 4 жыл бұрын
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
@BryanJenks
@BryanJenks 4 жыл бұрын
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
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
@@BryanJenks convert to HTML is not something I ever find myself using either.
@coleandress
@coleandress 4 жыл бұрын
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.
@artemmedvedev2963
@artemmedvedev2963 4 жыл бұрын
Check it out kzbin.info/www/bejne/gYPPf3WZjtxqaqs looks like a very interesting approach
@JoseRamonCanoYribarren
@JoseRamonCanoYribarren 4 жыл бұрын
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 :)
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
Oh I must have missed the indentation key, that's really helpful. I always forgot you can add a tab from normal mode.
@blackie5566
@blackie5566 4 жыл бұрын
Thank you Brodie! This is so helpful. Just started working with VimWiki and I love it.
@fan_juggler
@fan_juggler 4 жыл бұрын
Yes, the same for markdown would be great!
@pspicer777
@pspicer777 4 жыл бұрын
One does not "chuck" text. One gently "enters" text. Another very nice video BR. Be safe all.
@davidchimay7931
@davidchimay7931 4 жыл бұрын
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
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
There is an org mode plugin fir vim
@michaelmueller9635
@michaelmueller9635 3 жыл бұрын
Mark in Joplin: "How To Actually Use The Syntax Of Vimwiki" ...#1 source to get started, no need for additional stuff
@BlitzertTV
@BlitzertTV 4 жыл бұрын
How does the text/links auto format (there is no bracket, but when the cursor moves to it the [] show)?
@henninb
@henninb 4 жыл бұрын
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.
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
I wanted to try out the vim wiki syntax, but I might swap over we'll see how I feel
@mcclonei4907
@mcclonei4907 4 жыл бұрын
Currently you cannot convert .md to html with vimwiki, if that makes any difference.
@mcclonei4907
@mcclonei4907 4 жыл бұрын
How did you get vim to follow your cursor when in insert mode?
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
On entering insert mode I have vim run zz which vertically centers the buffer.
@mcclonei4907
@mcclonei4907 4 жыл бұрын
@@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.
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
@@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
@mcclonei4907
@mcclonei4907 4 жыл бұрын
@@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.
@BryanJenks
@BryanJenks 4 жыл бұрын
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
@ichaa3tech
@ichaa3tech 4 жыл бұрын
i just use lf as a joplin replacements its gr8 and provides the same view .
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
It tool me while to realize that Joplin is a glorified file manager
@ichaa3tech
@ichaa3tech 4 жыл бұрын
damn man , that's true
@drewskip
@drewskip 2 жыл бұрын
quality. thanks for the explainer video
@ioewguboiuewrgnl
@ioewguboiuewrgnl 4 жыл бұрын
Emacs org mode vs vimwiki?
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
I do need to properly play around with Emacs at some point
@Froggie92
@Froggie92 4 жыл бұрын
this helped alot
@archuser7607
@archuser7607 2 жыл бұрын
I am too lol i am figuring out how do i open vimwiki😭😭
@senninscorpion
@senninscorpion 4 жыл бұрын
Very good syntax Specially the table But I'm still stuck to OneNote
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
I don't think I've ever tried one note out
@thomasgrey6309
@thomasgrey6309 4 жыл бұрын
fyi - Joaquin is prounounced "wha-keen"
@MetalCoola350
@MetalCoola350 4 жыл бұрын
Almost 1st comment! I have a question, how do you edit your videos?
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
I use Kdenlive for everything
@minhajsixbyte
@minhajsixbyte 4 жыл бұрын
postulate of every vimwiki video comment section: did you try org mode 😂
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
If I had a dollar for every org mode or magit comment
@TheSupergabriel64
@TheSupergabriel64 4 жыл бұрын
You should make a video about org-mode
@BrodieRobertson
@BrodieRobertson 4 жыл бұрын
Soon ™️
@BryanJenks
@BryanJenks 4 жыл бұрын
@@BrodieRobertson 🤣
@minhajsixbyte
@minhajsixbyte 4 жыл бұрын
xD xD
@leonardonovara9348
@leonardonovara9348 3 жыл бұрын
Vimwiki is slowly turning into Org Mode.
@BrodieRobertson
@BrodieRobertson 3 жыл бұрын
That's the plan
@SenthilBabuji
@SenthilBabuji 4 жыл бұрын
Looks like a poor man org-mode. Good for vim users.
@ezio934
@ezio934 4 жыл бұрын
Yesterday I switch from neovim to emacs. Its awesome, everything from elisp config file to org mode is perfect.
I Should Have Just Used Vimwiki From The Start
14:34
Brodie Robertson
Рет қаралды 106 М.
Marks & Folds - Vim Tips (5)
26:45
Ben Kadel
Рет қаралды 10 М.
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН
Appreciate Your Local Linux Beta Testers
12:57
Brodie Robertson
Рет қаралды 18 М.
Vim Tips You Probably Never Heard of
12:11
Luke Smith
Рет қаралды 126 М.
The End Of Linux Is Only 13 Years Away
15:14
Brodie Robertson
Рет қаралды 56 М.
VimWiki Diary: Who Needs Scheduling App When You Have Vim
12:29
Brodie Robertson
Рет қаралды 19 М.
Rethinking Neovim as a Tool For Writers
8:48
DevOps Toolbox
Рет қаралды 22 М.
Malware Development: Processes, Threads, and Handles
31:29
How To Use Tags 🏷 In Vimwiki 🌐
12:26
Bryan Jenks
Рет қаралды 10 М.
My Favorite Vim Tricks
14:39
MAKC
Рет қаралды 186 М.
Marks in Vim Are A Game Changer
11:01
NeuralNine
Рет қаралды 17 М.