-
Updated
May 22, 2020 - Java
preview
Here are 341 public repositories matching this topic...
Ideas:
- Set a minimum dimension for images.
- Find a way to detect dimensions before downloading the image.
-
Updated
Nov 6, 2019 - JavaScript
Pin left navbar
Would be great to be able to pin the left navbar and/or use a media query to keep it open when the screen is appropriately sized. When doing development on a desktop, there's enough horizontal real estate to keep it always available, and it can be a point of friction to continually be opening and closing it during development.
-
Updated
Dec 12, 2018 - Swift
would be neat - just export the whole thing into one single html-file so I don't need other markdown-converter aside from livedown
thanks for the consideration
Running Shiba from a symlinked directory on Windows throws an error.
How to reproduce:
- Download latest release (1.2.1)
- Unzip file
- Run
New-Item -ItemType Junction -Name Shiba-Link -Value .\Shiba-win32-x64\with PowerShell to create symlink - Start
.\Shiba-Link\Shiba.exe
-
Updated
Apr 23, 2019 - JavaScript
Add install script
Installation in the documentation is somewhat wordy. Would be great to have an install script that has a few user prompted options, then installs all dependencies based on the system.
-
Updated
Jan 22, 2020 - Vim script
-
Updated
Oct 5, 2017 - Java
-
Updated
Mar 7, 2020 - Lua
-
Updated
Jan 20, 2020 - Swift
-
Updated
May 9, 2020 - Java
Please follow the troubleshooting guide to locate the culprit.
If troubleshooting does not reveal any useful information, provide the following information to create a new issue,
Environment
- Extension version: 116.0.0
- Visual Studio Code version: 1.41.1
- Operating System version: Windows 10 Version 10.0
-
Updated
Apr 9, 2019 - Vue
Document TwilioTextNotification class and configuration
-
Updated
Mar 15, 2020 - JavaScript
Description
Unable to see stem content (https://asciidoctor.org/docs/user-manual/#activating-stem-support) in asciidoc preview for Atom. It works in Brackets though. How can I make it work in Atom please?
- Atom version: 1.41.0
- OS: Mac
asciidoc-previewversion: 2.13.1language-asciidocversion: 1.11.0
Screenshots
Your screenshot.
<img width="171" alt="Screen Shot 20
-
Updated
Mar 30, 2019 - Java
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.
Add this topic to your repo
To associate your repository with the preview topic, visit your repo's landing page and select "manage topics."

如果使用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