Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Ink: The Editor That Does More.
- skymover1239
-
Scratcher
500+ posts
Ink: The Editor That Does More.
Hi. So I made a online based editor named Ink. Originally, that was the only thing it was, an editor. Now, it has features that give it a little more utility.
Features
Edit from any where
Looks good on mobile as well as desktop.
Modern UI.
Code with HTML.
Any math statements are automatically calculated.
Make a change and see it instantly.
Save and import projects.
With more coming!
Tested on:
Linux:
LibreWolf(Firefox based)
Android:
DuckDuckGo(Chrome based)
Tested on another browser? Report your result here!
Links:
Website: https://darth-ness.github.io/Ink/
GitHub: https://github.com/Darth-Ness/Ink/tree/master
If you can't access the link above (Usually due to “darth-ness” being detected as bad) there is another website you can use
https://jaydendev.github.io/Ink
It is the exact same website with no modifications.
Features
Edit from any where
Looks good on mobile as well as desktop.
Modern UI.
Code with HTML.
Any math statements are automatically calculated.
Make a change and see it instantly.
Save and import projects.
With more coming!
Tested on:
Linux:
LibreWolf(Firefox based)
Android:
DuckDuckGo(Chrome based)
Tested on another browser? Report your result here!
Links:
Website: https://darth-ness.github.io/Ink/
GitHub: https://github.com/Darth-Ness/Ink/tree/master
If you can't access the link above (Usually due to “darth-ness” being detected as bad) there is another website you can use
https://jaydendev.github.io/Ink
It is the exact same website with no modifications.
Last edited by skymover1239 (Feb. 2, 2022 14:43:50)
- kccuber
-
Scratcher
1000+ posts
Ink: The Editor That Does More.
html's default font is serif not sans-serif so please fix that, then it would be cool
- skymover1239
-
Scratcher
500+ posts
Ink: The Editor That Does More.
html's default font is serif not sans-serif so please fix that, then it would be coolIn what? The text area or the output?
- kccuber
-
Scratcher
1000+ posts
Ink: The Editor That Does More.
output, sorry for not clarifyinghtml's default font is serif not sans-serif so please fix that, then it would be coolIn what? The text area or the output?
- skymover1239
-
Scratcher
500+ posts
Ink: The Editor That Does More.
As far as I can tell the font is Arial, sans-serif.output, sorry for not clarifyinghtml's default font is serif not sans-serif so please fix that, then it would be coolIn what? The text area or the output?
- skymover1239
-
Scratcher
500+ posts
Ink: The Editor That Does More.
Is this like an IDE?It doesn't have some of the features that an IDE would have, but you could use it as one.
- skymover1239
-
Scratcher
500+ posts
Ink: The Editor That Does More.
Made a PRThank you.
For future reference if anyone wants to create a PR, please make one on the beta branch.
- MagicCrayon9342
-
Scratcher
1000+ posts
Ink: The Editor That Does More.
(#10)okMade a PRThank you.
For future reference if anyone wants to create a PR, please make one on the beta branch.
- Chiroyce
-
Scratcher
1000+ posts
Ink: The Editor That Does More.
html's default font is serif not sans-serif so please fix that, then it would be cooldepends on what your browser has set for the default font
Looks good on mobile as well as desktop.I think the margin is a bit too little on the bottom-left corner.
- skymover1239
-
Scratcher
500+ posts
Ink: The Editor That Does More.
Bottom left corner of what?html's default font is serif not sans-serif so please fix that, then it would be cooldepends on what your browser has set for the default fontLooks good on mobile as well as desktop.I think the margin is a bit too little on the bottom-left corner.
Update!!
Themes now supported (From AquaCSS)
- MagicCrayon9342
-
Scratcher
1000+ posts
Ink: The Editor That Does More.
I found and reported a bug related to the theme selector.
https://github.com/Darth-Ness/Ink/issues/5
When switching to another theme and back to comet, the comet theme doesn't display properly
Tested with a few other themes switching around and the themes appear be having their properties mixed?
https://github.com/Darth-Ness/Ink/issues/5
When switching to another theme and back to comet, the comet theme doesn't display properly
Tested with a few other themes switching around and the themes appear be having their properties mixed?
Last edited by MagicCrayon9342 (Jan. 28, 2022 01:51:19)
- -EmeraldThunder-
-
Scratcher
1000+ posts
Ink: The Editor That Does More.
Nice I really like the UI and theme control features.
- god286
-
Scratcher
1000+ posts
Ink: The Editor That Does More.
uh
it evaluates it and gives 3 could I use this to make it do a fetch request/
alert(1 + 2)
- skymover1239
-
Scratcher
500+ posts
Ink: The Editor That Does More.
Nice I really like the UI and theme control features.Thank You!
uhFor some reason, JavaScript and CSS is not supported right now, I'm hoping to be able to fix it in a future update.it evaluates it and gives 3 could I use this to make it do a fetch request/alert(1 + 2)
Sorry, misunderstood your post. Basically because of your math statement, the entire line was run as JS. So I guess so? It would have to include a math statement on the same line as the command.
Last edited by skymover1239 (Jan. 29, 2022 00:20:28)
- god286
-
Scratcher
1000+ posts
Ink: The Editor That Does More.
Sorry, misunderstood your post. Basically because of your math statement, the entire line was run as JS. So I guess so? It would have to include a math statement on the same line as the command.Technically it's XSS, you should fix this before you add online file saving or storing it in a database.
Last edited by god286 (Jan. 29, 2022 00:23:08)
- skymover1239
-
Scratcher
500+ posts
Ink: The Editor That Does More.
Except Ink doesn't have a server… So the XSS only effects someone who codes one in their editor.Sorry, misunderstood your post. Basically because of your math statement, the entire line was run as JS. So I guess so? It would have to include a math statement on the same line as the command.Technically it's XSS, you should fix this before you add online file saving or storing it in a database.
- god286
-
Scratcher
1000+ posts
Ink: The Editor That Does More.
Except Ink doesn't have a server… So the XSS only effects someone who codes one in their editor.Ya, I know, but if you eventually add file saving in cloud or something, then you could consider that… because then if someone says to put that in the editor, or if you can create links or something, then it would be easy to attack people.
Last edited by god286 (Jan. 29, 2022 00:26:22)
- Discussion Forums
- » Advanced Topics
-
» Ink: The Editor That Does More.







