algorembrant commited on
Commit
0e8af4c
·
verified ·
1 Parent(s): 765b8f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -1,3 +1,54 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ **A simple editor that colors and highlights text.**
6
+
7
+ sample output
8
+
9
+
10
+
11
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/KSctEghYjKqhCisukdDjP.png)
12
+
13
+
14
+
15
+ ---
16
+
17
+ The default content will have something like this (which is similar to Tex, but has a unique mechanic).
18
+
19
+
20
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/KK9M-fNXu1bG0CLYvgrlu.png)
21
+
22
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/4bl4vOTJuIEqs3IVoRxhs.png)
23
+
24
+ The main functions are:
25
+ ```
26
+ \textcolor{}{}
27
+ \texthighlight{}{} # series
28
+ \texthighlight{}{} # same for text
29
+ ```
30
+
31
+ 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
32
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/x5GeC5_UR5a7TW3spT12i.png)
33
+
34
+
35
+ ---
36
+
37
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/-9yHqfZDEbXS0t3QcRJLk.png)
38
+
39
+ ---
40
+
41
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/WTShRZBb5uiYeYDjFFlwb.png)
42
+
43
+ ---
44
+
45
+
46
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/ow-imv-GtMUURajjVs7Nm.png)
47
+
48
+ ---
49
+
50
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/TLXJmhB6upURTnNosVzJf.png)
51
+
52
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/69a2c0056574c22e42cf6624/nVdysQIHb86pNcXNKsPi9.png)
53
+
54
+ ---