Is there a list of benefits anywhere that I could look at?
I am open to it, but I just don't get the point. I feel like Markdown is a flavour of pop music that I just don't understand the appeal of.
On my keyboard * is shift+8. Why is shift+8 [my word] shift+8 that so much better than ctrl+b? Because you don't need ctrl+shift+arrow key to select the word?
I would say that the only use case that it makes is when I am speed-blasting content emphatically on social media or email. In a professional context, I add emphasis and formatting when I am going over the work, not as it's written. Is that just me? Am I missing the point?
I would like to join the dance but I don't seem to be able to catch the beat. There must be something to it to get so many fans, but it's going over my head.
--
You received this message because you are subscribed to the Google Groups "Content Strategy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to contentstrate...@googlegroups.com.
To post to this group, send email to content...@googlegroups.com.
Visit this group at http://groups.google.com/group/contentstrategy.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Content Strategy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to contentstrate...@googlegroups.com.
To post to this group, send email to content...@googlegroups.com.
Visit this group at http://groups.google.com/group/contentstrategy.
For more options, visit https://groups.google.com/d/optout.
Are these transcribers? I may have missed the boat because in most of the processes I see actually getting on the screen is an insignificant bottleneck. Mostly the problem is figuring out what to write and making sure it's quality. What are the use cases? And yes some metrics would be nice.
Is there a list of benefits anywhere that I could look at?
Ok. Thanks, Don.
I can see that. I thought it was principally an authoring benefit and that we were expected to learn a tagging language just so we could do raw coding for the sheer joy of it, rather than wysiwyg editing.
As a clean, unstructured storage mark-up I guess it makes sense. If the editor still renders my headings like headings and my bold as bolds then whether it stores markdown or html is really immaterial to me. I just didn't see the point adding extra keystrokes and looking at unformatted text while I write. "I kept thinking harder to write *and* read? Sign me up!"
Ironically typing on my phone with one thumb I have no formatting, so *this* is actually faster.
--
You burst my bubble, Andrew! I was almost getting it there.
For me, the principle attractions about the Markdown style of languages is not in the initial writing. It is in the editing.
With WYSIWYG HTML or XML editors, first drafts generally go fairly smoothly. It is when you want to start editing – moving things around, promoting and demoting things, changing tagging of existing text, that things get ugly. There is often no easy way to do some of these operations. With HTML, you can end up silently creating a mess in the source. In XML you can often be stymied trying to do an edit without creating multiple validation errors. In both cases you often end up in text view trying to sort out the tags. With Markdown style languages, you are always working in the source. There is no magic, and no interpretation of your actions, going on behind the scenes. You can make the edits you need to make without the system fighting back or biting back.
After the first draft in HTML or XML, you end up having to work in two worlds: The world of the structure, which is unreadable, and the world of appearance, where you can’t see the structure. Markdown lets you work in one world where the content is readable and the structure is visible.
We do still have a very large author community that has been trained in the principle that if it looks right, it is right. For them, WYSIWYG is going to remain more popular than Markdown. But for an author who comes to accept the principle that if it is structured right, it is right, then a form in which both the content and the structure are visible (and the formatting is not) makes perfect sense. It should come as no surprise that developers are among the first to accept this principle, and therefore to adopt this style of language.
Mark
--
Hi Mark
That's a very compelling point. Restructuring in both HTML/XML is a total pain and something I bitched at XML authoring tools makers to address for years. Unfortunately it has very little impact on their ability to sell licenses so I can see little hope there in the near future.
Hi Noz,
I share your frustration, but it is a hard problem. In XML there can be half a dozen container boundaries between one line of visible text and the next, and depending on what you want to enter next (new para in this list, new list item, new para after list, new section, etc) you have to get you cursor (or paste your text) into the right container. And in WYSIWYG mode, those container boundaries are invisible.
A lot of the time when you edit in WYSIWYG mode, you don’t know exactly what structural unit you have picked up and you don’t know exactly which structural unit you are dropping it into. Oxygen (disclosure: they are a partner and a client of mine) does every trick in the book to help you get it into the right place, and if someone suggested a better trick, I am pretty sure they would implement it. But I can’t think of one.
XML makes whitespace meaningless, which gives it a very high level of generality. The genius of Markdown (and similar languages) is that they use line breaks to indicate the end of blocks, and indentation to indicate subordination – which is exactly what we have always done in written text, even fully formatted written text. This makes the structural relationships between things immediately visible, and makes cut and paste and other editing functions straightforward.
The downside, of course, is that these syntaxes are far less general than XML. But then, XML has given way to other less general formats in other domains already, JSON being the primary case in point.
In particular, these syntaxes all have fixed semantics and no capacity to use a schema to define specific structures. (Given which, what Joe reports about Gruber’s attitude to standardization makes sense: you can vary the semantics of a markdown-like language by varying the parser -- in other words, the parser is the schema – specification by implementation.)
Or, you could design a version of this syntax capable of expressing different semantics, and of having its structure specified by a schema. Anyone interested in this kind of thing is invited to check out my little side project at https://github.com/mbakeranalecta/sam. (No schema support yet, though.)
Mark
--
--
Why is there an insistence on getting people to learn a complicated formatting model like Markdown?
--
With the move to HTML5, there's been more requests for Textile to do things like figures and figcaptions in combination, etc, but this seems to be hitting a limitation point because so far no one has been able to figure a way to do it.
Brutal Pixie,
That was exactly my original reaction too. Thanks for bringing it back up.
I have enough technical understanding that I read through this thoroughly for a while. While I nearly saw a point, it got dashed eventually by counter points.
I take Destry's point that a bit of knowledge never hurts, but as I have never had a wiff of a commercial reason to gain that knowledge in 15 years of content work, I wouldn't do it for professional ROI reasons. I have learned enough from Destry now that I can say I prefer Textile and if I have a little blog tool that supports it, I may toss some in.
In short: after a deep discussion I am back where I started, which is right with you. I am an independent, but I am a "corporate type" by virtue of the clients that I work with.
Destry, Textile FTW when it comes to sensible markup.
BUT
Exactly as per Don's caption comment, I'd like to point out that I really don't like languages that have explicit title levels (h1, h2... vs title, title).
This *is* something that has been an incredible pain for me when dealing with HTML. A bunch of stuff gets coded at a certain heading level, then you want to shove it up or down in tg the hierarchy because it's appearing on a different page, or you are rejigging your output template and suddenly all you h2s need to be h3s. I have had cases where they needed to be h2s AND h3s depending on what page they were being viewed on! For me this is a very common extremely annoying aspect of non-transformation friendly languages. It can be 3 years before it comes up, but when it does you may have quite a but of unwieldy content on your hands.
This is legacy from the days when we wrote whole web pages in a single file. Now that navigation and content are abstracted, this whole idea becomes an anachronism. I haven't looked into HTML5 deeply enough to see if it's solved this, but for M/T it's the thing that still sticks out as an issue for me.
The key to Markdown writing is that you focus on the content. Structure, format, look and feel are all secondary. It’s pure distraction-free writing. Which means that you have no choice but to write and think about writing and focus on the content. Which encourages you to become a better writer. The other issue with writing is that it takes time, but the payoff of Markdown is that you land up spending less time doing it. With no distractions and fast tools, more writing gets done.
In terms of my writing, all of what I write is for the Web. Whether freelancing or writing for my personal blog, I, like many others, compose everything in Markdown. I’ve been using Markdown for a couple of years now, and I absolutely adore it. I’m so familiar with it that it feels like second nature ... No longer do I have to work in bloated word processors with toolbars galore, or worry about rich-text formatting. Discovering Markdown has been liberating in the truest sense of the word.
I take Destry's point that a bit of knowledge never hurts, but as I have never had a wiff of a commercial reason to gain that knowledge in 15 years of content work
--
You received this message because you are subscribed to a topic in the Google Groups "Content Strategy" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/contentstrategy/XWBk9-3ZY2I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to contentstrate...@googlegroups.com.
I appreciate what you're saying, but it has no value to SMEs for whom the issue in creation is not the creation it's the approval stage.
There is no way I would be able to sell it to clients, for example.
Or rather, I could, but it would not add value to them - it's just another thing they have to learn.
In terms of publishing, having worked as an online publisher for a long time, I would have had to train every new writer who came my way, make sure it was being used properly, and spend too much time and effort just doing something that is unnecessary and adds no value (in terms of value-stream management, I mean).
It's a great idea but I don't see it becoming mainstream in any sense in the foreseeable future. By far the majority of businesses don't even have websites yet, and don't even understand how to blog - so the idea of mainstreaming is realistically a very, very long way away.
--
You received this message because you are subscribed to the Google Groups "Content Strategy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to contentstrate...@googlegroups.com.
Hi Destry,
I exchange content for my blog, but I am happier dropping whatever I receive into notepad and rebuilding the formatting than worrying about the mark up choices of my colleagues. "Collaboration" would be far too grandiose a word. Sometimes they review my stuff or I their's, in which case I have found nothing better than a Google doc for managing the process.
"unless what you're really saying is that you actually enjoy WYSIWYG editing, in which case you start losing friends and respect. ;)"
I think this is closest to the truth. I wouldn't say "enjoy" as much as "am perfectly fine with and accustomed to". I know and see users who sometimes end up with wonky mark up or get lost jumping into plain text, but that doesn't really happen to me much, and I doubt anyone else on this thread. I find its only the least digitally savvy users who end up having Wysiwyg editors go crazy on them (this is WP-style things. MS Word is of course a mine-field of stress).
ctrl-2, 3, 4, I, & B handle my headings and text decoration for me, and the rest is paragraphs and lists. Image insertion I hope we can agree is nicer with a dialogue controlling it and clicking on a thumbnail is nicer than typing names and paths.
I select stuff with the ctrl, home, end, shift and arrow keys 98% of the time. ctrl-shift + left, ctrl + B is actually faster than ctrl + left, shift+ 8, ctrl + right, shift + 8.
Ctrl+3 is *significantly* faster than whatever it is to put in a load of #s.
So speed, the most often quoted benefit, doesn't apply to me. And yes, I would do bold/italic in that order because as as much as I get and like Textile mark up (not Markdown for the kind of reasons Rick mentioned), I am not capable of doing things right-to-left, so I always go back and decorate something after the fact. I can't decide something should be bold until I see the phrase in context.
That's another thing... I often like to make these decisions in *full* context. If I'm creating thought out content (unlike this email) then I am going to do make an effort to avoid decorations and formatting until the text is nearing final state. At that point, jumping in the middle of a paragraph is actually far faster with the mouse.
So the speed benefit, because of my personal style, is non-existant. I know the codes, but they are *slower* than mouse/short cuts. I use them on the phone with my thumb, like now, but I only do real work on a real keyboard.
The only one which would be *really* nice would be not having lists go to hell when I copy and paste between evernote / notepad / WP so for that one thing if I could turn on support - in WYSIWYG mode - then I would like it.
WYSWYG isn't cool, but, for me, it's definitely faster and more functional. The cross-tool lists thing is broken, and I would like a solution, but it is not worth everything else I would be giving up.
The collaboration benefit isn't there because hearing about it on this forum is the only time any of my peers talk about these options and getting stuff out of Google docs is easiest via word or html.
I am not anti-Textile, I am just unable to find a reason to be pro- it.
@nozurbina / urbinaconsulting.com / +34 625 467 866
https://medium.com/@chacon/living-the-future-of-technical-writing-2f368bd0a272
Thoughts?
Cordially,
Craig Cardimon | Technical Writer
Marketing Systems Group
www.m-s-g.com<http://www.m-s-g.com/>
--
Hi Destry,
I am down with "more knowledge = good". I think I may have said that in this vast thread. If it comes up, I'm happy to jump on board. I am just several layers deep in stuff that I want to learn and read about as it is, I can't make room for the things that are not regularly coming up in the field.
Your scenario sounds realistic and has come up when I have had people working on my website for me, but it doesn't come up enough (yet) to make it worth the change over.
The original subject line of the discussion was about "mainstream" and "super charge" and I have seen points to suggest that it'll maybe grow a bit and that it has some areas where it can be quite nice, but the rockets and excitement implied by the question didn't play out in the discussion.
My favourite part is now i know the two formats and the fact there's a difference, and I am happy.
*BREAKING NEWS*
For the first time ever, a prospective client just said that Markdown is a major requirement!
Ha!
Awesome. Thanks for the heads up, everyone! I still think 'mainstream' is calling a ripple a tidal wave, but I thought it was perfect that just as I was signing off this thread it actually came up!
I still think 'mainstream' is calling a ripple a tidal wave
There's no interest among general authors.