Earlier quoted context omitted.
I am also working on something a bit like this. Sounds like a trend is starting... I also like OP's work, it's far nicer than Sir Trevor. ( http://madebymany.github.io/sir-trevor-js/ ) Some things I notice as well in OP's implementation: - when selecting text you can only select a small subset of the content (if you start your selection in a paragraph, you can only select within that paragraph). This is going to driv…
Hi, sorry would you please let me know what you're referring with "OP's implementation"? Perhaps you have url. Or is it related with the ContentBuilder.js?
Show HN: ContentBuilder.js – JQuery Plugin to Write Anything Beautifully
41–50 of 51 posts
Re: Show HN: ContentBuilder.js – JQuery Plugin to Write Anything Beautifully
#42Earlier quoted context omitted.
Note: "open source" in this case means AGPL.
Not sure what the "quotes" are for. AGPL is open source.
Re: Show HN: ContentBuilder.js – JQuery Plugin to Write Anything Beautifully
#432 - How is the extensibility and flexibility? Since I'm thinking of desktop program integration, this is a key to me.
3 - What's the number of lines in this library?
Re: Show HN: ContentBuilder.js – JQuery Plugin to Write Anything Beautifully
#44Re: Show HN: ContentBuilder.js – JQuery Plugin to Write Anything Beautifully
#45Looks great! Several questions. 1 - Since you do not provide trial, do you have documents? I at least need to have a feel on how to integrate it into my program. 2 - How is the extensibility and flexibility? Since I'm thinking of desktop program integration, this is a key to me. 3 - What's the number of lines in this library?
Re: Show HN: ContentBuilder.js – JQuery Plugin to Write Anything Beautifully
#46Pretty amazing that even with Angularjs, Ember.js, Backbone.js and all these MVC in your browser frameworks, jQuery is the easiest to pick up and use.
You can't compare jQuery to an MV* framework, they have different purposes. jQuery is meant for easier DOM manipulation (ideal for these kind of projects). MV* frameworks are for giving your JS more structure and create applications.
Re: Show HN: ContentBuilder.js – JQuery Plugin to Write Anything Beautifully
#47This is really impressive. Well done. Having build a number of CMSes I have a few, hopefully constructive, criticisms: 1) I understand why you are utilizing a lot of inline styles in your rendered HTML output. However, this will become a huge problem if the HTML becomes stored in a database and the site's front-end CSS needs to change. 2) Outputting HTML in general is tough to work with in a CMS type environment. It…
Hi Phirschybar, Thank you for your feedback! 1) There may be some condition that generates unwanted inline style. Recently we fixed this issue which happens on certain browser. 2) Yes, that would be great. 3) There is already an option to upload/save the embedded images in a specified path on the server.
Re: Show HN: ContentBuilder.js – JQuery Plugin to Write Anything Beautifully
#48Earlier quoted context omitted.
Hi Phirschybar, Thank you for your feedback! 1) There may be some condition that generates unwanted inline style. Recently we fixed this issue which happens on certain browser. 2) Yes, that would be great. 3) There is already an option to upload/save the embedded images in a specified path on the server.
@yusw is there any way to see more documentation, for example, on how the image uploading is handled? Also, is there a way (twitter?) where we can get updates on the progress of this project? I am fairly certain we will want to license it for a current project. Perfect for our needs.
Re: Show HN: ContentBuilder.js – JQuery Plugin to Write Anything Beautifully
#49Earlier quoted context omitted.
Note: "open source" in this case means AGPL.
Not sure what the "quotes" are for. AGPL is open source.
AGPL is open source in the "free software" sense. Many people wrongly assume "open source" means "permissively licensed", which of course isn't accurate.
As AGPL is probably as restrictive as it gets it might catch those people by surprise. Unless you're working with GPL software exclusively, "open source" as a qualifier does not convey much practical information.
I find it more helpful to point out the actual license than to just state whether something is open source or closed source, unless we're in a context where the exact license is irrelevant (e.g. when we're only interested whether something is GPL-compatible or not).
Re: Show HN: ContentBuilder.js – JQuery Plugin to Write Anything Beautifully
#50Earlier quoted context omitted.
Not sure what the "quotes" are for. AGPL is open source.
I didn't mean to imply anything else. I guess italics would have been less ambiguous. AGPL is open source in the "free software" sense. Many people wrongly assume "open source" means "permissively licensed", which of course isn't accurate. As AGPL is probably as restrictive as it gets it might catch those people by surprise. Unless you're working with GPL software exclusively, "open source" as a qualifier does not co…
Everyone else who do not want to add their own restrictions to the software has a much easier time.