Skip to content

Latest commit

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

TIL

Want to see what I've learned so far? So do I!

This repository is tightly coupled with my Vimwiki workflow.

vimwiki integration

I use vimwiki to write my diary notes into content/til.

" set .md as default vim-wiki formatlet wiki = {}
let wiki.<some-setting>="<some-value>"......let wiki_list = [wiki]
" til wiki configuration" make sure the repository is cloned, and the env var is setif$TIL_DIR!=""let til_wiki = {}
let til_wiki.path=$TIL_DIR . "/content"let til_wiki.syntax="markdown"let til_wiki.ext =".md"let til_wiki.diary_rel_path ="til/"let til_wiki.auto_diary_index =1let til_wiki.auto_generate_links =1let til_wiki.auto_generate_tags =1let til_wiki.auto_toc =1let wiki_list = [til_wiki, wiki]" note that this will result in TIL to be the primary wiki endifletg:vimwiki_list= wiki_list

About

Little snippets of knowledge that are auto published to my TIL website. Powered by vimwiki + Hugo + Github Actions

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors