cherrytree as html/txt editor/viewer

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
User avatar
wiak
Posts: 4073
Joined: Tue Dec 03, 2019 6:10 am
Location: Packing - big job
Has thanked: 65 times
Been thanked: 1204 times
Contact:

cherrytree as html/txt editor/viewer

Post by wiak »

cherrytree as a simple html or txt viewer and/or editor, and pdf creator

I keep seeing new simple html editors or viewers published on this forum.

But fact is, I find it difficult to get excited when I see them because cherrytree does that all and more to a large extent.

The attached cherrytree image contains content simply cut and pasted from my browser and thereafter with the option to export the result as pdf, or html, or simple text, or even a new cherrytree file.
And/or you can import an html page, or a page of txt, or another cherrytree document, and so on (okay, so you can't import a pdf, but you can import a Markdown document).

Okay, so doesn't include css support, but like all simple html editors you can always add the css later. Note that it is nevertheless pretty much WYSIWYG and the links all work and can use internal or external url links. Also you can cut and paste out of cherrytree page into your favourite word processor maintaining any formatting you used...

And of course cherrytree can be used to organise all your underlying documents via its link capabilities.

One gripe is that cherrytree tables are very simple - if only they acted like mini-spreadsheets... then cherrytree alone could be used as a portable office app - still can be to a large extent though.

Some might say, all your simple distro needs is cherrytree and an internet browser, and the two work very well together. As I've said many time: cherrytree is pretty much my memory nowadays - without it all dev work I attempt would crumble (cherrytree as my scratchpad memory, and git to keep things relatively 'safely' cloud stashed away).

Attachments
cherrytree_html_txt_editor_etc.jpg
cherrytree_html_txt_editor_etc.jpg (76.27 KiB) Viewed 936 times

https://www.tinylinux.info/
DOWNLOAD wd_multi for hundreds of 'distros' at your fingertips: viewtopic.php?p=99154#p99154
Αξίζει να μεταφραστεί;

User avatar
wiak
Posts: 4073
Joined: Tue Dec 03, 2019 6:10 am
Location: Packing - big job
Has thanked: 65 times
Been thanked: 1204 times
Contact:

Re: cherrytree as html/txt editor/viewer

Post by wiak »

I've posted a great deal of praise about cherrytree notebook over the years. My principal 'essential' for years now; completely remains so...

Funnily enough was just writing another post extolling its virtues for generating rich text and exporting to html, txt, or pdf, and apparently it can import (but oddly, not export, Markdown). I've exported my single cherrytree note page as a pdf and also as simple text (printed here) that loses images and formatting of course... html export also keeps the formatting. The pdf export exemplar is attached with dummy .tar.

Text export version (with the 'lost' formatting) is as below:

Just a quick illustration showing that cherrytree can be used as simple text editor and much more via export option for saving...

Dear Mr Whoever,

I hope you are fine.

Yes I am doing well (he answers here, mysteriously...).

Indeed.

Posting to: https://forum.puppylinux.com

The url links are automatically generated and preserved in html exported version as is the below table.

| today | is | Friday |
| 01 | Nov | 2024 |

Using a cherrytree note to show it can be used as a simple text editor or basic wordprocessor.

Can be exported to html or txt or PDF.

and can insert images:

Of course images disappear when exported as text and tables appear as text with pipe column markers.

You can indent paragraphs on push of a button,
which is what I did here...
Can also justify paragraphs; left, centre, right, fill.
So this paragraph is ‘justify right’.

Justification won't appear in text exported version though since all formatting removed...
NOTE: Justification also didn't occur on pdf rendered version for some reason...

You can enable word-wrapping and also line numbers, and search and replace works, so it is pretty usable as a simple text editor too. Can underline wrongly spelled words, replace tabs with spaces, strip trailing spaces, insert timestamp, horizontal rule, be linked to from other cherrytree note pages,

and you can insert “Code blocks” such as:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#!/bin/bash
echo Cherrytree as simple word processor or text editor or simple html generator/editor or pdf generator...
printf "\nAside for always using Cherrytree as my ‘memory’, being able to create all these file types is another great reason\n\n"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can even execute the embedded code block..., though I find it the process a bit weird. Needs practice maybe.

But you can also just type in the code in normal text (no codeblock), highlight and right click that and execute that highlighted part... Admittedly, cherrytree is not the greatest programmer's editor; wordwrap doesn't seem to work in codeblocks..., but its okay and code block understands some simple bash code syntax highlighting, and you can cut/paste that into normal text form if you wish - overall, I do prefer geany for coding though (with wordwrap):

#!/bin/bash
echo Cherrytree as simple word processor or text editor or simple html generator/editor or pdf generator...
printf "\nAside for always using Cherrytree as my ‘memory’, being able to create all these file types is another great reason\n\n"

But, NO, it will not import/export word docx format; can import from Markdown though, but cannot export to Markdown...sigh, and can cut and paste pages from browser rather nicely.

Pretty good; especially when you have cherrytree open a lot, as I do...

Bye for now.

wiak

Attachments
cherrytree_as_nice_wee_txt_html_pdf_editor.pdf.tar
remove the dummy tar prior to viewing pdf
(214.85 KiB) Downloaded 22 times

https://www.tinylinux.info/
DOWNLOAD wd_multi for hundreds of 'distros' at your fingertips: viewtopic.php?p=99154#p99154
Αξίζει να μεταφραστεί;

dancytron
Posts: 715
Joined: Fri Dec 13, 2019 6:26 pm
Has thanked: 508 times
Been thanked: 215 times

Re: cherrytree as html/txt editor/viewer

Post by dancytron »

I'm sold.

I just installed it on my desktop.

Dan

User avatar
BarryK
Posts: 2659
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 126 times
Been thanked: 734 times

Re: cherrytree as html/txt editor/viewer

Post by BarryK »

NoteCase, which is in a lot of pups, has WYSIWYG
and also saves in html.

I just did a quick test, created test1.ncd and made some entries, then opened test1.ncd in a text editor:

Code: Select all

<!DOCTYPE NoteCase-File>
<!--LastNote:0-->
<HTML>
<HEAD>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<meta name="generator" content="NoteCase 1.9.8">
<TITLE></TITLE>
</HEAD>
<BODY>
<DL>
<DT>test node 1</DT>
<!--property:date_created=1730511576-->
<!--property:date_modified=1730511939-->
<DD>
This is <b>bold</b> text<BR>
Text <span style="background-color:#ff0000">background</span> red<BR>
Text <i>italic</i> here<BR>
<A href="https://bkhome.org/news">https://bkhome.org/news</A> link here<BR>
Link to an <img title="easy96.png" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAABHNCSVQICAgIfAhkiAAAGj1J
REFUeNrtnXdgVFX2xz/3zUzKpE5CMplMQhJ6i4AgigoqLiAKiFgQkCKudIZYQMWfiopYWbOD
ILLI2tBlxQaICLggFkAQEJQACoG0yaRNeplk3vv9kUnIkF4gAT3/zCv3vjfvfO8999zvuUUo
isJf0nqibut/MCwsLCwjeE6izmJeCATZDKYFdaXXWcxfybKcmGOMme6XHDtFkqSzqampPyqK
UtoWv0+0pRoQFBTkI4QYrlKp+tsMpsda6rk6iznDZjC101nMi2VZ3puWlrZDURTHXwAABoOh
BzDEZjAt11nM6TaDKehCv9MvOTYJ+DLHGDOj+OAT4k8HgNFobJ+pn3u2LZRAncV8QJblf2u1
2rXx8fHFlzUARqPx+rKyshmSJN1hM5i82pIt1lnMJ2VZXi3L8ur09PS8ywqA8PDwG9KDZu+6
VDwTv+TYyVar9f1LHgCj0dgtUz837lJ0D/2SY7/SaDSLkpKSDl9yAAgh3EJCQh6zGUzPXep+
us5iXpCamrpMuUAltcUBCA0N7Z4VMu/Y5dRZ0lnMW0tKSmZkZWUltGkAgoODp+WGPfT2n6kn
G2h9Y1BKSspeRVHKWg2A4OBgb5VKZbYZTPf/GemEio6eE5Cg5OTkjIsGgMeVL/5FJlVvwFfk
GGPmNKST1ywAwsLCumQEzzlxOSmvt/tGht82hmBjOD66drh7apFlBbVKUGovoTA3h/zsLKyW
ZE4cO8r+fXvJCJ5TGxCvabXaF+Lj47NbHACDwTDAZjDtu1wUP7bnCUZPfABj1yuQ3XyQnGVX
EiAJAShIkkACRMV1ZPLSkkhLOsvpuCP8d917HHXccb55OmEzmLrWVhuaBMDlZHZ0FjNPvfQ6
3W64HdRu5QoWomEASAKBUpkmPyOF77/6HPOyl7EGzqz2rppAaDQAERERHex2+5c2g6nb5QBA
7Pwougy5q1ytgmYBIFBQS4I/Du3h5cWL2Jc7rCrQWUKIYSkpKT83GQC9Xq+XJOlLm8HU73JQ
fsyoMm55YCEOoUZAiwCgcuZNT/idl59ayNcJA1xNt221rmqb0GAAhBAa975L7ZeL6bm92zGm
Pf06ktbfqbyWBUBCwZaSwHOPz2db4tW1miKpEb7+C5eL8gf4bufemKeRvHQXtpNmjGDRkle4
yuurWtvQBtWA+hpdncXM3/42lIGDbiDEGI6Xjx9uWi0CCYfDQZndTkFhAYnxf/Db4YPs+WE3
v2smtIry+3ttZf6Sf+IX1QshBCgKkigv2QUZSRTa0tF6++If1hEF0awaIAmBJMFv+3YzY+pE
0oNmV7inH1it1kkNAsBgMETaDKb4mpQ+fsJEbh1zJ3pje8okD8oUgYJAFgJZVlCE81yB8rcI
FMBNyBRnp5Nw4ijr313DTuugau8NSF1O/6uvpn37KLx9/fDy9cPdQ4u7pxatlxdqdw8klQaN
mxuSWo0CKLJMmb2UguxMstJTSUqIJzUxkVO/HycwKJAhI+6gz5DRuAWGIQSVACg5VnZ//gHr
1q6iqKgISZK4Z+JkhoyZSGCHns0GQCXgv2+vYNE7uVW/76qUlJQDDQFgvc1guqeq4ufHPMyI
2+9A0vrjUAQyIMugUD8A5ccCRYAig7vkIDflNBs/XMu7e40u7351TjidbxiDjAqEQFEUnJor
P0bg1CFIAqG4tFkoAlQoyKUlaNRqHJIGUXm/PE3OqcMsf/ZRTsRVZ811ugAWvRxLpwFDmwWA
BORlpTHv/gmOH2w3q5y14H2r1Tq5TgD0ev2YHGPMZxXnNwTtYsnLr+EdEIIDgcOpzOYAoIhy
laiFQnb8UV55agGHikdW/odl8yLoOHgMMlKTABCKs6SjICoaWycA+WfjWDJ/KikpyfTr14/R
o0fj4+OD3W7nl19+YcOGDahUKpa+sZao/jc2CwCVgO1frGfGa6crzFC2EKJrrQAYjUZtpn5u
QcX5zBvTmWN6lDJJjexUdEsCICvlWnEvzeHdVxfz0aGoSlO0/KPNeIb1aFEAHLlpmB+fjtbd
jbFjx+Lh4YHD4TpQIicnh2eeeYaAgEBeePM9DN36NguA/OwMJt85qvSwfbTGCcLsWr0gWZbn
VhzPH5bLvIcWoqg0F7yRLHbzZ9JjS7i79x8AZIXM49uN65Fo2c53ni2T+x5dgumFFXSI7o+f
f3WPyM/Pj5iYGDIzM/jXa89SlGVt1jt9A9px6+jb5SqX+tQIQEBAgJ/NYHoZYHj4PqbPnoss
pIvmqZSovJga83+E5a4F4NP165Dz0lqWgojsjr5TNKVeQRQFdMa7+/VERA/APyDAJV3nzp3p
3bs3P/+0j6/WvYVS2ryuUM/o3m6VfQBJ6lajVgsjF2RXVP8lS18E6eIPoLN76Zm3YBEAGcFz
yE1LuaDvK5LVFPq2x6/7QMI6dXWaLSgtLWX8+PEAvPuvN/nl203Neo8+xFDZCbMZTIOlmmy/
zmJOAFi48DF8/ANarcPUIbr/uUKRk3VR3lmMJyKkF1Hd+yBJ5erRarUMGTKk3DNbvIjkEweb
/Hx3T0+X82oAZOrnFtgMpvY6i5kRt93Wqj1WD2+/cyW0sOCivbcUidLAjkT17FvemCsKI0aM
QKVSkeB9P2tee56CJrYHZXZ73QDoLObdAGPHjkWr9W5dzqBKu1tUmH9RX+1AYNdFEdG1JwBu
buXeEsD2xKvZ/P4qhKPxYeCkhLO1A2A0Gq+1GUyDAUaMuJXWJv2L8mznSk7pxR9L61AEBHcm
NKIjAIMGDSKq6D0A/rnFnX1bN9CogaWKwt7vd1ftDbu2AbIsj604jurQodVJs9NHD1Qee/v5
tcp/KEONd3h3/AMCUBSFWbNmVd57/skFxP2wrcHP2vfdDj5c936FpTmQkpLynVSl4yJsBtMj
AEHpK/H1821V5bsVZ7J6+bJzlEhk51b7L8UqLe0iuyGEQK/Xc0+vctoiPWg2j5lmcPibjYh6
KJ1fD/zI4scXYjOYKjyg/i4mKCQkZHDF8XXXXYc4r3kQsoOEU8fZt2sbm9e/z5YNH/D9159z
8uCPFKQloW7asJgaRaOU8sW/3+C0xyQAbunwM77GTq1aIEp9QjF2Kg8C3nbbbfSSPgEgNWAG
C00z+XTNP8hOT66WryA3iy/Xv8OsaZOIE/ec6+Qlx4aA6wyZIRUHV1xxhWuvMSuDh2PmcexY
7QPeIiOjmDZzFldecwOKR9PNhYYy9n3xHqt3+ldeGzfNRKnQODmH1vIHBBpDV0JKikhNOMP8
+fNZunQp8Z6TsRlMLPmPnU2f3MXwUWOIiOyAkATplhS2bPyMfXnDwe/vLs+zWq1WFzq6Kuf/
5rwQhg67BRlBcXERj8TMp3PnznhqvXh7zeryPnSfPrRv354tW7ZQVnau9Lu7uzN3/sMMvPkW
1P4hlMk0mAtyK8lm4zsrePObc+bvyXs9GDB2Og6hanEyrmo8oKERMY1ciiPtNCnxJ8jLy8Ns
NnOk7I4GAxmQujzD4XD0cgEgJCTES1GU5BxjjB/Ahuei6dO3HzICWVHKf4XEqRNxTJkwjvJO
2kKMRiOSJJGUlMSmTZtcaogQgklTpzF0zF34BLenRFHXCABC4Faax+kjP2F+6TmOcVflM+aP
tHPj+DkoGq8m09EtDUAFGacpzaM4K5XstBS2bt7Im982fGJPyaFFUsVgX7XT+xmcG/ZQpd3w
8fGp8iUSilL+kT/9+EPl5dDQ0ArPidDQUGbOnEl+fj47d+5kx44d2AwmzF+D+eutDArcyZ0T
JhMa0REvXx2yJHCUlpBtTeXEb4f58J23Oes1FZzKb5e2gseffYnOg0fhEBraojjcfHAP9SUk
tDN/730dN43+mV8O/MC2TRvZn39LnXnDwsKigSOVNeD8kOO3bw7BGNa+vOQ7aWcUhZHDbsJm
s+Hp6cmyZcsoLa154qHD4eDYsWN89NFHJJ9n++qTCf0TGDt1NurgDihCqizpba0G1EZHlxbm
cvrYYf694nW2JVxdu2flDMxLzhZ5lQtf4e5eLUNWRho2W3nHaOjQobUqH0ClUhEdHc0rr7xC
7HQdY7sdRWcx15o+KH0lk/vHs/7VwUx8/BVU+g4oCC5F8fDyo9eAG5j04Jxav9kvOXZFxbEa
IMcY4zKMS62uzn6eOH7Ovvfq1cvVZ3dzIzCwHZ5e3iBJICsUFRWQnZWJTqdjzJgxjBs3Drvd
Tn5+PgUFBQgh8PDwwMvLC127dwgI74pNraMU4cpBXKLSd+BNjJs4iVX/q35PkqTeLgDoLOaT
NoOpS5UE1TJt++rc0Aq9Xu+MGwRijOqIRutLfimUyeciYm6yTGSkQJSWYC/MJTfTSklhAf7+
OjSenri5a1F7eqPy9KFA0pLlkLicRKhUjLzrXjb8Z3S1wbs2g+n6SgCEECr3vku71OkDl9rZ
sWN7ZQOt0WgIj4jCPyScgjJBcWl5SNKF1kCQVypQ8ET29EQdpsdDJShzyJShoginG4oAuW0r
U3GUkZN6hqK8bFRqNX4BQfgFG+vN17FHX8ZNuI8VO6rfMxqN2uTk5EK1e9+l1bqwFcGISlKs
uAjZqeERI0YQFhGJn749hWUNNxUyYHeArDiDi5eAiS+ypXLku63s27mdPT98V1mSw3Lf5o57
JnDDbWMJ79a7rnrAjcNHsGLHjzXd7Aockmom7VwVay8pqTweMOBqdCHh2OXLe15G8tEfWTzj
Hv5vtZVNv1/hYkaSfB9g+VZPHpl2L4d31h0h69VvIGO6HKl23W63hwJIOov5xvoA0LhVhjHp
fkVf7I7LWvekxv3E0/Me4GBh3QGps15TePqRecTt21VrGkntxuCbh9XUEAcASLIsu9cHgJeX
F+7u7oSGGvHRBV7Wyi/Lz+aD5a+Q4D21QemtgTNZa36NojpCpt2v6FOzfXICoKkPAFQa5syd
x8T7JpUHKS5jif91L9sTr2pUnl3W6zmyb3et9zt07cmwsD0115C88Ic31wsAMObue+g34Gou
dzl19FCT8h07fKBOM9Sn/4Ca7wVa37i+msciV/cLhdqD0IhOl7XyJRTO/H68SXn/OBHnZBdr
FoMhrJZ3QhF/iZP3UbBlZjQpb+LZM9hLaldlqLEaAAUAUmFh4em/VO8kERWBPtTYpLwBge3Q
uLnXet9T67o6j1qttgJINpst2y85NqU+E/RnEAVBZOemzT3s3KUbkqr2EYQqlep8NzS+wgQh
SZLlr/JfLp169m1Svu59r6wzYmq3l7icJyUlpcC5mPBZoF9dXlBLiaokl8Tfj5FuSSDDakWW
Zby9fdGHRxAa1QUpIAxFUrUaAO17DWBo+Aq2Jw5ocJ4+Hpvpfc2HdabJLzg3sExnMR+zVI2I
2QymsRf6w1QoWOL288KTCzgu3VPFB5CAQiAOiGPKwBRGTpqOul3H1kHA3Yv75izgyIPja5xs
fb4Epa9kVuwqAkMjqItGz7Gd66jZDKYeVb0g/JJjp5zHU7SweydzcNsnTHpqfxXl1yzv7gnF
NP52Cs8cbrVaENLzGp59fRURBe/WbffL/sNzy1bQ76Zb6+8xp6ZUrQGvugAAuHxtampqi36Q
5bf9LFzd8PH9Ft2DLJwxGbISWw2EjtcM58XVHzHzb3noM10ChkSrPmPRPRqWrV3PlTePakD4
SCHxjMs8x8oJaZXDUvR6/ckcY0xngEdvLWDmrDkuMWEZgaIIHM5REg2doqRyFDPr7luJE3c3
WglzhubztwcXoSC1WkxYJUFe6llys9IoLSnB28eXIGME7t7+DZ6ilJ9pZeywwc6BB6CzmK+2
WCw/Va0BAHsrDjZs2IBoIconNf5kk5QPsH7du0gtPDOm0a6pAr4hkYT1uIqO/QZh6NIbjZd/
4/ilk8crle+0MAfON0EAlWzRGe0UbFktMyEiKf5Uk/NmBM8hO/3S95CP/3rkfK5NrgaARqPZ
pLOYK1eOjYtrmdUmS0pKmpW/IC/nklZ+SXEh3+48F5P0S46dfT4XVNExSAK+rTjfvHmTczxM
88TL26dZ+TUa94vLByllzvn8LSNxvxxge9I1VVmGb1woiaonNoNpeKX9PdqNJwvycWvmLJnQ
iAig6as9el/gOWpusp3slFPE/3aEP+J+4ddD++nYpRt3Tn8UH0NUs59/7JArTZ2enn6yVgDO
l19/PcqVAwY26w8EhXeimzyX49K4RuftpnyMV9ADlLWgwjWUUWg9S1riKRJPHmPXti3syRla
4aEDw9i7H7pG72Tg2OYBUJibxcZPNgCjak3jAkDxwSdE1WGKa99+m/7XXIvD0fQq6VB7Mufh
x5kXG9/ovJNmzKVM07waKJcUUpyWQEZKPCmnTrD3+/+x2zq4SoqhNebz9Gr+2uI/ff8/DpWM
qmr/Q+AJ6qwBQekrb0oPmr0TYEfKtaSlpqALMjTrj/QYeBMjN3/O5j96NzjPldot9Bz4YaOH
DElCQc5OITX+d+LjjrBn13a+z7yxSorB9T5Dn7mKsC5fNuub7YUFbPr4P5UUm3NxDmt1luA8
SUxM3FX1/ItPP3Hp4DSpFqg8mLPoefq4bWxQeoNtNY8+/w8U73YNV3xhFpaD2/nstQVMH3k9
s5f8zKuflJ6n/IbJxPunE9ShR7O++fDeb9kSf25lN7Va/VbNNE09smbNGoqLmr+cvuQbzIur
3ueWqJ/rTHeN7htef+8TtO17NuzBRTmc2f0pT00dxdylR3hvj4FM/dym80BZb3HVzaOaNRlH
LrOz5YsNVU3P1uTk5B9qSlvrailV24Kn7oZxkx9AlhtPRZy/WopwFHP60I9s/vgj9u75gYzg
OegzV3HtdYO46bYxdOw3CLvGm3IeQdQ5PF3Jy2DNs/P5+mz/Fmukn5ygZfD4ec1aM+6X775m
8jOus+kbvW5oWFjYkIzgOd84uQu2frMTT5/AZgNQMUNGwoGjIBdFkZHc3JHdvHCgKs+jKA0C
IO3o98x+bn+LKb+72MBLaz/Do11YkwEotmXwxOzJfJs2uF7l12mCkpKS/ueXHPuBs3/A26ve
RIiWC1U6hApFq0PxbofDzQeH0vjR0cGR3eh33oJ4zZHp8x/DPdDYrGd8+9WnLsrXWcx1juWp
86vd3NwqN2BY/X0ICb+3sWWifYJY+Opb3Gxs/grKwyL20/W64c3jvU4cYWXsay7XKljPJgGQ
mJj4e0Dq8ocqzhc8EgOOkjaFgTq4A3NfXs0z9wdgzGn61gV3T50F7k3vcyilxaxfu5JEn2kV
DW+DWMh6673FYvmnzmL+GuAYd/Pev1ahamMzWBzufkSPvJ+XP/iKpyb5EpzxZqPyDw3fhzH6
mmb9h50bP2LdgciqlxY2ZPn6egFQFEVRqVQmv+TYZIDXt3pz5Kcf2iTz6KmPoO+YB1n+36+J
GVlW57y0qjJq3BTQaJv83jNH9rFsybMu16xW66ctUgOcDfJJYF7F+UPz55KderZNgqAooA7u
yI3THmPVJ9t4YHDdI92C0lcS1avpS2FnJf3Bq888TmrAjMprvkmvN5gCbrDrYbVaK5evzNTP
Zcb9k7HnZtBWRVYE6tBujJ6/hDXPXkV35eMa00VHX4F7QEjTyLasVFa++DQ/5Q2vsPtJ7dJW
dE1LS8tvcQCgfIZ3xfEp9/uYOXUijgIbbVkcqAmMvpHnVq3j2oDqUxZVanWTer2luZmseW0x
m06eW1dDkqTpTmvBBQFAURTFYFvtWdEo/6bcxdwHJlOam05bF7W+Ew+/8E8MttUu1w/+fID8
1MYxtSXZVt566Uk+3B9xvsPS6E5Jo3s/8fHxxSqVamLF+aGSUUy5+w7yLKdbLJB/oUQT0oUZ
8123I87Uz2XHJ+8hNXC74dzkUyxbNI8Pf46syvXMbOqurE2anJuUlJQZlL6ycq7SGe1kJo8b
S1Lcz0hteM6pAoR36VXt+pvbvNm1bgWU5NehKJn4/d+w4IFxbDl9ZVXlz7ZarW819T81axel
qKgo/+Li4g9tBtOIimvPjHdj6J33YcetSUsXN4YLasq4oLw/DjJpwTc1fs+tHQ8zZtLfiezR
D8nLH0Upjy/kJ//Brk3/5fVN6qoUg83hcExPS0vb0JxC0ex9xIQQbu59l7p0j4e1/4mFi19E
8g9BVtoWAKmHdjLzuQN1flMn+zqGDLsFD60PWZlWtn25mbR2s1zS6CzmIRaLZWdza2WLbWVo
MBgWVix3DOVRpWdeeJleA2+mWLi1CQAkIdjzYSwvfdy87eW1Z16NaKl9JVt0L0mDwXATsLLq
DkvXB+5k/uPPoIvsgUOoWhUAcizMHXtTo5fQOc8Vd1MUpbSldNbiu6kajcZ2siwvsxlMk6te
n3JNMmMnTsNTH0WZUF90AAQKcdvW8cSqxo+001nMB4QQj6SkpOxuacfggm3o7HHli4rOYv7N
ZjC5xBYnXBnP6PFTCIrsTpGiuWgAlCX/xryJt7tQBg1U/rMeHh4vXaj95i/ojtrBwcHeQohH
cowxi8+/d63uG+6d+ncie/RF42/ArkgXDAA54zSvLpjpsrFafeKXHPtWjjFmRlP9+zYBQGWD
XL7A0KM5xphHa7o/puuv3Hzr7YR26o57oIEylSdKCwAgySVk/LaXfyx+zGUxwPrEN+n1vmlp
aRdlhshFAaAqEDnGmFSdxXy8tq0QIwvf5ZaRt9M1ui8B+jA8/QJw9/JB7R1AiSyVm6waAFBJ
ICkKlORTmJWK5fRxdm/9gs/jGj68JND6Rvvk5OSLOivkogJQpXSqgoKC7hBCjMoxxkxugB0m
MjKSbj2j8dP5oxIqZEnC01OLvbiI0pIS8vNysaZaOHniOAne9e8rrbOYrTaDSe/0bNSKorTK
GjCtAoALHx8U5CNJ0mjguhxjzKwL+S6dxfydzWAa5JP4j1He3t47LlTDekkBUEPD3Tk37KGT
Oov5eVmWu0uS1EGW5dAcY0xII5X9lSzLCTnGmBlOu+7TGJ7+TwtAXTVFrVZ3BzyFEB5ZIfO2
OhU9EsgXQuRnhcw7UHVV2ktB/h9OMkjc5dpEwQAAAABJRU5ErkJggg"> image here.<BR>
...no inserted.<BR>
<BR>

</DD>
</DL>
</BODY>
</HTML>

...it seems won't link to an image, inserts it.

It doesn't do tables. Much more primitive than cherrytree

User avatar
rockedge
Site Admin
Posts: 6507
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2716 times
Been thanked: 2604 times
Contact:

Re: cherrytree as html/txt editor/viewer

Post by rockedge »

I just compiled a Cherrytree-1.2.0 on a F96-CE_4 which is working well (so far!).

After testing it I could make it available if there is any interest in having a PET package version of it.

tosim
Posts: 480
Joined: Thu Jul 23, 2020 1:13 pm
Has thanked: 925 times
Been thanked: 56 times

Re: cherrytree as html/txt editor/viewer

Post by tosim »

@rockedge I, for one, would like a pet for CherryTree, as I've been using it
since its inception. Thank you for ALL you've done.

User avatar
rockedge
Site Admin
Posts: 6507
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2716 times
Been thanked: 2604 times
Contact:

Re: cherrytree as html/txt editor/viewer

Post by rockedge »

@tosim

Here is a link to the Cherrytree PET package -> https://mega.nz/file/Pl4UDIRA#nA4y9ZBH9 ... NIHt7qIHAE

tosim
Posts: 480
Joined: Thu Jul 23, 2020 1:13 pm
Has thanked: 925 times
Been thanked: 56 times

Re: cherrytree as html/txt editor/viewer

Post by tosim »

@rockedge Thank you very much.

Post Reply

Return to “Users”