Page 2 of 3
Re: No notes editor?
Posted: Mon Sep 21, 2020 7:55 pm
by Buck Fankers
danielson wrote: Mon Sep 21, 2020 7:34 pm
Joplin is my next bet, especially since it is free across the board.
Have tested it a bit. Just not enough to make it my default.
Yeah, I wouldn't tie my daily driver on some windows app running through emulator. Too easy to stop working at some point.
So, looks like, Joplin is working for you now? (as plan B). Great!
Just in case and for anyone else interested, I saw in this video (at 4min mark) there is also available appimage. This one is the easiest to use/run, no install needed, just download, set it as executable file (that's standard procedure for appimages) and you can start using it.
https://www.youtube.com/watch?v=zrEJP50R6Fo
As for me, I will pass on Joplin. It is using markdown. I prefer simple text, such as Cherry Tree. Plus I'm also saving snippets of Python code and Cherry Tree recognizes Python syntax. That's all I need :)
Re: No notes editor?
Posted: Mon Sep 21, 2020 11:21 pm
by SwampRabbit
I attempted to package Joplin and didn't get far before I had to focus on other things, Debian doesn't even have it yet, nor Ubuntu, etc, etc.
Its an Electron app... not sure how many people care.
The developer does provide instructions to install.
Re: No notes editor?
Posted: Tue Sep 22, 2020 2:28 am
by wdscharff
I don't care what is preinstalled as long as CherryTree is in the repos :-)
After >10 years of use and around 100mb .ctb/.ctx files I don't change just like that anymore.
If necessary, it also works as a window program under wine. This was my solution before the current version appeared in the testing repo ;-)
Joplin is certainly an interesting, modern alternative, especially when it comes to synchronising on several devices.
I don't need it at the moment, but I'll have a look at it anyway.
Re: No notes editor? [Solved]
Posted: Thu Sep 24, 2020 2:32 pm
by danielson
Just to confirm that downloading .deb file from SimpleNote.com works fine.
Re: No notes editor? [Solved]
Posted: Fri Sep 25, 2020 4:23 pm
by masinick
https://www.rapidtables.com/tools/notepad.html
and
https://onlinenotepad.org/notepad
are both online tools, but they are surprisingly responsive, as long as you have decent Internet speed and not too many browser tabs open.
Another one, fairly similar, is
https://www.memonotepad.com)
https://github.com/notepad-plus-plus/no ... tag/v7.8.8 can download Notepad++, I am SORRY to report that while it is FREE (GNU software), it is built to run on Windows.
Notepadqq IS available if you can build it from git:
https://www.rapidtables.com/tools/notepad.html
and
https://onlinenotepad.org/notepad
are both online tools, but they are surprisingly responsive, as long as you have decent Internet speed and not too many browser tabs open.
Another one, fairly similar, is
https://www.memonotepad.com)
https://github.com/notepad-plus-plus/no ... tag/v7.8.8 can download Notepad++, I am SORRY to report that while it is FREE (GNU software), it is built to run on Windows.
Notepadqq is available if you can build it fromgit:
https://launchpad.net/~notepadqq-team/+ ... d/14811376
It's intended for Ubuntu; I was able to download these .deb packages and install them on MX Linux using dpkg -i from root:
notepadqq-common_1.4.4-1~xenial1_all.deb
notepadqq_1.4.4-1~xenial1_amd64.deb
notepadqq-gtk_1.4.4-1~xenial1_all.deb
Re: No notes editor? [Solved] [Solved]
Posted: Fri Sep 25, 2020 4:52 pm
by SwampRabbit
danielson wrote: Thu Sep 24, 2020 2:32 pm
Just to confirm that downloading .deb file from SimpleNote.com works fine.
SimpleNote looks pretty but is also an Electron app, that .deb is 50MBs, plus dependencies.... thats pretty large (IMO) for a "simple" not taking application.

Re: No notes editor? [Solved]
Posted: Fri Sep 25, 2020 5:17 pm
by masinick
Notepadqq works very well as a note taking application, but the installation may be too daunting for some people.
I just tried Joplin. It was not without its own set of minor issues to overcome. Joplin can be installed as ./Joplin.AppImage in a hidden folder .joplin in your home directory.
If you are interested, see
https://joplinapp.org/
wget -O -
https://raw.githubusercontent.com/laure ... _update.sh > joplin.bash
./joplin.bash
Re: No notes editor? [Solved]
Posted: Fri Sep 25, 2020 5:21 pm
by paul1149
I was checking the cherrytree home site a couple of weeks ago, and apparently it has gone open source. It has a github page and is taking pull requests, and apparently a major upgrade of paragraph lists and indents is imminent. This has been my #1 wish for the excellent program.
Re: No notes editor? [Solved]
Posted: Fri Sep 25, 2020 5:51 pm
by masinick
As of this point, I have Simplenote, Joplin, and Notepadqq installed.
I'm not sure what others expect in their note taking app; for me, I'd want something that invokes virtually immediately and is really easy to copy information to or from the app. In this regard, Notepadqq is the fastest.
I'm a former software engineer; frankly I don't need a notepad because I can use any of the text editors I have installed. However, along with this exercise I installed a very small (78 kb. download) image editor, e3. This editor is small and emulates several editors:
ls -l /usr/bin/e3*
-rwxr-xr-x 1 root root 16384 Jan 13 2019 /usr/bin/e3
lrwxrwxrwx 1 root root 2 Jan 13 2019 /usr/bin/e3em -> e3 <--- emacs
lrwxrwxrwx 1 root root 2 Jan 13 2019 /usr/bin/e3ne -> e3 <--- nedit
lrwxrwxrwx 1 root root 2 Jan 13 2019 /usr/bin/e3pi -> e3 <--- pico
lrwxrwxrwx 1 root root 2 Jan 13 2019 /usr/bin/e3vi -> e3 <--- vi
lrwxrwxrwx 1 root root 2 Jan 13 2019 /usr/bin/e3ws -> e3 <--- wordstar
Nano is also installed and it is fast, but it's 246160 vs. the e3 size of 16384.
Also, for those who don't care if the clipboard tool is a notepad or a paste buffer, Leafpad, Mousepad, kedit, gedit, or other editors get the job done too.
I'd be interested to know if there are features of note taking tools not found in these really simple editors - the ones I mentioned have NO complicated behavior like some powerful editors like Emacs or Vi. Cutting and pasting can be done either with mouse clicks or menu Copy/Cut/Paste options.
Re: No notes editor? [Solved]
Posted: Fri Sep 25, 2020 6:32 pm
by SwampRabbit
paul1149 wrote: Fri Sep 25, 2020 5:21 pm
I was checking the cherrytree home site a couple of weeks ago, and apparently it has gone open source. It has a github page and is taking pull requests, and apparently a major upgrade of paragraph lists and indents is imminent. This has been my #1 wish for the excellent program.
pretty sure Cherrytree has always been open source