Tribo
Tribo copied to clipboard
Extremely fast static site generator written in Objective-C
This pull request adds a drafts feature and allows the use of times, e.g. 11:53 PM EST, in publish dates. # Presentation When any new post is created, it is...
The actual cause of the crash is when "Edit Post" is clicked. However, none of the menu items apply to an empty row, thus don't bother showing the menu. No...
This: `This is [an example](http://example.com/ "Title") inline link.` Should produce: `This is an example inline link.` But instead, produces: `This is an example inline link.` See: http://daringfireball.net/projects/markdown/syntax#link
I'll admit, this one is stupid. It's rather impressive that I've created an entire blogging engine where every post is written/published at 12:00. I've never actually had a problem with...
App icon
The app can't really be considered "done" until it has an actual icon. I'm not sure how I'll find a designer willing to contribute to an open-source project like this,...
In the Source view, if you open/close a parent cell to view the children, the blue highlighted area for the chevron gets a bit smaller while animating the children in....
We need documentation for end-users, but we also need documentation for developers. Tribo is meant to be open and accessible for hackers, so an overview of the architecture of the...
So, I just got Tribo up and running with my site, and I noticed that there wasn't an add button in the Templates tab, which was a problem because I...
Tribo needs a help book. A Markdown-to-help-book system might be nice, since I'd like the same information to be available for the theoretical iOS app, and through a browser.
I should be able to edit my blog from my work computer -and- my home computer. Depending on how publishing works, maybe this doesn't require iCloud. Should definitely exist in...