nate-strauser / wework

We Work Meteor, a job board and developer directory for Meteor specific work
https://www.weworkmeteor.com
MIT License
288 stars 145 forks source link

Use summernote autoform plugin to allow wysiwyg editing #23

Closed nate-strauser closed 9 years ago

nate-strauser commented 9 years ago

https://atmospherejs.com/mpowaga/autoform-summernote

replace the description/htmlDesciption fields with just 'description' that stores html - add a migration task to move this data over

dandv commented 9 years ago

I much prefer Markdown because I can paste my resume from Careers.SO or MeteorPedia etc. MeteorGigs uses a WYSIWYG editor and I have to manually reconstruct the links.

nate-strauser commented 9 years ago

of course i just spent the past few hours getting WYSIWYG working nicely :/

i think that developers are probably ok with markdown, but my concern was mainly for job posters - aka non-technical folks - wysiwig should appeal to them much more

On Tue, Mar 3, 2015 at 7:21 PM, Dan Dascalescu notifications@github.com wrote:

I much prefer Markdown because I can paste my resume from Careers.SO or MeteorPedia etc. MeteorGigs uses a WYSIWYG editor and I have to manually reconstruct the links.

— Reply to this email directly or view it on GitHub https://github.com/nate-strauser/wework/issues/23#issuecomment-77071613.

nate-strauser commented 9 years ago

@dandv you think it would be good enough if i give you a code/html view? should be able to copy paste from other sites then.

nate-strauser commented 9 years ago

deploying now - code view is active