Recent comments in /f/coolgithubprojects
seanpuppy t1_j37gis3 wrote
Reply to comment by EvitanRelta in HTML-to-Markdown converter that adaptively preserve HTML when needed (eg. when center-aligning, or resizing images) by EvitanRelta
I have some experience with it… basically it converts markup languages to a AST and you can convert that AST to lots of things. It does not preserve everything.
Eg: I write markdown with * as bullet points but if I convert from markdown -> ast -> markdown it will be formatted a little different
ive been working in a side project to extend / modify said AST to be able to “insert” markdown into existing markdown.
Im on mobile right now, half a cup of coffee, and ive got a meeting in a few mins but I can try and show an example command later if I remember
edit: Work is over and I found an online pandoc tool
Least_Cattle_2153 OP t1_j375rf2 wrote
Reply to comment by nashosted in Forumium - Open Source Forum platform by Least_Cattle_2153
Yes this project was like an idea I always had and just find some time to make it real 😅 And would love if you can help this app to reach more people, so of course you can share it if you want Thanks a lot
nashosted t1_j375i9l wrote
Reply to comment by Least_Cattle_2153 in Forumium - Open Source Forum platform by Least_Cattle_2153
I appreciate your haste in responding. You seem very passionate about the project! Mind if I mention it in the Noted Self hosted Roundup today? It might get some good traction there.
Least_Cattle_2153 OP t1_j375c68 wrote
Reply to comment by nashosted in Forumium - Open Source Forum platform by Least_Cattle_2153
Yes it’s on my RoadMap and will for sure do it, but not right now sorry. But I will give this task more priority and let you know ASAP
nashosted t1_j374sxn wrote
Reply to comment by Least_Cattle_2153 in Forumium - Open Source Forum platform by Least_Cattle_2153
>Forumium is based on Laravel and the logic is specific. And thanks for pointing this info, I will mention Flarum on the repo too, the administration is based on a TALLkit (Filament) that makes it more extensible, and also some profile stats (visits, charts, ...)
Thanks for clarifying! Any plans to add a docker image? I'd like to give it a try if you can dockerize it.
EvitanRelta OP t1_j36l6kf wrote
Reply to comment by seanpuppy in HTML-to-Markdown converter that adaptively preserve HTML when needed (eg. when center-aligning, or resizing images) by EvitanRelta
Oh have I compared this to Pandoc?
No actually, I've never tried Pandoc before.
I'm not sure if Pandoc can be configured to do the same adaptive-preserving of HTML in markdown, like converting this HTML:
<h1><b>Italicised heading</b></h1>
<h1 align="center">
<i>Centered italicised heading</i>
</h1>
to this markdown:
# _Italicised heading_
<h1 align="center">
<i>Centered italicised heading</i>
</h1>
Anyone here with Pandoc experience who've tried this?
Least_Cattle_2153 OP t1_j36341x wrote
Reply to comment by nashosted in Forumium - Open Source Forum platform by Least_Cattle_2153
Yep it is based on the Flarum design the main difference is it that Forumium is based on Laravel and the logic is specific. And thanks for pointing this info, I will mention Flarum on the repo too, the administration is based on a TALLkit (Filament) that makes it more extensible, and also some profile stats (visits, charts, ...)
nashosted t1_j34p7ap wrote
This is literally Flarum is it not?
Just read your website and see you mentioned Flarum. Didn’t see it mentioned on the GitHub repo. Anyway, what’s the differences? Is it the voting system?
seanpuppy t1_j3305h6 wrote
Reply to HTML-to-Markdown converter that adaptively preserve HTML when needed (eg. when center-aligning, or resizing images) by EvitanRelta
Have you compared how pandoc does it?
EvitanRelta OP t1_j32la16 wrote
Reply to comment by TomSwirly in HTML-to-Markdown converter that adaptively preserve HTML when needed (eg. when center-aligning, or resizing images) by EvitanRelta
Ayy thanks for the star! :D
oh shit ure right, thanks ill correct the description!
TomSwirly t1_j32kzaw wrote
Reply to HTML-to-Markdown converter that adaptively preserve HTML when needed (eg. when center-aligning, or resizing images) by EvitanRelta
"HTML-to-Markdown converter that adaptively preserve HTML when needed (eg. when center-aligning, or resizing images)"
should be "preserves". :-)
Looks very promising, I starred it!
EvitanRelta OP t1_j328vdy wrote
Reply to HTML-to-Markdown converter that adaptively preserve HTML when needed (eg. when center-aligning, or resizing images) by EvitanRelta
Here's the repo if u wanna check it out or contribute! :D — https://github.com/EvitanRelta/htmlarkdown
You can try it out urself on this demo: https://evitanrelta.github.io/htmlarkdown/
It's my first (hopefully industry-standard) library so I'd love some feedback! (and any contributions, im the only contributor so far so pls send help)
[deleted] t1_j0lek60 wrote
Reply to Excel formula visualizer website by Vaniog
[removed]
[deleted] t1_j0lefbs wrote
antonyjr0 OP t1_j06jcz5 wrote
Reply to comment by jogai-san in Build Android from Source using Hetzner Cloud with your Phone/Computer (32 cents for a single build) (Alpha Stage) by antonyjr0
Will see about integrating both in the future..
The documentation is still incomplete, I will fill in the details on how this works to better understand it. And Why we are primarily using Hetzner.
jogai-san t1_j06j3jx wrote
Reply to comment by antonyjr0 in Build Android from Source using Hetzner Cloud with your Phone/Computer (32 cents for a single build) (Alpha Stage) by antonyjr0
Contabo/liteserver both offer more bandwith and comparable prices and are hosted in europe. That being set, if its running anywhere where a terminal is available it doesnt matter as much. Nice work!
antonyjr0 OP t1_j06f76s wrote
Reply to comment by jogai-san in Build Android from Source using Hetzner Cloud with your Phone/Computer (32 cents for a single build) (Alpha Stage) by antonyjr0
The reason is that, Hetzner is the safest and has clear pricing, also very Cheap. If the server runs for month by mistake it will only cost 50 euros at the worst case. Running ham clean will prevent this, and the builder will prevent this, I'm talking about the worst worst case.. Other cloud providers are not predictable like this, in the worst case you might end up with 1000 dollar bill.. Also hetzner gives 20TB bandwidth, no other provider gives that for this cheap. Also for GDPR since hetzner is a German company.
I will look into the broken link... There are containers for LOS builds, you can use docker too, just install and run in docker if you like in the recipe..
The recipe runs everything in tty terminal, so its just bare vps with all the los build tools installed automatically.
jogai-san t1_j06e4n8 wrote
Reply to Build Android from Source using Hetzner Cloud with your Phone/Computer (32 cents for a single build) (Alpha Stage) by antonyjr0
Why is this tied to one cloud provider? It would be awesome if this could be done with a container so it would run anywhere.
Btw, the referral link is broken
antonyjr0 OP t1_j05se50 wrote
Reply to comment by durrandi in Build Android from Source using Hetzner Cloud with your Phone/Computer (32 cents for a single build) (Alpha Stage) by antonyjr0
Really good, you can use the tool with -k arg to keep the server even if the build fails, the stdout is saved in the server on /tmp, you inspect it to see what went wrong. Run ham clean to destroy all server and rerun. You give the tool a regular git repo URL or local dir. The entire git repo or local dir will be available on the server at /ham-recipe so you can put your patches and everything at the git repo itself. Run with ham get -k <user>@gh/<repo>
Make sure to run ham clean to destroy all build servers.
See my recipe for ref: https://github.com/ham-community/enchilada-los19.1
ham converts the ~ to the ham community username, but you can give any valid github username.
durrandi t1_j05rqs8 wrote
Reply to comment by antonyjr0 in Build Android from Source using Hetzner Cloud with your Phone/Computer (32 cents for a single build) (Alpha Stage) by antonyjr0
Interesting! How does it fair for R&D? I have a few old devices I'd like to try porting to lineageOS. But they don't have any official support.
antonyjr0 OP t1_j03vnvx wrote
Reply to Build Android from Source using Hetzner Cloud with your Phone/Computer (32 cents for a single build) (Alpha Stage) by antonyjr0
Cool Github Project: https://github.com/antony-jr/ham
Website: https://antonyjr.in/ham
​
For now only has recipe for Enchilada (aka. OnePlus 6, not 6T). It can build LineageOS 19.1 using a Android Signing Provided by You (See https://wiki.lineageos.org/signing_builds). The special thing about this build is that, the output of this build can be flashed and you can lock your bootloader for extra security. (Only available for OP6).
See https://forum.xda-developers.com/t/guide-re-locking-the-bootloader-on-the-oneplus-6t-with-a-self-signed-build-of-los.4113743/ for more info.
More instructions to follow in the website soonish. Looking for feedback and potential users.
Vaniog OP t1_izvwnbb wrote
Reply to comment by JustForkIt1111one in Excel formula visualizer website by Vaniog
Yes
JustForkIt1111one t1_iztyvie wrote
Reply to Excel formula visualizer website by Vaniog
Is this only for mathematical equations?
Vaniog OP t1_izrqqcf wrote
Reply to comment by tobias4096 in Excel formula visualizer website by Vaniog
Maybe
EvitanRelta OP t1_j3ac48y wrote
Reply to comment by seanpuppy in HTML-to-Markdown converter that adaptively preserve HTML when needed (eg. when center-aligning, or resizing images) by EvitanRelta
Oh, in the link that u gave, the "align" attribute was transformed to:
Is it possible to customise this to instead output as a HTML tag attribute? like:
what do u mean by "insert markdown into existing markdown"? could u give an example?