this post was submitted on 11 Jan 2024
465 points (97.2% liked)

Technology

59092 readers
6622 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Fixbeat@lemmy.ml 45 points 9 months ago* (last edited 9 months ago) (8 children)

Does anyone use notepad for anything other than looking at config files? I mean, does anyone write documents with notepad?

Edit: Thanks for all the comments. I have used notepad similarly, but doesn't sound like anything that needs AI.

[–] Agent641@lemmy.world 41 points 9 months ago (1 children)

I paste blocks of text or data into it, then copy it out again so I dont infect document B with document A's weird formatting

[–] my_hat_stinks@programming.dev 39 points 9 months ago (3 children)

Ctrl+Shift+V pastes without formatting.

[–] FlyingSquid@lemmy.world 12 points 9 months ago

It doesn't fix artificial line break issues though. Simple text editors are perfect for stopping some text from looking unnecessarily like poetry.

[–] whoisearth@lemmy.ca 7 points 9 months ago

I am 46 how am I just learning this now?!

[–] TonyTonyChopper@mander.xyz 6 points 9 months ago

incredibly pro tip, I use this all the time

[–] LaunchesKayaks@lemmy.world 29 points 9 months ago

I use it for writing quick temporary notes for work when I don't have a pen and paper handy.

[–] Usernameblankface@lemmy.world 8 points 9 months ago

I used to use it for taking quick notes when I had a slow computer. I didn't want to wait for Word to load, so I'd just use Notepad. Now I use Post Its or just don't write stuff down as much.

[–] linearchaos@lemmy.world 7 points 9 months ago

Funny enough, I use it like a notepad. Oh s***, I need to write this down real quick. I need to grab an exerpt off a website, our store serial number or make a quick list. It's literally scrap paper in digital form for me.

[–] nutsack@lemmy.world 7 points 9 months ago* (last edited 9 months ago) (1 children)

i use it constantly because it's the only text editor that comes with windows 10

[–] MonkderZweite@feddit.ch 1 points 9 months ago (1 children)
[–] AtmaJnana@lemmy.world 9 points 9 months ago (2 children)

No, its not easily replaced in a locked-down enterprise setting. That's naive.

[–] zecg@lemmy.world 1 points 9 months ago (1 children)

There's portable Notepad++, it's great

[–] ramjambamalam@lemmy.ca 5 points 9 months ago* (last edited 9 months ago)

Just because it's portable doesn't necessarily mean that it's allowed on the organizations allow list, but it does seem highly unlikely that the organization doesn't have any alternative text editors allowed.

But maybe they don't edit text files often enough to bother. And honestly, notepad was recently updated with tabs which makes it a lot more usable that it used to be.

[–] MonkderZweite@feddit.ch -2 points 9 months ago* (last edited 9 months ago)

Portable App, "open with", "always use this app".

edit: right, locked down, executable whitelist?

[–] GiddyGap@lemm.ee 4 points 9 months ago

I only use it to strip HTML text down to plain text. As long as it can do that, I'll probably keep using it unless something better comes around.

[–] where_am_i@sh.itjust.works 4 points 9 months ago

It has such a distinct lack of any features whatsoever, that it makes it a perfect tool for practicing written assignments for language exams.

[–] SocialMediaRefugee@lemmy.world 2 points 9 months ago* (last edited 9 months ago)

I use it as a cache for chunks of text I want to move around. I use Textpad a lot for code and config files where I don't need all the lookup and predictive stuff.