File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,9 @@ INDICES
164164As the plugin can be used for note-taking, it may be desirable to access
165165different indices in an ergonomic way. This can be achieved with the
166166| g:markdown_extras_indices | list in combination with the | :MDEIndices |
167- command. Note that `g: markdown_extras_indices ` is nothing, but a list of files.
167+ command. Note that `g: markdown_extras_indices ` is nothing, but a list (or a dict)
168+ of files. If it is a dict, then the keys is what is displayed in the popup
169+ menu and the values are the corresponding links.
168170
169171==============================================================================
170172CONFIGURATION *markdown-extras-configuration* *g:markdown_extras_config*
@@ -223,9 +225,9 @@ filling it with he various keys.
223225 *g:markdown_extras_indices*
224226g:markdown_extras_indices list<string> or dict<string> .
225227 If list<string> , contain the path of indices files.
226- If dict<string> , the values are the path of
227- the indices files whereas the keys are aliases. In
228- the popup menu only the alias are displayed.
228+ If dict<string> , the values are the actual links
229+ whereas the keys are aliases. In the popup menu only
230+ the alias are displayed.
229231 Default: empty
230232
231233
You can’t perform that action at this time.
0 commit comments