forked from Code52/code52.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdownmarker.html
More file actions
89 lines (68 loc) · 4.69 KB
/
downmarker.html
File metadata and controls
89 lines (68 loc) · 4.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="en-au" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Week 1: Downmarker WPF - code52</title>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="shortcut icon" href="/img/favicon.ico" />
</head>
<body>
<div id="container">
<div id="side">
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
<div class="section">
<ul>
<li><a href="/about.html">about</a></li>
<li><a href="http://talk.code52.org/">discussion</a></li>
<li><a href="http://twitter.com/code_52">twitter</a></li>
<li><a href="http://jabbr.net/#/rooms/code52">jabbr</a></li>
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
<li><a href="#">past ideas</a></li>
<li><a href="#">wall of champions</a></li>
</ul>
</div>
</div>
<div id="content">
<div class="entry-container">
<div class='entry'>
<h1> Week 1: Downmarker WPF </h1>
<span class="postdate"> 2 January, 2012
</span>
<p>Our first run out of the gate is a project that a few people have taken a stab at in the past, and will help us blog easier.</p>
<p>The <a href="https://bitbucket.org/wcoenen/downmarker">Downmarker</a> project is an editor for <a href="http://en.wikipedia.org/wiki/Markdown">Markdown</a> a widely used syntax for formatting plain text to convert to blogs, comments, and in other places like on <a href="http://stackoverflow.com/">Stack Overflow</a>.</p>
<p>Our aim is to create a useably, stylish new version of the project utilising Microsoft's WPF technology to provide a fresh UI for creating files that we can use to create blog posts for this, and other blogs using Markdown.</p>
<p>We will be discussing this on our <a href="http://talk.code52.org/discussions/projects/2-downmarker-wpf">TenderApp discussions</a> but you can also ping us on <a href="http://twitter.com/code_52">Twitter</a> to volunteer or have a word with us on <a href="http://jabbr.net/#/rooms/code52">Jabbr</a> if we're around.</p>
<p>As will be our usual scenario - we'll be dedicating this week to kickstarting this project, which may of course go on for more than a week, but our aim is to try to get what we can sorted and organised, and hopefully coded this week to start momentum on this as a full tool in the future.</p>
<p>Many hands make light work we hope you'll put your hand up to participate on the above methods, we're more than happy for you to do as much as you're willing to do to help us.</p>
<p>One of our key goals is to give back to the community and all the source will be under an open source license and available at <a href="https://github.com/Code52/DownmarkerWPF">our Github repository</a>.</p>
<p>We'll review our progress in next week's post.</p>
<p>You can also submit or vote on what the next project will be at our <a href="http://code52.uservoice.com/">UserVoice</a> site - we're happy to take any ideas for apps, tools, plugins or anything else that you think would be helpful and would like to crowdsource as an Open Source project :)</p>
<p>-- Code52 team</p>
</div>
</div>
<div id="page-navigation">
<div class="left"> <a href="/introduction" title="Previous Post: Introducing code52">← Introducing code52</a> </div>
<div class="right"> </div>
<div class="clear"> </div>
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'code52'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
</body>
</html>