You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,12 @@ When you rename a file in your notes directory but don't change the title, the p
65
65
66
66
If you set this option to the string `'no'` this feature will be completely disabled. If you set it to `'change_title'` it will automatically change the title to match the filename. If you set it to `'rename_file'` it will automatically rename the file on disk to match the title.
67
67
68
+
### The `g:notes_word_boundaries` option
69
+
70
+
Old versions of the notes plug-in would highlight note titles without considering word boundaries. This is still the default behavior but the plug-in can now be told to respect word boundaries by changing this option from its default:
71
+
72
+
:let g:notes_word_boundaries = 1
73
+
68
74
### The `g:notes_smart_quotes` option
69
75
70
76
By default the notes plug-in automatically performs several substitutions on the text you type in insert mode, for example regular quote marks are replaced with curly quotes. The full list of substitutions can be found below in the documentation on mappings. If you don't want the plug-in to perform these substitutions, you can set this option to zero like this:
@@ -323,8 +329,8 @@ If you have questions, bug reports, suggestions, etc. the author can be contacte
323
329
324
330
## License
325
331
326
-
This software is licensed under the [MIT license][mit].
0 commit comments