Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 872466a

Browse files
committed
Update a few things, hopefully for release 2.3
1 parent 134d06e commit 872466a

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ScratchFormat
2-
Chrome/Chromium: https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl
2+
Chrome/Chromium: https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl
33
Firefox: https://addons.mozilla.org/en-US/firefox/addon/scratchformat/
44

55
ScratchFormat is a browser extension created in 2017 to make Scratch comments
@@ -13,12 +13,27 @@ to the older versions.
1313
Uses Remix Icons (https://remixicon.com/) hosted on their Github.
1414

1515
## 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
1827
not have the extension installed. If you think about it, this is obviously
1928
impossible, there is nothing I can do about it.
2029

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.

popup.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</head>
55
<body>
66
<div class="dash">
7-
<b>ScratchFormat 2.2</b>
7+
<b>ScratchFormat</b>
88
<a href="https://scratchformat.github.io/" target="_newtab">Website</a>
99
<div class="dropdown" style="">
1010

@@ -32,7 +32,7 @@
3232
when you click on them.
3333
</p>
3434
<p>
35-
ScratchFormat Copyright 2017-2020, by the Scratchformat Contributors.
35+
ScratchFormat Copyleft 2017-, by the Scratchformat Contributors.
3636
<br>
3737
This is open-source. See <a href="https://github.com/ScratchFormat/" target="_newtab">Our Github</a>.
3838
</p>
@@ -42,8 +42,6 @@
4242
<style>
4343
html, body {
4444
background-color: lightblue;
45-
width: 700px;
46-
height: 200px;
4745
}
4846

4947
/*Dash*/

0 commit comments

Comments
 (0)