Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I don't think the footer is working as expected #107

Open
Metal-Milonga opened this issue Mar 5, 2021 · 1 comment
Open

I don't think the footer is working as expected #107

Metal-Milonga opened this issue Mar 5, 2021 · 1 comment

Comments

@Metal-Milonga
Copy link

Metal-Milonga commented Mar 5, 2021

The %footer does not seem to behave like %title or %date in the individual zettels. When I create a new zettel from an existing one, the footer is not carried over to the new zettel at all. I don't know much about Vimscript, but looking at the vimwiki.vim that came with vim-zettel, there does not appear to be anything obviously wrong.

These are my only Vimwiki/Vim-Zettel settings in .vimrc.

" define a vimwiki in ~/Dropbox/zettlekasten directory.
let zettelkasten = {}
let zettelkasten.path = '~/Dropbox/zettelkasten/'
let zettelkasten.path_heml = '~/Dropbox/zettelkasten_html/'
" now put the Wikis together in the vimwiki_list
let g:vimwiki_list = [{}, scratch, zettelkasten]
let g:vimwiki_folding = 'expr'

" ZettelKasten settings
noremap <leader>zn :ZettelNew

@Type-IIx
Copy link

See :help Vim-Zettel-Templates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants