1
1
# ScratchFormat
2
- Chrome/Chromium: https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl
2
+ Chrome/Chromium: https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl
3
3
Firefox: https://addons.mozilla.org/en-US/firefox/addon/scratchformat/
4
4
5
5
ScratchFormat is a browser extension created in 2017 to make Scratch comments
@@ -13,12 +13,27 @@ to the older versions.
13
13
Uses Remix Icons (https://remixicon.com/ ) hosted on their Github.
14
14
15
15
## QNA:
16
- ### Make it work for other people who don't have it installed.
17
- There have been requests for ScratchFormat to work for people who do
16
+ ```
17
+ That's a very good idea, but sadly, if I write for instance something in red (the word "test"),
18
+ I see it red, but me alone (or the other user of this addons), other people see "[color=red]Test[/color] " .
19
+ So it makes this addons not useful at all. Please fix it, as the starting idea was good.
20
+ --
21
+ It works, but only for people who have install this extension ...
22
+ --
23
+ Only people who have this extension installed can see the text. Other will see all those tags!
24
+ ```
25
+
26
+ There have been many requests for ScratchFormat to work for people who do
18
27
not have the extension installed. If you think about it, this is obviously
19
28
impossible, there is nothing I can do about it.
20
29
21
- ## NOTE:
22
- There have been requests for ScratchFormat to work for people who do
23
- not have the extension installed. This is obviously impossible, there
24
- is nothing I can do about different users.
30
+ Yes, there are UTF-8 "fonts" out there, and you can technically translate to them,
31
+ but it is way too impractical and complex for a simple chat.
32
+
33
+ And with the color tag, it is simply a toy. Where would it be practical? The real use
34
+ is with bold, italics, and maybe code. Everything else is extra.
35
+
36
+ As a side note:
37
+ SFCode is the original formatting system, made in 2017. Since it is complex
38
+ and hard to read for people who don't have the extension, Markdown support was
39
+ added, but support for SFCode is maintained.
0 commit comments