Enter forum description here ...
+3

libgconf-2.so.4

Roberto Pla 1 рік тому 0

When installing Haroopad on Ubuntu 23.10, when I run it, I get the following error:

```

error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

```

and the application does not start.

Investigating, I found that it is the libgconf-2-4 package, which is not installed, but when I try to do:

```

$ > sudo apt install libgconf-2-4


The response I get is:

```

Creating dependency tree... Done

Reading status information... Done

E: Could not locate package libgconf-2-4

```

How I can fix it?

+3

install on ubuntu 22.04 failed

spongebob 2 роки тому 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 9 років тому 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 11 років тому оновлено Rhio Kim 10 років тому 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

김지헌 12 років тому оновлено Víctor Velarde Gutierrez 11 років тому 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 10 років тому оновлено Dillon Sylvestre 10 років тому 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 11 років тому оновлено dbYoung 10 років тому 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

Tabs or Window Management

Ted Curran 10 років тому 0
It would be great to be able to see visually all of the different HarooPad documents I have open at the same time, and to easily move between them. LightPaper markdown editor has a nice tabbed interface where I can see all open documents. It would be awesome if HarooPad had something similar, as I generally like HarooPad better.
Keep up the great work!
+3
Under review

Export the image with relative path setting

國俊 范 10 років тому оновлено Rhio Kim 10 років тому 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 8 років тому 0

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