vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

added Xcode project, objC osx & iOS wrapper class and two short demo apps #119

Closed Daij-Djan closed 8 years ago

Daij-Djan commented 12 years ago

Signed-off-by: Dominik Pich Dominik@pich.info

gampleman commented 12 years ago

The ObjC API looks rather weird to me. I don't think the from file and from URL methods are really necessary, it's trivial to implement. On the other hand having some way to set options would be very useful. A really cool project would be hacking in a way to be able to override parts of the renderer via inheritance similarly to how redcarpet does it.

Daij-Djan commented 12 years ago

yes they aren't needed but look nice :) no weird C code anywhere ;) anyway I guess the 'main thing' is the short demo app

mildsunrise commented 11 years ago

:-1:

No samples here, please. This is just the "core" library.

This is open-source & multiplatform. The samples should also be. Besides, the platform(s) these demos target is closed-source (Mac OSX, iOS, XCode, Darwin, ...).

Better, publish them on a separate repo. Same applies to the wrappers/bindings. Then, propose to add a link to them here. IMHO.

Thanks.

Daij-Djan commented 11 years ago

I dont agree with you but Im not devasted by your ideas :D Ill keep a separate repo and no prob :)

On 14.11.2012, at 18:05, Xavier Mendez notifications@github.com wrote:

No samples here, please. This is just the "core" library.

This is open-source & multiplatform. The samples should also be. Besides, the platform(s) these demos target is closed-source (Mac OSX, iOS, XCode, Darwin, ...).

Better, publish them on a separate repo. Same applies to the wrappers/bindings. Then, propose to add a link to them here. IMHO.

Thanks.

— Reply to this email directly or view it on GitHub.