markdown-preview.nvim
markdown-preview.nvim copied to clipboard
How to edit url when previewing?
Hi,
I want to ask if there's any method that I can change the url?
Eg: change http://192.168.0.1:8080/page/2 to http://192.168.0.1:8080/filename
Thanks!
Not supported now.
Is this coming anytime soon? If not I could handle this. @iamcco
I don't have time to do this.
Could you give me some hints of where I should look into the code to make a MR for this feature?
@NullSense It should be in the js files. I have tried but not really successful. If you know good about js you can check it in./app/
I am aware it's in the js files, I was asking about more specific per-file locations of which code should be affected.
On Wed, Oct 14, 2020 at 5:06 PM Jay [email protected] wrote:
@NullSense https://github.com/NullSense It should be in the js files. I have tried but not really successful. If you know good about js you can check it in./app/
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iamcco/markdown-preview.nvim/issues/235#issuecomment-708465203, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACMU77A2RNKCFKPM5UONH3DSKW5AHANCNFSM4RZK7ULA .
-- Matas Peciukonis +4917655027444 https://CuriosityOverflow.xyz
Have a look at https://github.com/iamcco/markdown-preview.nvim/blob/master/app/server.js#L45