Enter forum description here ...
+1
Started

Registered Windows handler not sound enough

Yongwei Wu 8 years ago updated by Rhio Kim 8 years ago 2

Haroopad seems to register the handler as:


%APPDATA%\Haroo Studio\Haroopad\haroopad.exe %1


This makes some files, when double-clicked, be opened in the 8.3 filename, like "GENERI~1.MD".


It can be easily fixed, if the handler is registered as:


"%APPDATA%\Haroo Studio\Haroopad\haroopad.exe" "%1"


Now my local problem is gone. And I wish this could be fixed in the official release to benefit others. ;-)

+1

code block breaks the editor syntax highlighting in a list

Eduardo Fernandes 8 years ago 0

If you need to insert a code block using ``` in a list, the items after the code block won't be colourized by the syntax highlight, what can be quite boring.


Example:

* This line is colorized

```

some code

some code
``
`

* From this line on, no more colouring.

+1

image display problem

Victoria Stuart 8 years ago 0

Images in preview will display for a while, then they are 'lost' (replaced by small image default placeholder icon), until I modify the image code (line return or add a space, ...); works for a few minutes, but then disappears again.

+1
Declined

이메일 보내기 메뉴 개선의견

Jun Seop Lee 11 years ago updated by Rhio Kim 11 years ago 1

한 가지 더 쓰고 갑니다 ^^


이메일 보내기 기능을 정말 잘 사용하고 있는데요



1) 에버노트, 텀블러에서 맞춤제공하는 포스팅용 이메일 주소를 외우기도 쉽지 않은데 매번 입력하거나 아니면 캐쉬?된 내용에서 찾기 위해 어쨌든 타이핑을 시작해야 하는 게 불편합니다. 


최초 등록할 때 사용자가 기능의 이름, 예를 들어 "에버노트 보내기" 등으로 알아서 별명을 지정하고 추후에는 해당 슬롯을 클릭하는 것만으로 발신/수신자 정보를 다시 입력할 필요가 없으면 좋겠어요. 



2) 사소한 건데, 

보내는 메일 주소와 비번을 입력하는 공간 아래에 

Remember email 이라고 되어 있잖아요?


누가 봐도 비번을 저장해놓고 다음에 다시 입력할 필요가 없게 해주는 익숙한 기능인데 ?표 도움말에 The password will not be saved. 라는 안내가 어색합니다. 이용자 입장에서는 방금 비번을 "기억"하기로 체크했는데 저장을 안 하겠다니?.. 라고 갸웃하게 되는 거 같아요. 꼭 "Haroopad will forget your password."라는 말로 들리는 기분이랄까요. ㅎㅎㅎ


뭔가 더 좋은 표현이 있을 거 같은데 .. 잘 모르겠습니다 ㅎㅎ







+1
Completed

Math expressions!

이덕재 11 years ago updated by Toby Bailey 9 years ago 6

I think support for mathematical expressions may be extremely valuable.

There is a high quality javascript library available. See http://www.mathjax.org

It is distributed under Apache license 2.0. You could just use it.

It supports latex syntax, which is a de facto standard to code math expressions in plain text.

The feature could attract lots of students and professionals in science and engineering fields.

Answer
Rhio Kim 11 years ago

v0.9 released. thanks :-)

+1
Under review

Crashes upon moving the cursor into the the window

MazeChaZer 9 years ago updated by Ernesto Graf 9 years ago 3
Running on Arch Linux, since version 0.13, Haroopad starts normally, but when I move my mouse cursor into the window for the first time, it crashes with the following error message:

[22646:0111/023028:ERROR:browser_main_loop.cc(162)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[22646:0111/023032:ERROR:browser_main_loop.cc(206)] gdkdrawable-x11.c:942 drawable is not a native X11 window (http://bugs.chromium.org/329991)
The program 'haroopad' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 355 error_code 3 request_code 18 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
+1
Under review

To Do Checkboxes become Clickable

Ted Curran 9 years ago updated by Rhio Kim 9 years ago 1
Maybe this is just a "nice to have", but it would be cool if the checkboxes in the Markdown preview of a to-do list became clickable, and edited the document, changing the - [ ] to -[x]. It would make it that much easier to mark tasks as done.
+1
Under review

Showing a different background colour past 80 characters

Lloyd Dewolf 9 years ago updated by Rhio Kim 9 years ago 1
Is it possible to show a different background color in the editor after column 80? Like I can in vim http://stackoverflow.com/questions/2447109/showing-a-different-background-colour-in-vim-past-80-characters
+1
Planned

Two column view breaks words

Fuzzy 10 years ago updated by Rhio Kim 9 years ago 2
In two or three column view, the rightmost word of a line is broken. The easy way to fix this is to make it break at a space, but the proper way would be to import hyphenation rules (probably hard, I don't know). This issue doesn't occur in single column mode.
+1
Fixed

editing bugs

Cristi Marian 10 years ago updated by Rhio Kim 10 years ago 5

I don't know if it relates to the size of the file, but on OSX,  after a while, it will not delete lines or insert new ones, also, when that happens you get all kind of weird behaviors like deleting lines or written text appearing in different place than where it's typed.