Cindle / cindle-portal

The Cindle portal is a place where freelancers can easily collaborate, make tasks, maintain hours and share inspiration. It is made entirely with Meteor.
0 stars 0 forks source link

Creation of Inspiration page #3

Open Momics opened 8 years ago

Momics commented 8 years ago

Hi @malajmovic , could you please add the inspiration page to the Cindle portal? Users should be able to:

I have reserved a folder in the /client/pages/inspiration for this. Feel free to write any server side code in /server/inspiration. I will re-organize your code if necessary later on.

Momics commented 8 years ago

@malajmovic Perhaps implement markdown as a way to easily store and format inspiration/posts on the meteor server? see https://atmospherejs.com/meteor/markdown

Momics commented 8 years ago

@malajmovic, could be a cool idea to make a textbox where users can create a markdown formatted message. And that they see the formatted result immediately below the textbox, by copying the markdown message in between spacebars {{>markdown}} with javascript dynamically.

--textbox--

--formattedmessage--