David Litvak Bruno
David Litvak Bruno
Please show the list of plugins required at the readme file, i've struggled a bit to get all the functionality provided by the plugin cheers
When your app requires `ActiveSupport` and you have a resource with circular references. As `ActiveSupport` patches `HTTP::Client` to call `ActiveSupport#to_json` on `#post` and `#put`. This causes a never-ending loop that...
Some APIs accept directives that are not only the `@include` and `@skip` directives which are included in the GraphQL specification, but can also define their custom directives. Allow the validation...
Thank you so much for developing this! Given I cannot install Obsidian in my work machine, Vimsidian has been the savior to my note taking ability. I've been adding a...
Here's a snippet that allows to insert a template into the current file, including path expanding completions: ```viml function! VimsidianTemplatePaths() return split(globpath(g:vimsidian_path . '/Templates', '**/*.md'), '\n') endfunction function! VimsidianAllTemplateCompletions(ArgLead, CmdLine,...
Here's a snippet to Export a Vimsidian (or any Obsidian-like) Markdown file to PDF. It uses [`markdown-pdf`](https://github.com/alanshaw/markdown-pdf) to convert the current file into a PDF and save it to the...