mix irving committed fix package name so we can npm linkLatest: 085a3a2 on 2/26/2018, 12:26:58 AM | |
📄 | .gitignore |
📄 | README.md |
📁 | app |
📄 | index.js |
📄 | package-lock.json |
📄 | package.json |
📁 | router |
📁 | tag |
README.md
patchbay-tags
Intended to plug patch-tag into patchbay
gives
Patchbay style views for patch-tag
Needs
exports.needs = nest({
'keys.sync.id': 'first',
'message.html.render': 'first',
'tag.obs.allTagsFrom': 'first',
'tag.obs.taggedMessages': 'first'
})
Gives
exports.gives = nest({
'app.page': [
'tag',
'tags'
]
})
Built with git-ssb-web