You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to write a dragon plugin that adds Flickr images to blog posts (of a given size, arrangement, and link back to Flickr). There's a ticket for this here:
Identify other areas of Dragon that can be converted to using this new infrastructure
Document how plugins need to be configured in order to
define a specific function that gives all its subscribers
define and publish pre- and post- events for every function that will operate on dragon data (so that other plugins may determine if they need to go before or after another plugin
listen for the right events
take actions at the right times
publish their own events
suggest plugin code layout:
name.plugin.main?
name.plugin.events?
name.plugin.subscribers?
The text was updated successfully, but these errors were encountered:
I'd like to write a dragon plugin that adds Flickr images to blog posts (of a given size, arrangement, and link back to Flickr). There's a ticket for this here:
In order to do this, though, I need to inject a task into the normal content-parsing workflow, before markdown is converted to HTML.
In order to that, I need Dragon to be event-driven (see #1). With that in place, adding plugin support should be pretty straight-forward.
Phase I Tasks (Milestone 0.5.0):
Phase II Tasks:
Phase III Tasks:
name.plugin.main
?name.plugin.events
?name.plugin.subscribers
?The text was updated successfully, but these errors were encountered: