Arc Forumnew | comments | leaders | submitlogin
The bookmarklet for arc forum
1 point by tvvocold 3422 days ago | 1 comment
Grep it in hackernews,Thanks for Phil Kast:

javascript:window.location="http://arclanguage.org/submitlink?u="+encodeURIComponent(document.location)+"&t="+encodeURIComponent(document.title)

but i don't know how to post it in arc forum. (how to add a new page like https://news.ycombinator.com/bookmarklet.html in arc like forum(coz i got one by use https://github.com/shader/arc-openshift))

Any idea?



2 points by akkartik 3421 days ago | link

Yeah should be pretty easy to do. Easiest way might be to save the html of https://news.ycombinator.com/bookmarklet.html, make your edits, and save it under the static/ subdirectory.

-----