divby0 2 points, posted 2 years ago [+] (0 children)
phalgun 2 points, posted 2 years ago [+] (0 children)
phalgun 1 points, posted 2 years ago [+] (2 children)
At tagz, if I want to see the bookmarks saved by me I have to go to http://tagz.in/users/phalgun/saved/ whereas, at del.icio.us, I would just have to type del.icio.us/phalgun, which is easier to remember. I think you could make an improvement over there.
jeethu 1 points, posted 1 year, 7 months ago [+] (0 children)
jeethu 1 points, posted 2 years ago [+] (0 children)
totocaca 0 points, posted 2 years ago [+] (1 child)
- on Reddit you can "hide" the stories, you can't do that here
- why do I see "unsave" links on the main page if nothing has been saved?
- why is there an "edit" link on some stories (these links go to a 404 page for the moment)
rep_movsd 1 points, posted 2 years ago [+] (101 children)
Yay! First comment ever on tagz....
wiki 3 points, posted 2 years ago [+] (100 children)
wiki 1 points, posted 2 years ago [+] (0 children)
totocaca 3 points, posted 2 years ago [+] (1 child)
| Text | Output |
|---|---|
| *italics* | italics |
| **bold** | bold |
| [tagz](http://tagz.in) | tagz |
|
* item1 * item2 * item3 |
|
| > quoted text |
|
[code:javascript]
function makeIncrementer( x ) {
return function() {
return x++;
}
}
[/code]
|
function makeIncrementer( x ) { |