cross-posted from: https://programming.dev/post/37661765

Notepad now supports AI features like Summarize, Write, and Rewrite on Copilot+ PCs, with no subscription required. If you have a subscription, you can seamlessly switch between local and cloud models based on your needs. If you’re not signed in or don’t have a subscription, you can use the local model to accomplish your tasks. For now, these features support English only, making premium AI more accessible and flexible for everyone.

Source: Windows Insiders blog.

  • 𝕸𝖔𝖘𝖘@infosec.pub
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 hours ago

    I didn’t mean the style chosen for the editor. I only meant the tagline.

    And edit,com was the shit and will always be my top 5 favorite text editors. Yes, more than vim.

    Edit: changed the . to a , so it won’t be a url lol

    • palordrolap@fedia.io
      link
      fedilink
      arrow-up
      3
      ·
      3 hours ago

      Markdown varies a little from instance to instance, but you ought to be able to get away with a backslash before a problematic character (like that dot) or else backticks around something to get monospace text.

      edit\.com → edit.com `EDIT.COM` → EDIT.COM

      Try not to twist your brain on how I managed to get the left hand sides of those arrows.