-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
53 lines (39 loc) · 1.93 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# litos v. 4.1.0
**litos** aims to be an easy-to-use and fast editor. My target is an editor for quickly editing HTML files, providing shortcuts for inserting HTML tags. I try to use the latest GTK features available, which means that if GTK adds something new in a major release that is useful for the editor, I will likely bump the GTK dependency and integrate this new feature in **litos**.
### Required Packages
Mousepad depends on the following packages:
* gcc
* make
* pkg-config
* libgtk-4-dev [GTK](https://www.gtk.org) >= 4.8.3
* libglib2.0-dev [GLib](https://wiki.gnome.org/Projects/GLib) >=2.42.0
* libgtksourceview-5-dev [GtkSourceView](https://wiki.gnome.org/Projects/GtkSourceView) >=5.0
* libaspell-dev
### Installation
From source code repository:
% cd litos
% make
% sudo make install
### Usage
* Ctrl+b If text is selected tranforms "string" into "<b>string</b>"
* Ctrl+i To tranform "string" into "<i>string</i>"
* Ctrl+2 To tranform "string" into "<h2>string</h2>"
* Ctrl+3 To tranform "string" into "<h3>string</h3>"
* Ctrl+p insert "</p>" tag
* Ctrl+ h insert "</a>" tag
* Ctrl+h insert "<a href=\"link\">this</a>"
* Ctrl+Shift + p To tranform "string" into "<sup>string</sup>"
* Ctrl+l insert "</li>" tag
* Ctrl+g insert " ■□ " characters
* Ctrl+g insert "<div class=\"eq\">this</p>"
* Ctrl+d insert ⋅ character
* Ctrl+m insert − character
* Ctrl+r insert <br> characters
* Ctrl+y insert ⟶⟼⇒ characters
* Shift + Ctrl+y insert ⇌⟵⇐ characters
* Ctrl m insert — character
To create file from Templates make sure you've the "Templates" dir in you home direcotry and the file $HOME/.config/user-dirs.dirs exists (see https://wiki.archlinux.org/title/XDG_user_directories) is best to run "xdg-user-dirs-update" to create it.
###Authors
Giovanni Resta - [email protected]
### Reporting Bugs