Enter forum description here ...
0

When I open "Markdown syntax help", the help window displays. But the editor area can not response.

galian 8 років тому 0

When I open "Markdown syntax help", the help window displays. But the editor area can not response. I can't close help window either.

OMG, I can't save the contents I edited just now.


0
Started

Youtube Media Embed 포함해서 HTML 추출 시, iframe src의 youtube url이 바뀌는 현상

Ryungmin Kim 9 років тому оновлено Rhio Kim 9 років тому 2
마크다운
@[](https://www.youtube.com/watch?v={해시})
이를 포함한 문서를 HTML 추출 할 경우,
추출한 HTML 문서에서 아래처럼 scheme name이 https 에서 http 로 바뀌게 됩니다.

<iframe src="http://www.youtube.com/embed/{해시}?wmode=transparent&jqoemcache=8Mev3" width="425" height="349" allowfullscreen="true" allowscriptaccess="always" scrolling="no" frameborder="0" style="border: 0px;" rel="border: 0px;" rel="border: 0px;">

이로 인해 웹브라우저에서 youtube 영상이 뜨지 않는 현상이 발생합니다.



0
Fixed

[Win] 전체화면 상태에서 프로그램 종료 후 다시 시작했을 때 전체화면 상태가 저장이 안됩니다.

Changhwan Song 11 років тому оновлено Rhio Kim 11 років тому 1

전체화면 상태에서 프로그램 종료 후 다시 시작했을 때 전체화면 상태가 저장이 안되어 있습니다.

창모드로 뜨고 있습니다.

0
Fixed

Bugreport: Can't open file if the path includes space

Hewei Liu 9 років тому оновлено Timothy Doolittle 7 років тому 6
Under Windows 7, Haroopad 12.2

If the file's path include space, it can't be open through double-click. 
0
Виконано

path problem

Dokyun Na 10 років тому оновлено Rhio Kim 10 років тому 2
md 파일에서 이미지나 파일 경로를 상대 경로 (./abc/abc.png 등)로 작성한게 html로 변환시 절대 경로로 다 변경됩니다. 이런 경우 웹사이트에 html 파일을 업로드하면 경로가 다 깨져서 매번 경로 문제를 수정해서 업로드하게 되는데, 상대경로도 된 것은 절대경로로 바꾸지 말고 그대로 두면 좋겠습니다.

Відповідь
Rhio Kim 10 років тому
v0.11.1 이 출시되었습니다.
0

Hold keypress doesn't auto-repeat on MacOSX with vim keybings

David Bourgeois 9 років тому 0
With vim keybindings, the hjkl keys are used to change the cursor position. While holding these keys in insert mode, they don't repeat so the cursor only moves by one position, not until you release the key. The arrow keys do work with repetition.
I'm under MacOSX.
0
Under review

jap

hidepon4162 10 років тому оновлено Rhio Kim 10 років тому 2
It is a Japanese input at the MAC, but there is a problem with the conversion.
It does not convert without pressing twice the space.
0
Виконано

OS X 에서 기호문자 등 특수 문자 삽입관련 문의(제안) 사항입니다.

min soo Kim 10 років тому оновлено Rhio Kim 9 років тому 3
맥에서 OS X 기본기능으로 특수문자를 입력할 때

입력하고자 하는 위치에 커서를 위치시킨 후 '문자 입력기를 열어 해당 특수 문자를 더블 클릭'

하면 입력이 되는데 하루패드에서는 동작하지 않는 것 같습니다.

추후 업데이트에 포함해주셨으면 합니다!
0

Does Haroopad support equation reference in MathJax?

莲刀 8 років тому 0

MathJax use \label{...} to give an equation an identifier which can be referenced by \ref{...} or \eqref{...}. I test it in Haroopad, but it seems that \ref{...} and \eqref{...} work well, but \label{...} does works well. Since Haroopad use MathJax, I think \label{...} can be supported. Is it a bug?

0
Fixed

링크를 위한 [] 태그에 ':' 문자가 들어가면 링크 태그가 적용되지 않습니다.

Changhwan Song 11 років тому оновлено Rhio Kim 11 років тому 4

원래 그런것인지, 회피할 다른 방법이 있는것인지 모르겠지만, 일단 보고합니다.