marksman icon indicating copy to clipboard operation
marksman copied to clipboard

Changing wiki.style to "file-stem" should affect the completions preview

Open Feel-ix-343 opened this issue 1 year ago • 4 comments

Using neovim with version 2023-7-25

here is my .marksman.toml

[code_action]
# Enable/disable "Table of Contents" code action
toc.enable = false

[completion]
# The style of wiki links completion.
# Other values include: 
# * "file-stem" to complete using file name without an extension,
# * "file-path-stem" same as above but using file path.
wiki.style = "file-stem"

located in project root.

When the completion is selected, it will use the file name, but in the preview, it is only using the #{heading} in the file.

I would prefer that the file name is shown in the preview.

Feel-ix-343 avatar Sep 02 '23 16:09 Feel-ix-343