Skip to content

Could not parse journal URL #251

@jiz4oh

Description

@jiz4oh

I occur an error as I entered journal in index file like below.

image

It's ok if I remove the extension.

image

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,
      \}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions