Jump to content

rezecib

Ex Employees
  • Posts

    91
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by rezecib

  1. @s2sailor Hm, you're right, it's missing there too. You can still do it with ctrl+cmd+k (or via the Format>Styles menu), but it's not in the formatting bar.
  2. I'm guessing it's the non-beta web client (which is using the older editor since the new one broke a while back). Edit: looks like it must be the Mac client, actually @Allison Jaynes You can get those extra formatting options back in the beta either web client, which you can opt into from the settings page. (the beta is missing a few features itself at the moment, but those should get in eventually). You could also try the checkbox lists (and then check completed items instead of doing strikethrough on bulleted/numbered lists).
  3. @Mel Matsuoka I believe this is controlled by the OS, you can disable it in System Preferences > Keyboard > Text > uncheck "Use smart quotes and dashes"
  4. You can get to it by clicking the notebook icon in the sidebar (the one highlighted in DTLow's image).
  5. @ReBo @qofmiwok They rolled back server-side changes, I'm not aware of any clients getting rolled back.
  6. You can opt into the beta for it now from the account page.
  7. @laird I don't think there's another way to nicely access the edit/remove controls for links (although the link button at the top is... okay I guess), but here's a Tampermonkey script to hide them: // ==UserScript== // @name Evernote Link Hover Controls Disabler // @namespace https://www.evernote.com/ // @version 0.1 // @description Disable hover-over link controls // @author rezecib // @match http*://www.evernote.com/* // @grant GM_addStyle // ==/UserScript== (function() { 'use strict'; GM_addStyle(` #gwt-debug-FloatingLinkBar-root { visibility: hidden !important; } `); })();
  8. I feel your pain on this. I don't work on anything client-side, but for what it's worth I gave it an upvote. For now, cmd+A, cmd+shift+K (or corresponding ctrl commands for Windows edit: ctrl+A, ctrl+R) should strip out all links pretty fast. I know it's not the same, though, especially if there are a couple of links you do want. Also looks like on Mac client selecting some text and doing cmd+shift+K actually removes all links from the document rather than just the links touching the selection. Bug report time...
  9. @fornix @cynthiayeung Hmm, I would've expected code blocks to be in the app store version. There's an option in the app's preferences for it-- in the app, Evernote > Preferences... > Software Update > Enable code block (at the bottom). Maybe they're saving config in different places and it happened to be disabled in the app store version's config? Edit: Software Update tab doesn't exist in App Store version, which I guess makes sense. I submitted a bug ticket for this and it seems to have caught some attention, yay. @sgtsunshine I would love to be able to tell you otherwise, but I haven't heard anything since, I think the plan is still to "fix" it by releasing the new web client as soon as it's ready. It's possible that third-party wrappers of the web client like Tusk may still be able to support it (if they are using an older version of a browser embedded), so that's something to look into if you want it back sooner.
  10. @nuke It's not just code blocks that broke, but the whole editor. It's running off of an old version of the editor until the new web client. Apparently fixing the editor without the new web client wasn't easy, but I can only speculate as to why.
  11. @AndyDent Not sure-- my JS experience is at the Greasemonkey script level, I'm not really familiar with frameworks available for it (well, I hear about them sometimes, but...). The Common Editor isn't really responsible for sync, though (it's responsible for UI to manipulate ENML), so that would vary more substantially by client.
  12. The old web editor (which was rolled back to for Chrome and is still in Firefox at the moment) is TinyMCE based. Everything else should be using the common editor, which I don't think is based on TinyMCE. But like dconnet, I don't work on that part of the code. A cursory look suggests Electron.
  13. @CalS The Boolean part comes from that pwever wants to join the results of that reminder-based query with the results of tag:ongoing
  14. @Jose Gonzalez Unfortunately no, my understanding is that the focus is on getting the new web client (in which code blocks work) ready for personal accounts. I don't think there's any release time set for that.
  15. Exactly. reminderTime:year-10 parses to reminderTime:[1206795420 TO *], where 1206795420 is the timestamp for 10 years ago. As for the general request, it is something I would like to do, but there are no plans to do it right now. The main obstacle to getting things like this in is supporting local search, which is implemented independently by each of the clients, so making changes there has a lot of friction. Server-side search we can change pretty easily, but when it comes to changing the grammar itself in substantial ways, it becomes rather dangerous because it will be inconsistent with the local search.
  16. @Javamom2 Which client are you using? On the mac client you can use [command 0] to reset the zoom, or [command +/-] to adjust it. I'd guess there's something analogous in each of the other clients.
  17. Hmm, well it's definitely working in Safari. Edit: Ah, I see. We had only been able to update it to the version that had code blocks in WebKit-based browsers (Chrome, Safari). Chrome has broken it, so only Safari remains. And the native clients, of course. So Firefox never actually had code blocks.
  18. @JeremyToler @CalS A recent change in Chrome broke part of what supported that, so we had to revert to an earlier version. All other clients (including the new web client that's currently business-only) should still have it, and it should work in Safari.
  19. @jefito That's kind of what I said at the end of this-- that is, that the features ignore each other. But yes you can't make stacks in spaces, but a notebook in a stack can also be in a space. @Duane That's part of it for sure :). There's a bit more to Spaces, though: pinning, notes at the space level, a cross-notebook list of recent changes. @DTLow You can't assign a note to a Space exactly, but you can move it into one (that is, a space functions like a notebook that can also contain non-space notebooks; so moving a note into a space moves it out of its previous notebook).
  20. Aside from the web client (and to a lesser degree the mobile clients), Evernote clients are "thick". So they download, maintain, and sync a local copy of all the data; this data also lives in Evernote's Google Cloud servers. The easiest way to get it out of Evernote is to export the notebooks from the client; note that you can do this even without an internet connection, so it should still work if our servers explode. I'm not on top of where they're stored normally (the best way is just to google it, but it varies by client, because Mac/Windows have different ideas about where such things should be stored), but the way they're stored is not really great for retrieving without the help of the client.
  21. That would be cool. Meanwhile the best workaround I can think of is to export the notebook, write a script to find and replace the reminder dates (the export should be a single XML file), and then reimport.
  22. @JMichaelTX Not exactly a video, but there's a help page that goes over them here. There's also a webinar tomorrow (edit: and another webinar a bit later)
  23. That sounds reasonable to me. Doubt it will be there with Business launch, but it makes a lot of sense for when Spaces come to Personal. They aren't right now. Don't know if it's planned, but I personally would want it. That's how we want it to be. It's not there yet. Right now the sections are: What's New | Pinned Notes --------------------------------- List of contained Notebooks/notes The list shows (title, updated time, updated user, sharing status). All notebooks show before all notes. Notebooks can be expanded to show the list of notes inside of them. The list is not sortable in the Mac client right now. I believe sorting by the fields that it currently shows is planned, but it seems that notebooks always show on top no matter how you sort. I hope it gets some improvement, but I don't know more about what's planned in that area. As it is right now it works when a Space is small, but could become cumbersome if it gets large -- I personally would like parity with the existing note list views and sorting capabilities. Hmm, looks like this is how it works, yeah. But we want to have spaces alone provide this capability, by allowing a notebook to be in multiple spaces. Currently, though, notebooks only go in one, and you can kind of get a separate organization going with stacks, because the two features ignore each other.
  24. Perhaps this is recent (I work on backend, not clients), but this is what I see in our current Mac client nightly: Currently they cannot. Not sure if this is planned, I'll try to find out. Edit: Not planned as far as I could find out. As for a more general overview of Spaces, they consist of: A set of notebooks, just like a stack (which currently can each belong to only one Space, but we want to allow multiple) A set of notes that belong to the space itself; in this sense it's kind of like a notebook of its own A "what's new" section that shows notes recently edited, and who edited them A "pinned notes" section, which can have notes from the space itself or any of its notebooks You can think of them like a revamping of stacks with more features, sure. They were designed with collaboration in mind (part of why they're launching for Business first), so there's also a dedicated sidebar section for spaces, a Space Directory that lists spaces that are shared within the business, and spaces themselves can be shared.
×
×
  • Create New...