if you want to auto-tag things based on some criteria you'd need to write an agent to do that.
I've thought about adding an "actions" app to the UI that lets you: 1. Specify a selection criteria, as a search query 2. Specify an action to be taken on matching items, such as applying a tag or marking the item "deleted" 3. See a list of matching nodes and decide whether to apply to existing matches or only future ones. Similar to the "Filters" feature in Gmail. The search system already supports "live results", which gives you a pipe you can listen to for new matches. We'd just need to write the executor, the different actions, and the filter management UI. On Fri, Jun 30, 2017 at 12:05 PM, Eric Drechsel <[email protected]> wrote: > > > On Fri, Jun 30, 2017 at 3:09 AM, Albert-Jan de Vries < > [email protected]> wrote: > >> Hi, >> >> Thanks for your quick response. To elaborate my use case a bit more. I >> want to add todo's on camlistore's content. So when a new mail message is >> imported in camlistore, I want to 'add' a todo label, that something needs >> to be done with this item. >> > > It sounds like you've discovered labels in the UI, which you can use to > create your own folksonomies. > > Just select the permanode associated with the imported item (or group of > nodes from a search result view) in the UI and add the todo label. > > You can then use the tag as a search predicate, "tag:tagname". See > https://camlistore.org/doc/search-ui for more search predicates > > >> Op donderdag 29 juni 2017 18:04:14 UTC+2 schreef mpl: >> > 3) ask Google to give us an API to Google Keep (lol), and write an >>> importer for it. >> >> > indeed, lol > -- best, Eric eric.pdxhub.org <http://pdxhub.org/people/eric> -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
