Jump to content

jefito

Level 5*
  • Posts

    18,955
  • Joined

  • Last visited

  • Days Won

    312

Everything posted by jefito

  1. I think that actually Evernote's note editor is actually pretty stripped-down; not that many bells and whistles. I just tried Microsoft Word 2010 (a program that has many bells & whistles, if ever there was one); that doesn't support the Shift+Alt+Arrow shortcut either. And you can always cut'n'paste. So I don't really see this as quite so "glaring". Sorry it doesn't match up with your needs, however; I don't mean to imply that it's a bad idea.
  2. That's the official response -- Dave is the CTO of Evernote. It's by design, so maybe a bug by your definition, but...
  3. If you're using a desktop client (Windows or Mac), you can set up notebooks as "local", meaning that they do not sync to the cloud. Caveats: * You mush choose whether they're local or synced at notebook creation time; there's no changing once they're created. * Notebooks that aren't synced are not backed up automatically. You'll need to do that yourself.
  4. Nine worked beautifully, pasting from Visual Studio into the Win 4.3 version of Evernote. Didn't work so fine posting into the new web interface.
  5. That is correct, there is no way to do this in the client that I use (Windows, the web).
  6. Tags are nested by merely dragging and dropping in the tag tree. Drop a tag onto another tag, and the tag (and all of its children) will become nested under the second tag. Drop a tag on the "Tags" label (it's not a real tag) and the tag and its children will become top-level tags. Stacks are merely collections of notebooks; they're nice because they allow you to organize your notebook list (you have a max of 250 notebooks -- managing them as a flat list can be onerous) and certain operations, like search can be applied on a stack of notebooks. Notebooks are merely flat collections of notes.Notebooks and stacks appear in the Notebooks list. Stacks cannot be nested: if you drag a stack onto another stack, the notebooks will be moved from the first stack into the second stack, and the first stack will be deleted. Notebooks cannot be nested in other notebooks. However, notebooks and stacks coexist in the root of the Notebooks list; stacks are there to allow you to organize that list better. The Knowledge Base is a work in progress, and more topics are being added.
  7. Nope. Each note in inside of exactly one notebook. Notebooks can be nested, to one level, inside a Stack, but you cannot nest a notebook inside another notebook. Stacks cannot be nested. Notes can be associated with tags, and tags can be organized in a hierarchical tree, but they are not themselves functionally hierarchical. There's plenty of discussion here on the forums on this topic, if you care to search.
  8. No problem -- thanks for making the suggestion and presenting it well.
  9. Except that you left out the actual UI work, before you pitched it over the wall to QA. Off the top of my head (and guessing at the behind-the-scenes machinery): * adding the right-click menu item for "Convert to LaTeX image", and its converse (but only when the alt text indicates it's a LaTeX image), and hooking up the handler code * fetching the LaTex conversion URL service from the preferences (and adding UI to set and maintain that in Options) * handling any errors from the HTTP GET operation (which itself can fail) and any appropriate user notification * converting the image to whatever internal format Evernote uses and storing it in the appropriate place * Making sure that the Undo's are handled correctly * Adding the unit tests (if they're used) * Handling undos if anything special needs to be done * Handle the converse of the convert-to-LaTeX operation: replace element (however its represented in Evernote) with its alt text string * Write up the test cases for the QA engineers * handle any other host of seemingly trivial but time-sucking tasks that need to be done Anyways, I know what you're saying. This is not in the realm of rocket science in terms of complexity. It would be an interesting addition. But the question always remains for the developers: is it worth whatever effort it takes for the expected benefit? That's a question that I usually step away from, because I'm not privy to any of Evernote's internal plans. So good luck...
  10. I'm still not sure where you get the notion that this is all so easy for Evernote to implement.
  11. That's not a problem at all, you've misunderstood my idea. The only thing needed is an option in the context menu that converts the selected text to an "existing web-friendly renderings like JPEG, GIF, PDF, etc." by using a web service that interprets the text as LateX (or MathML). That's everything! To be fair to Dave, your original proposal was automatic conversion of '$' delimited text into LaTex generated images. By changing the requirements to a right-click option after Dave replied to you is just moving the goalposts. BTW, I do think that a user-initiated approach is better in the context of Evernote.
  12. Nope, it isn't XML: http://en.wikipedia.org/wiki/LaTeX
  13. That's cute, jbenson. I'm certainly nerdy enough to get the joke. Even so, I'd rate this as an interesting idea rather than great, and I have some doubts as to how widespread demand for this would be. Not that it's wholly conclusive, but i founds only three threads in the forum from a search of 'latex', plus some google hits.
  14. I guess a question would be how you would disambiguate between this use of '$' delimiters and other uses of '$' that don't designate LaTex, in a backward compatible way? I would think that this makes things not-so-simple. Probably means storing the original source into an 'alt' attribute, and then you need to interpret all of those for the special LaTeX delimiters too.
  15. When you found problems, did you report them to baumgarr (the Nevernote developer)?
  16. Yes, you can say that, and I believe that your opinion is welcomed by Evernote staff. Me, I don't really care to organize my notes in hierarchical folders, as tags are plenty for me. I understand that others want that, but I've seen no interest in providing that in anything I've read by Evernote staff, so it's a moot point for me.
  17. Color me impressed. In a quick (and incomplete) test, everything seemed in order. Saved searches were a little slow to finish, and PDFs were slow to display. But I liked the zoom feature, and everything else I tried seemed to be in order.
  18. Hi baumgarr, I was tempted to try running it on Windows, but them I stopped. Has it been tried running in parallel with Evernote? I suppose that you use separate databases, so it's probably safe, except for the possibility of getting note conflicts. thanks for your work -- very noble.
  19. For the Linux users who may not know about this, there's an open source Linux Evernote client now available -- NeverNote -- that was just written up in a Lifehacker post: http://lifehacker.com/#!5762376/nevernote-is-an-open-source-evernote-client-designed-for-linux-no-wine-required. According to the story, it's a Java app, and therefore can also work for Windows and Mac OS users as well (I haven't verified that). NeverNote home page: http://nevernote.sourceforge.net/index.htm SourceForge page: http://sourceforge.net/projects/nevernote/ Congratulations to forum member baumgarr, the NeverNote developer (and anyone else involved)!
  20. A prior discussion here: http://forum.evernote.com/phpbb/viewtopic.php?f=56&t=19924&p=83399. ~Jeff
  21. We've had this suggestion before, back a couple of months ago. Basically means having a separate field (or index) that tracks manual order, which changes when you move notes around, possibly cascading into other notes (e.g. I have notes in order 1, 2 and 3, I move 3 above 2 and so must change both 2 and 3's sort order index -- swaps them in this case). Also gets a little messy and possible confusing if I am viewing a filtered list (via notebook or tag or saved search), and start moving things around: how does it affect other notes not currently being viewed? ~Jeff
  22. I think that they have a legalistic 'out' on Linux, since you can still use the Web to access your notes. After all, it doesn't say "works natively"... ~Jeff
  23. My guess is that the answer shouldn't be too surprising: the resources to do a Linux app, vs. the potential market share gain. It should be no secret that Evernote in its heart would like to support every platform that there is, including Morse code and that CP/M machine you have mouldering down in the basement behind that old Nordic Trak machine, but they do have limits on their resources. Potential market share is limited so my feeling is that Linux is a bit down the list. Besides, with a published API, and that can-do Linux spirit, maybe a third-party developer might want to take up the cause... ~Jeff
  24. Nope. The only workaround that I can think of is to copy a piece of text with the formatting that you want (one character should do it), and paste it in to the place that you want to use the formatting, then type what you want. Then go back and delete the piece that you pasted. For example: Here's my starting point: "Here is my text with fancy styling. I want the same fancy styling " Pick up the 'f', and paste it at the end of the second sentence: "Here is my text with fancy styling. I want the same fancy styling f" Type the rest of your text: "Here is my text with fancy styling. I want the same fancy styling fhere." Delete the pasted bit: "Here is my text with fancy styling. I want the same fancy styling here." But there's no way to apply a formatting style to an existing piece of text that I know of. Not up to me. It'd be a nice touch, though. ~Jeff
×
×
  • Create New...