-
Notifications
You must be signed in to change notification settings - Fork 66
Could not parse journal URL #251
Copy link
Copy link
Closed
Description
I occur an error as I entered journal in index file like below.
It's ok if I remove the extension.
This is my vimrc about wiki.vim:
let g:wiki_filetypes = ['md', 'wiki']
let g:wiki_link_extension = '.md'
let g:wiki_link_target_type = 'md'
let g:wiki_global_load = 0
let g:wiki_journal = {
\ 'name': 'journal',
\ 'frequency': 'daily',
\ 'date_format': {
\ 'daily' : '%Y/%m/%d',
\ 'weekly' : '%Y/week_%V',
\ 'monthly' : '%Y/%m/summary',
\ },
\ 'index_use_journal_scheme': v:true,
\}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

