Jump to content

sh.Preston

Level 2
  • Posts

    16
  • Joined

  • Last visited

Posts posted by sh.Preston

  1. I would settle for a feature as simple as the html pre tag.

    ENML actually supports HTML5 style code tags. I would think they could just add a button on the client side with no adverse effect anywhere else. Of course I'm only speculating and it may be more difficult than any of us are assuming (for whatever reason).

     

    Markdown for a codeblock is four spaces before each line:

    Words words words.    echo "hello world";Back to words word.

    That should make HTML that looks something like:

    <div>Words words words</div><code>echo "hello world";</code><div>Back to words words</div>

    ^All of that is perfectly valid within a note. You can import notes like this and they display fine in the EN clients. You just can't _make them_ in EN.

  2. Pretty much all junior developers i know have been using it for a while and we all share notes about code all the time.  If i'm really in a pinch to make something look more like code i'll change the font and color. but that's a pretty janky option if you ask me.

     

    how hard would it be for evernote to implement this? 

    http://highlightjs.org/

     

    not hard.

     

    I agree on all points. I stick to gists for my snippets at this point, though.

  3. A niche activity..  is this guy high?

     

    While I disagree with his conclusion, it's hard to debate the demographics of somebody else's customer base. The only people who really know the answer to this question are the folks at EN.

     

    I'm sure Grumpy Monkey isn't high. Well. I'm not sure of that. But, I don't see his statement as evidence in support of that hypothesis.

    • Like 1
  4. Okay. So it's a little rough around the edges, but I did just try out Cheeatz. It seems to work just fine.

     

    Let's you suck in Gists like a champ. They display fine in the Mac client.

     

     

    http://www.cheeatz.com/home

     

    Edit: Oh. And a second bonus, since the code highlighting stuff is a shortcoming of the EN editor application and not ENML itself you can actually modify the Gist output in EN a little. If you are careful. Of course, the whole note will blow up if you try to get too fancy.

  5. Stacks being a business-level object would be helpful. For example, I have two notebooks that both relate to the same business function but I want to keep the topics very clearly separate.

     

    One is a repository for information and the other is for 'meta' information about the system itself. I'd ideally like to stack these together in the business so users see and understand the hierarchy at a glance. Since I can't do that, they have to be named in a redundant manner (i.e., "Project Name Info" and "Project Name Meta").

     

    I guess I could use a "meta" tag, but I'd really prefer to keep them separate.

×
×
  • Create New...