atom / background-tips

Display app tips in the app's background when there are no buffers open.
MIT License
19 stars 19 forks source link

Allow tips to be added via an API #8

Open Azeirah opened 10 years ago

Azeirah commented 10 years ago

I'd like to be able to add a tip or two for a plugin of mine.

Externalize the tips to a .json or .cson. Load tips from this storage file instead of using module.exports. Add a .add(tip) function to background-tips.coffee, which edits the storage file if the tip is unique (a plugin would add the same tip over and over again, which would clutter the background-tips plugin).

bojidar-bg commented 9 years ago

:+1:

granteagon commented 8 years ago

@Azeirah I agree. I was actually going to do that. Are you planning on doing it, or should I fork, implement, PR?