add txt files to g:denote_note_file_extension

This commit is contained in:
2026-02-17 19:49:10 +01:00
parent 1fd1e9aaa0
commit 81c5d3f849
4 changed files with 8 additions and 7 deletions

View File

@@ -85,9 +85,10 @@ nnoremap [l :lprevious<CR>
### Customization
You can customize the behavior of this package using the following two global
variables. The variable `g:denote_note_file_extensions` defaults to `['md',
'org']` and lists the file extensions in which `:DenoteGrep` will look for the
given pattern. The other variable `g:denote_loc_title_columns` defaults to `40`
and specifies the number of columns used to display the titles of your notes.
'org', 'txt']` and lists the file extensions in which `:DenoteGrep` will look
for the given pattern. The other variable `g:denote_loc_title_columns` defaults
to `40` and specifies the number of columns used to display the titles of your
notes.
### Future features
These features are planned: