Displaying 20 results from an estimated 8000 matches similar to: "can you see the future?"
2011 Oct 20
6
maybe a year ago, but not today
sherwood said:
> If agreement is reached, then the group
> looks at variants 6,7,8,9 and inquires
> if they would like to join in this effort.
well, that kind of leveraged consensus would have
been the way to go about this process a year ago.
but not today.
> Has anyone collected a would-be canonical list
> of either the ambiguous cases in original MD,
>
2011 Oct 25
3
thanks for your input, fletcher
hey fletcher, thanks for your input here. :+)
and -- quite obviously -- your program will be
whatever it is that _you_ think that it should be.
of course.
the thing is, i am certain that i have been clear
that the feature that i believe will be "killer" is
on-the-fly formatted display. that's my stand.
and i'd say my reasoning has been equally clear,
namely that this
2012 Feb 01
5
Mac markdown editor that saves as .txt
Hi all,
I'm a newer user of markdown & MultiMarkdown, and I'm looking for the
perfect setup of software for my Mac and my Android phone. I'd like to
have my drafts editable from both.
What I want is an attractive Mac app for writing (primarily blog posts and
emails) that saves its files as .txt . Most of them save as .md or
.markdown instead, and since there doesn't seem to
2011 Aug 17
2
Metadata syntax (was Universal syntax for Markdown)
So, hi all. First time commenting on the list.
I personally think having tags (whether of type "author:" or type "by")
is useful for two reasons.
One: It allows multiple tags to be entered. Two, it clears up the
potential problem listed by Fletcher regarding tags.
by Christoph Freitag
Affiliation: XYZ
by Fletcher T. Penney
Affiliation: ABC
tags: Markdown, Standardization,
2011 Aug 10
8
Universal syntax for Markdown
Hi,
because of the great editor "Writer" from Information Architects I've
learned about Markdown and I love it. But it's very confusing, that
there are so many standards with different features: classical
Markdown, Markdown Extra, MultiMarkdown. I think for most users and
the spreading of Markdown it would be nice, to have only one syntax.
And this universal syntax should have
2011 Oct 20
4
toast, history, sayonara
ok, while i was in the process of writing that last post,
fletcher and john weighed in themselves. that's good.
i can say some things that they can't, though, so i will.
fletcher told you how multimarkdown is booming, and
it was an impressive list. what you might not realize is,
he _undersold_ it. it is even bigger than he described,
and it's gonna _double_ in size in the next
2011 Jul 08
1
Fwd: [MMD] MMD-Edit is progressing nicely
Begin forwarded message:
> From: fletcher at fletcherpenney.net
> Date: July 6, 2011 10:38:33 PM EDT
> Subject: [MMD] MMD-Edit is progressing nicely
>
> MMD-Edit is progressing nicely
>
> 07/06/2011 22:31:22
> I am continuing work on my text editor for the Mac, MMD-Edit. It?s based on work described in another post, but briefly it performs syntax highlighting of
2013 Sep 10
3
newbie seeks repo for markdown
hello, i am looking for advice regarding the best repo from
which to download "markdown" for use on a mac.
on my ubuntu machine i just installed some standard markdown
package with apt-get. but i have not found anything
equivalent for my mac machine.
i am looking for a maintained package from a reputable repo
site that can be automatically installed and upgraded using
the packaging
2011 Jul 07
6
writing tools that use light-markup
let's talk about writing tools that use markdown
(or more broadly, another form of light-markup)...
to begin with, there is the markdown "dingus"...
from a demo perspective, it has been _fantastic_.
it has provided interested observers a quick idea
about the simplicity and the power of markdown.
as a writing tool, it's a bit clunky; it will work, yes,
but i'd doubt many
2011 Sep 19
3
Metadata syntax (was Universal syntax for Markdown)
fletcher said:
> For any consensus to come about,
> I think we need to agree on the
> fundamental purpose and philosophy of
> the consensus we claim to be interested in.
it would be nice.
> Otherwise many of these discussions will
> continue to occur without much hope of
> moving forward to any actual outcome/resolution.
yep.
> it's
2012 Oct 18
4
Trouble with parentheses in Markdown hyperlinks
How can we improve URL detection in Markdown? I posted a question on Stack
Overflow and happened to click a URL in my post. To my surprise, it wasn't
functional, and it took three different, nonintuitive manipulations before
I achieved a functional URL. Stack Overflow says "not my problem", so I'm
deferring to Markdown itself.
Here's a
2011 Jun 28
3
PEG Markdown Highlight
Dear fellow Markdown enthusiasts,
As you all might know, Markdown is a highly context sensitive language that the (often regex-based) syntax highlighting mechanisms in existing editors struggle to keep up with.
I have taken John MacFarlane's excellent peg-markdown compiler and modified its parser to function as an interpreter for syntax highlighting purposes. The end result is a
2008 Jan 14
2
Possible bug in handling of HTML comments
It appears that Markdown will process ampersands contained within HTML
comments if that comment is part of a markdown paragraph, but will not
when that paragraph is contained within an HTML block of it's own (and
therefore ignored by Markdown.)
For example:
This is a markdown paragraph with a comment that *will* be processed
<!-- This & *will* be converted -->
2008 Mar 22
7
Babelmark
I'm currently attempting to write a spec for parsing Markdown Extra,
and since one goal is to minimize the differences in output between
implementations, I've made a tool allowing me to compare who does what
for any given input. I hope this can also facilitate future
discussions about the syntax.
So here's Babelmark, a testbed for various Markdown implementations
were you
2008 Jan 21
1
Collaboration made simple with bracket notation
What do people think of this?
http://www.humanized.com/weblog/2006/06/30/collaboration_made_simple_with_bracket_notation/
----------------------------------------------------------------------
Find out how you can get spam free email.
http://www.bluebottle.com/tag/3
2007 Sep 22
4
anchor names from headers (Setext and atx)?
It would be useful if defining headers (either Setext and atx style), if
Markdown would also generate corresponding anchors:
## This is an H2 ##
would create:
<a name="This is an H2"/>
<h2>This is an H2</h2>
Or something like that.
Or is that available some different way?
Thanks,
Jeremy C. Reed
2007 Jul 03
2
link anchor targets?
Is there any way to pursuade markdown to create HTML link anchor
targets?
--
Make April 15 just another day, visit http://fairtax.org
2011 Oct 14
1
and life goes on
they say that deaths come in threes...
for me, it was these:
1. scott wannberg, los angeles poet, one of my favorite performers
2. michael hart, founder of project gutenberg, icon and iconoclast
3. steve jobs, seemingly the only guy who made stuff work correctly
i'm sure that for others, dennis ritchie is on their list, for his own
trio:
1. c
2. k&r
3. unix
godspeed to all
2013 Jul 01
6
attribute blocks for definition lists
Hello,
As I am using markdown to write documentation, I am often tempted to make
links to terms in definition lists.
Since this is not possible for now (at least in php markdown extra), I was
wondering if this could be a common addition in major implementation
supporting definition lists.
the syntax would be
term {#id}
: definition
This syntax tries to follows current convention and
2011 Oct 15
5
fuck yeah markdown
brett terpstra continues his obsession with markdown...
> http://fuckyeahmarkdown.com/
there's also a g-rated version:
> http://heckyesmarkdown.com/
brett has accomplished more in the last three months
than this listserve accomplished in the last three years.
and it looks like he's only just getting started...
meanwhile, fletcher is about to send off his rocket,
which