we got lots of markdown files and are looking for a plugin that allows the user to search the file names and content for words and add the link to the file to the current document from the result list.
here is are list of source files: https://github.com/metasfresh/metasfresh-documentation/tree/master/_howto_co...
What about a custom command around the lines of `rgrep -l SOMEWORD . | sed 's/^.*$/[&](&)/'`? Anyway, it definitely sounds like the job for `rgrep` and/or `find`, coupled with slight post-processing of their output (and `sed` it handy here)
github-comments@lists.geany.org