You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] When compiling `highlight` avoid the creation of the static library `.a` before the CLI otherwise it will be linked in the executable instead of the dynamic one taking up space.
4
4
-[x] Sometime when compiling the app the custom lua plugins are not embedded.
5
5
-[ ] Update the application help.
6
6
-[ ] Consider whether to incorporate both light and dark styles in the html in order to automatically adapt to the system's style. For RTF [see this link](https://eclecticlight.co/2018/12/10/rendering-rich-text-in-dark-mode/).
7
+
8
+
9
+
# SPUNTI
10
+
11
+
Nuovo qlsyntax
12
+
13
+
- Usare app firmata e sandbox. Questo comporta la riscrittura delle preferenze
14
+
- Creare un groupcontainer condiviso tra app ed estensione in cui copiare le risorse di highlight
15
+
- Evitare l’uso di colorize.sh e usare tutto da codice nativo a meno che non venga richiesto un pre processore
16
+
- Gestire internamente alcuni preprocessori (come le plist binarie)
17
+
- Valutare di gestire git da codice nativo senza tool esterni. Eventualmente rimuovere supporto di hg
18
+
- Usare più appex con codice condiviso specializzati per determinate estensioni (ad esempio app, eseguibili o per i file senza estensioni) rendendo l’uso più modulare
19
+
20
+
- usare una funzione che riceva uti ed estensione e restituisca la sintassi da usare per l'evidenziazione.
21
+
- Consentire di scegliere se l'output della quick look sia html o rtf (ottenuto dalla conversione dall'html) spiegando che rtf torna utile in certe modalità di anteprima (gallery? file info?) E valutare se il passaggio da html -> rtf sia molto peggiorativo della generazione diretta di codcie rtf
22
+
23
+
Avere una vista dei file per estensione, per ogni estensione gli uti associati:
0 commit comments