From 55e84799799445647075ee251f72c1408b5524ab Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 26 Aug 2021 10:32:31 +0200 Subject: [PATCH] Updated RNS dependency version. Updates to guide. --- nomadnet/ui/textui/Guide.py | 10 +++++++++- setup.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/nomadnet/ui/textui/Guide.py b/nomadnet/ui/textui/Guide.py index 326a25d..1aa9a7c 100644 --- a/nomadnet/ui/textui/Guide.py +++ b/nomadnet/ui/textui/Guide.py @@ -218,6 +218,10 @@ With micron you can easily create structured documents and pages with formatting While micron can output formatted text to even the most basic terminal, there's a few capabilities your terminal `*must`* support to display micron output correctly, and some that, while not strictly necessary, make the experience a lot better. +Formatting such as `_underline`_, `!bold`! or `*italics`* will be displayed if your terminal supports it. + +If you are having trouble getting micron output to display correctly, try using `*gnome-terminal`*, which should work with all formatting options out of the box. Most other terminals will work fine as well, but you might have to change some settings to get certain formatting to display correctly. + >>>Encoding All micron sources are intepreted as UTF-8, and micron assumes it can output UTF-8 characters to the terminal. If your terminal does not support UTF-8, output will be faulty. @@ -228,7 +232,7 @@ Shading and coloring text and backgrounds is integral to micron output, and whil >>>Terminal Font -While any font any unicode capable font can be used with micron, it's highly recommended to use a `*"Nerd Font"`* (see https://www.nerdfonts.com/), which will add a lot of extra glyphs and icons to your output. +While any unicode capable font can be used with micron, it's highly recommended to use a `*"Nerd Font"`* (see https://www.nerdfonts.com/), which will add a lot of extra glyphs and icons to your output. > A Few Demo Outputs @@ -428,6 +432,10 @@ This program uses various other software components, without which Nomad Network https://cryptography.io/ BSD License + - `!Urwid`! by `*Ian Ward`* + http://urwid.org/ + LGPL-2.1 License + - `!Additional Urwid Widgets`! by `*AFoeee`* https://github.com/AFoeee/additional_urwid_widgets MIT License diff --git a/setup.py b/setup.py index 60403ea..fd9d70c 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,6 @@ setuptools.setup( entry_points= { 'console_scripts': ['nomadnet=nomadnet.nomadnet:main'] }, - install_requires=['rns>=0.2.1', 'lxmf>=0.0.6', 'urwid>=2.1.2'], + install_requires=['rns>=0.2.2', 'lxmf>=0.0.6', 'urwid>=2.1.2'], python_requires='>=3.5', ) \ No newline at end of file