Skip to content
#

preview

Here are 341 public repositories matching this topic...

使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览

  • Updated May 22, 2020
  • Java
alaiyeshi025
alaiyeshi025 commented Jul 11, 2019

如果使用gvim --remote-tab-silent首次打开MD文件时(此时gvim会注册servername "GVIM"),似乎BufEnter状态无法正确识别,因此s:init_command()和s:MkdpAU()都不能正常执行,只有使用givm --remote-tab-silent再打开任意一个文件后,才正常。

我把BufEnter改为BufRead,问题消失。

function! s:init() abort
if g:mkdp_command_for_global
au BufEnter * :call s:MkdpAU()
else
au BufEnter *.{md,mkd,markdown,mdown,mkdn,mdwn} :call s:MkdpAU()
endif
if g:mkdp_auto_star

seaneking
seaneking commented Nov 1, 2019

Just a minor feature request/idea — would be great if gatsby-source-prismic-graphql had an opt-in flag to generate a robots.txt with rules for ignoring/disallowing the preview paths of generated pages. Users should always want to do this, so it'd be a nice convenience for those that don't need other custom robots.txt rules.

Wouldn't need anything fancy. If a user needs anything other than t

Improve this page

Add a description, image, and links to the preview topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the preview topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.