Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Cool plugin! I hope this is never implemented in the native app!
I would fucking hate to see every meme captioned with the largest, bold, italic, underlined header. -
@devTea I think the only concern mentioned was possibly abusing the H1. Other than that, I'm for at least partial markdown support -- italics, bold, and code lines/blocks (especially that last part).
-
devTea240886y@NeedsMoreDivs well if I'm hearing a lot of complains then I'll remove the h1, and by lines/blocks you mean something like code of blocks? I'll work on that later
-
beleg31946yOne good thing about devRant is that many community guidelines are forced via community feedback. Miscategories and reposts are already controlled this way. It would be the same with abusing styles, I hope. Just if we could reach to an unanimous definition of 'abuse'.
-
devTea240886y@beleg this is client-side process, so you can't really report anyone using this extension, if you guys annoyed with markdown abuse on rant feeds, then I can disable it
-
beleg31946y@devTea I Know right 😅 I meant in case dfox were to implement something like this in the native app.
BTW he's not around for a while, guess he's pretty busy. -
cursee171596y@devTea nah. Am cool with seeing #,*,_ . If I get sick of seeing them I can't call myself a programmer 🤫
# hello
# world
# huehuehue
is not so bad to read for me 😏 not sure about you 😛
So yes, minimal markdown functionality like in discord is probably better for your script users. bold, italic, strike out, underline, a line of code, block of code.
If not they will be the one suffering the potential abuse. -
devTea240886y@cursee what's the difference between line of code and a block of code?
Edit: nvm i figured it out
@irene @NeedsMoreDivs I'll push a new version without headings -
I kinda hope this doesn't take off because I can see it ending up like the tapatalk situation where a lot of forums break or have missing functionalities if you aren't using arbitrary third party app and plugin, and you end up with a bunch of tunnel vision users who post crap that looks like crap to anyone without the app or plugin regardless of whether it's supported or not. It's a nice idea (in limited scope as mentioned above, eg no header tags) but I would want this in the official product or not at all.
-
devTea240886y@nathanchere yeah I removed the headers syntax, and working on basic functionality now
-
Yes! ❤️ Thought about doing this, but since I couldn't come up with a way to overrule the app it didn't feel worth it. This is great though :)
-
@nathanchere If anything, perhaps it evolves into an official feature. Afaik is the development here isn't dead :)
-
sysvinit8586yI am not sure how Devrant is built, for one of my react project, I used https://github.com/rexxars/...
So it renders all markdown syntax into HTML components. So works well on both desktop and mobiles. However, need to do extra validations to prevent malicious attempts as it renders all HTML components. -
Does it *need* to be TamperMonkey? I am using the Falkon Browser, and GreaseMonkey is all I get. :-(
-
devTea240886y@pokerface what kind of malicious attempts?
@Yamakuzure I’ll look into that later
I just want to practice some regex, and this one has been kinda fun to work with -
dfox428266yI think this is neat as an exercise, and cool that you made it. But, I don’t think it could really work in practice and any client that doesn’t have the script will see posts that look malformatted.
Beyond that, and as has been expressed a few times already in the comments here, it’s really not clear that even a majority of the devRant community would like this kind of formatting, which is kind of why we haven’t added it. Of course though were always open to more feedback on it. -
@dfox Well, if such formatting would be supported natively, users could decide if they used it or not... Currently there is no choice, but to use 3rd party scripts, which leaves users who do not have it without a choice again. 🤔 ...tricky...
-
devTea240886y@Yamakuzure greasemonkey can use it, I've tested it, I will update it on the desc later
Related Rants
-
devTea12So I just started to use devRant on browser and noticed it shows the whole text from a rant, instead of puttin...
-
JoshBent89Devrant black theme is here! Thanks to @Floydian and @Stuxnet for the idea and the tag! You can also grayscale...
-
JoshBent3Quick'n'dirty devrant filter for tampermonkey (frontpage, comments, mentions in comments, notifs), since there...
Here it is, markdown supports, I've read a couple of rants requesting it and decided give it a try, more syntax will be supported later
https://github.com/devTeaa/...
random
markdown supports
tampermonkey