Enter forum description here ...
+3

install on ubuntu 22.04 failed

spongebob 1 рік тому 0

After installing on ubuntu 22.04 LTS, the app fail to start complaining it can not open libgconf-2.so.4

Here what I got

```
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy

$ sudo apt install ./haroopad-v0.13.1-x64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'haroopad' instead of './haroopad-v0.13.1-x64.deb'
The following NEW packages will be installed:
haroopad
....

$ haroopad
/usr/share/haroopad/haroopad: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
```

+3

Extra line breaks inserted when file is saved.

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

Every time I save my markdown file, extra line breaks are inserted in the document(visible the next time i open the file), causing for example tables to be corrupted. Has anyone else experienced this problem?

+3
Виконано

Github flavored markdown - "Task Lists" addition

Uggy 10 років тому оновлено Rhio Kim 9 років тому 4
Https://help.github.com/articles/github-flavored-markdown
It would be nice to add "Task Lists" into the set of already supported github-flavored-markdown
+3
Fixed

[Linux] Ubuntu 13.04 amd64 - Occur error shared libraries

김지헌 11 років тому оновлено Víctor Velarde Gutierrez 10 років тому 7

OS : Ubuntu 13.04 amd64

Install and execute haroopad.


occur error.

error Message :

```

/usr/share/haroopad/haroopad: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

```


I found Solution : http://askubuntu.com/questions/288821/cannot-open-shared-object-file-libudev-so-0-in-ubuntu-64


```
cd /lib/x86_64-linux-gnu/
sudo ln -sf libudev.so.1 libudev.so.0
```
+3
Under review

copy paste not working on windows 8.1 update

Kashif Ali Mian 9 років тому оновлено Dillon Sylvestre 9 років тому 3
After installing updates for windows 8.1 today, copy paste is not working. I tried copying from some m.s word source and try both ctrl+v and manual pasting, but didn't work.
+3
Under review

Easy save to Wordpress, SimpleNote, or Evernote

Ted Curran 10 років тому оновлено dbYoung 9 років тому 2
I really like being able to open HarooPad quickly when I get an idea and start writing. Once I'm done writing though, I'd like an easy way to save my writing to my Wordpress blog's Drafts storage (via XML-RPC http://codex.wordpress.org/XML-RPC_WordPress_API), or to SimpleNote or Evernote. This would make it a super useful "first step" in my writing process. 
+3
Under review

Export the image with relative path setting

國俊 范 9 років тому оновлено Rhio Kim 9 років тому 1
It will change the relative image path to absolute path, when exports the Image Markdown to html by “Document - HTML” or “clipper – including style HTML”.
It will keep the relative image source setting when Exporting by “Clipper – without style HTML”.
I think it should be kept the markdown setting when export to HTML, and export style independent.
Example:
Md:
   ![](materials/System_application_diagram_1.PNG)

Export:
  •   export to html file or Clipper-including style HTML
    <img src="d:\SVN\test\system/materials/block_Diagram.PNG"

  • export to Clipper-without style HTML
    <img src="materials/block_Diagram.PNG"
+2

I can't change UI language?

Ethan F5D3 7 років тому 0

I want to change the UI language, but it seems that there's no option to do that.

+2
Started

Bug: User css can not overwrite some styles due to !important flag.

Jens Spille 9 років тому оновлено Jake Harry 2 роки тому 17
Thanks for the software.
I tried to set the exported HTML page in the center of the screen, using 'html,body{ margin: auto; ..)' in the user css. However, because the themes css has set margin to '0!important' it can't be overwritten.
Can you please remove the !important statement in all themes css's? Or is there any other way use an empty themes css?
How to repead the bug:
In Preferences - Live-View choose github as theme and choose a personal css wich includes 'html,body{ margin: auto;}' and you will see that the exported page is NOT in the center of the screen.
I wait for an update.
Jens
+2
Under review

Mac: Application open but no window and menu displayed.

Jean-François Burr 8 років тому оновлено Rhio Kim 8 років тому 2

OS: OSX 10.11.1

Software version: 0.13.1

After successful installation, I can launch haroopad and it looks open in the dock (screen1)

But I can not do an action, there is no window displayed, and by clicking and the item in the menu bar, it displays no menu, nothing happens (screen2).


Thanks for your help and your work !


Image 39

Image 40