> Now, assume I have a generic tag programming, and a couple of more specific tags: python and c. I definitely want my bookmarking service to be smart enough to figure that if I tag some article with either python or c, it means programming as well; I don't want to add the tag programming manually every single time. So, what we need is a hierarchy of tags. Surprisingly enough, I failed to find a service which would support that.<p>What about Pinboard's tag bundles?<p><a href="https://blog.pinboard.in/2012/08/every_day_i_m_bundlin/" rel="nofollow">https://blog.pinboard.in/2012/08/every_day_i_m_bundlin/</a>
I appreciate the motive but this is just (currently) too difficult for saving things from mobile.<p>I have a CRUD app that I run on Heroku that paste links into. The app fetches the page, populates the title and some tags. Saved links are organised in set of hierarchical collections - works well for me.
This totally rocks for first version. Congratz.<p>I have the same concerns as you. I currently use Diigo (after failed attempt on number of others, Google Bookmarks to be the worst in my experience) but it suffers from not having hierarchical tags which I find to be major problem. It does however let your recent tags be reapplied in single click so it covers a lot of scenarios for me - instead hierarchy I prefix my tags with 'tag category'. Lets say I research if PostgreSql is good enough so I have number of URLs all start with `database postgresql more other tags`. First 2 I will have on all URLs and will change 'more other tags' part. Diigo lets me quickly click latest tags and I manually add others. Later I can quickly drill down on tags I want and limit on hierarchy. Diigo also recommend tags to make this even easier.<p>One other thing I find indispensable is Diigos annotations, here is an example of your article with 2 tags and 2 annotations:<p><a href="https://ibin.co/3CTiLPkv1Jtr.png" rel="nofollow">https://ibin.co/3CTiLPkv1Jtr.png</a><p>Since it allows for sharing, I can quickly share important bits from documentation that are relevant for colleges or lets me personally remember important aspects of entire page. This is major feature for me and if geekmarks eventually supports it I would switch to it without thinking (especially as Diigo is not free, although I use free variant that doesn't limit me in most important aspects).<p>Other things that Diigo offers such as caching, sharing, outliners etc. I can either live without or use some scripting to allow with geekmarks. Recent update of Android client finally made it usable and it works on phone too, something that is nice but it could be easily reimplemented using your API.<p>Thanks for your work on this.
Cool stuff. I'm building my own bookmarking service right now with a similar feature set. It supports tags, groups, search.<p>I've thought a lot about offering it as a service, but I've decided against it for now for a few reasons:<p>- Pinboard already exists and is super cheap with a ton of features.<p>- I don't actually want to scale the service to support other users.<p>- I don't actually want to handle maintenance/support for other users.<p>- By limiting it to only myself, I can make it work exactly like I want it to and keep the cost really low.
Maybe I am too naive but add a simple search?<p>Wouldn't you find it useful ? At least handier than trying to remember what were the terms used in the last search for that particular argument...
Are you doing selective import from the browser? I'd like to split out and upload some of my bookmarks, to see if I can stick around. I generally use browser's native bookmarks manager (which does have this problem of folder/tag hierarchy you talk about) and I sometime use Slack to bookmark non-serious stuff (the stuff I don't much care about, but still would like to bookmark).
I didn't exactly understand - what was the benefit of using programming/python as opposed to programming, python? Was it that when the tag is registered then doing python from then on puts it automatically in programming?
Interesting… (from comments on the article): "Thanks for the comment. Honestly, I've never heard of Pinboard before, so I can't say anything about it at the moment, I'll look into this."
I've been recently using shaarli, and so far so good. But as a fan of open source, it never hurts to have other options. I look forward to any self-hosting options, and wish the project author good luck!