File size: 1,684 Bytes
765b8f6
 
 
0e8af4c
b5075bf
0e8af4c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
54
55
---
license: mit
---

**A simple editor that colors and highlights text, which is purely done through raw text-based commands.**

sample output



![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/KSctEghYjKqhCisukdDjP.png)



---

The default content will have something like this (which is similar to Tex, but has a unique mechanic).


![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/KK9M-fNXu1bG0CLYvgrlu.png)

![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/4bl4vOTJuIEqs3IVoRxhs.png)

The main functions are:
```
\textcolor{}{}
\texthighlight{}{} # series
\texthighlight{}{} # same for text
```

Besides manually typing these functions inside the `\begin{define}...\end{define}` container, when you select a content ( `any form of text or symbols or phease or sentence or paragraphs or stanzas or etc`) you will be selecting these choices
![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/x5GeC5_UR5a7TW3spT12i.png)


---

![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/-9yHqfZDEbXS0t3QcRJLk.png)

---

![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/WTShRZBb5uiYeYDjFFlwb.png)

---


![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/ow-imv-GtMUURajjVs7Nm.png)

---

![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/TLXJmhB6upURTnNosVzJf.png)

![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/nVdysQIHb86pNcXNKsPi9.png)

---