-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some idea #48
Comments
Thanks for your idea. I've thought about it for a few days. It's not terribly hard but involves several small things to do that take time while my spare time is limited. The TODO list includes
If you want to take the lead, I'll try to provide as much help as I can. Currently I'm planning for async VRC using the new feature of Vim 8. |
Currently I just use a mapping that opens up a file from my personal notes directory. That will get me by. But as an alternative or addition to having internal history, it could be good to allow VRC to work within other filetypes, though it might be too tricky. Rather than only using just .rest files or filetypes, it would be nice to be able to embed it in markdown or vimwiki files. Before finding VRC I was embedding cURL commands in vimwiki, allowing me to hyperlink as a wiki and add notes. Of course parsing would probably require a delimiter, maybe double equals could delimit the top of the VRC section of the file. |
Is it somewhat like Jupyter with Python code embedded? It would be great though I'm not sure how useful it is to embed VRC in a document. Do you have some use cases? |
@diepm If the logic would be too complicated it probably wouldn't be worth it. But yeah you could think of it like Jupyter in a way. My use case would be within personal notes or TODOs. If I am programming on a task, I have a Markdown file with task notes, and it could be nice to embed a query under one of the TODO items. Or I might do the same for long-term documentation about the system. That would allow for saving commands executed within possibly any file format (you could even embed it into source code comments if you wanted). It might suite the needs of @rawaludin unless he is instead wanting just an MRU list saved from every execution of a query from any file. |
Hi guys ! Thanks for all the good work ! What about saving the I've been using VRC for several years now, creating a It has been working quite well |
I really like this plugin. Sometimes I use this instead of postman.
But, sometimes I turn back to postman because I could easily access saved request. Therefore, I don't have to recreate my request detail.
Is it possible to make a list of saved request and automatically open those list when I open rest console? Therefore I could click my saved request and replay it.
The text was updated successfully, but these errors were encountered: