Spyke
lemmy.world

Sadly, doesn't work everywhere. Sometimes, this is still necessary.

52
grayreply
pawb.social

Yeah this doesn’t work anywhere in Office apps

Never in my entire life have I wanted to paste with formatting into a word doc, and you always have to click the stupid little clipboard icon after you paste to undo it.

6

Yes and after learning of the shortcut, it actually makes me angrier when I get formatted text.

14

Linux too, at least in most applications I've tried. Some will ask you when you ctrl+shift+v if you want to paste formatted or unformatted text.

19

Ctrl + Shift + V should paste without formatting, but for some reason Microsoft Office software (Outlook, Word, Publisher) refuses to follow this standard.

6
dan1101reply
lemm.ee

I've been on Windows since 3.0 and only recently learned that. Use it almost every day now.

5

Same, I've been using PCs with Microsoft operating systems since fuckin' MS-DOS 3.2 and I only learned about it a couple years ago.

6

Can anyone confirm if that keeps Jira from doing that "uploading an image" thing when pasting text?

3
bitwolfreply
sh.itjust.works

Is there something like this for Mac users that have this stupid behavior ported over through the MS Office suite?

1

It's not 100% accurate though. It's app dependant, sometimes it work (most of the time) but in some app it won't (office?)

I got Pure Text from Windows Store. Bind it to ctrl+shift+v and if now works everywhere, 100% of the time. That's the only feature of the app.

6
lemm.ee

I maintain a small business website with notepad. HTML in the raw.

31
alekwithakreply
lemmy.world

"Ah, you think IDEs are your ally. But you merely adopted the lDE. I was born in Notepad, molded by it. I didn't see syntax highlighting until I was already a man. By then, it was nothing to me but blinding!"

29
oceanreply

Someone asked me what IDE I use for python and I’m so dumb I didn’t even know what they meant. I just said whatever the fedora gnome text editor app is… who needs IDEs!

15

Real OG's let their brains do the highlighting, like God intended

11
Libra00reply
lemmy.world

Oh god, I remember the days of creating webpages by hand-editing HTML in notepad. And not fondly.

15

I mean I'm not here to shit on anybody else's good time, I just hated it myself.

2

There are plenty of consenting adults who would be happy to punch you in the genitals, why not just do that instead?

7

You'd typically want Kate rather than KWrite, if you're gonna do development. Basically the same editor, but with more power-user features.

5
lemmy.ml

Not in the new one. It had one job and it does it badly now.

28

I actually unironically use notepad when I need to write something down because of how quickly it opens up

25
Lyra_Lycanreply
lemmy.blahaj.zone

I also appreciate that Notepad notes now don't need to be manually saved to a file. They're probably in temp storage somewhere, but the point is you can just write and close.

3

I keep a notepad document of my desktop for making temporary notes on.

2
lemmy.ml

Yes but you woukd not need to if you just installed Ditto clipboard manager Just press shift-enter in ditto to paste in plain text anywhere

Learn to use this and it will change your life I SWEAR

https://ditto-cp.sourceforge.io/

The shortcut is CTRL+~

5
jlai.lu

Great suggestion but incompatible with windows available in corpo.

2
lemmy.world

Try Windows Power Toys then, it's a official Microsoft tool with this and many more features

3
jlai.lu

Is it installed by défaut on windows ? Will try to look at work today

1
lemmy.world

No it's not installed by default, but you can install it from the Microsoft app store

3
jlai.lu

ARF, we don't have the mocrosfot store but a custom one with curated apps. (There is like 50 apps in it and nearly all of them are business related)

1

If you can install any apps directly then you can get the installer for this from it's Github repository, but judging by how locked down your system is, maybe just make a request to IT for it instead, it's an open source utility app made by Microsoft themselves, so shouldn't be an issue.

3
jlai.lu

Thanks but this won't pass the firewall. If it is not already installed or in the "application store" we can't download it. Even PDF files are scanned and sometime restricted.

1
lemmy.ml

You can email inside a password protected zip file renamed to myfile.mp4 or ideally some obscure file format it won't know.

Other than that, you could ask supervisor but I've dealt with business dweebs enough not to bother asking. I'd just bring some old laptop with smb filesharing plus a dhcp server running from the ethernet port and hook that ditectly into the work pc then copy the file.

Me I just clone tge corpoOS image, install promox then run shitty corpoOS in a VM and do my actual work on a VM without the bullshit.

If anyone asks anything, I'll tell them about my extensive gun collection.

2
jlai.lu

This don't work anymore they scan the the file header and if they found a zip it is blocked.

If you remove the file header it is rejected because no file header,

if you switch a file header like jpg they remove the picture from the email and you have a web side to see it.

The picture seem transformed too, you can't get it change the header and unzip.

We can't even send a picture in a email to outside emails adresse.

Ho violence and threat... Yeah this is know yo solve computers issues

1

Burn down the building before this big brother revenge of the nerd bullshit spreads.

But calling bs on that on tgat file header thing. They would have to even block text files. Many types of files have no headers.

And that shitty surveillance software didn't get a file header interpreter of every business useful file type.

Use your imagination, there are still dozens more ways to bypass IT security and make it look like that brown nosing colleague did it.

Just send the file as base64 chunks if you have too. Life without ditto clipboard manager should not be tolerated and neitger should big nerd brother sufferred to live.

2
lemm.ee

Here’s the deal Notepad, we can’t trust MS Word to remove all the nonsense.

16
Skuareply
kbin.earth

look mate some of us just like fonts. don't kinkshame

3
lemmy.world

Is this something I'm too markdown/LaTeX pilled to understand?

12
lemm.ee

You copy some text from a webpage and put it in your email or word processor, it copies the formating too and everything looks wonky. If you paste the clipboard content in a text editor, like notepad and copy the text from there, you strip the formating.

That is what the post is refering to.

7

You copy some text from a webpage and put it in your markdown/LaTeX document in your text editor, like vim. Then you use pandoc/pdf-latex to export in whatever file format you need. It never looks wonky, it looks exactly like you tell it to.

-1
lemmy.ca

Does anyone else use the .LOG feature?

Put .LOG at the beginning of a text file. When opened in Notepad, you should get a date & time stamp.

Open filename.txt, type something, save and close.

Now you have a journal for system and config changes, document collections, time entries, client visits, whatever. Has worked on every Windows box I ever had to use.

12
lemmy.world

Nailed it, this is the only reason I've used notepad for years. Speaking of which, now that I'm permanently on Linux I should lfind a command line way to do this - there has to be one, if not many.

11

You don't need Linux or any command line tools to do this, there's lots of apps that can strip formatting from the clipboard content, heck Windows Power Toys also comes with this feature built in, it's just a simple keyboard shortcut

1

I recently had to remove line breaks from the public key in a key pair, why did I never think of doing this

2

As a Mac user, in an LLM world, text editors are King.

I couldn't do my job anymore without them.

9
programming.dev

Yeah, that was the only way that worked consistently. Buttons like "Paste Without Formatting" failed in more than a few cases.


Past tense, because it works on Linux. But I still have the old habit and use KWrite sometimes.

7

Outlook intercepts and disables it because of course it does and instead pastes it with the formatting but with a little drop down box at the end of your text pass address you can click to remove the formatting like you tried to do with you with hotkeys.

I have to use Outlook for work, but never intentionally do so if I choice. Truly amazing. If there's anything that can be messed up, it will be.

2

I'm trying to remember if I've ever run kwrite beyond the first time 20 years ago when I wanted to see what it was.

3

Don't shame notepad! Just the other day I had to alter a host file so a computer could talk to a server! That's a very important thing and I wouldn't have been able to do it without trusty notepad!

6
lemm.ee

I just paste and then copy whatever i need into the address bar of any browser and its good to go. Unless its very long.

6
appeasingreply
lemmy.world

There is a good chance that whatever you are pasting is being sent to Google.

3

Im using safari and more recently opera, but since that is chinese now, im guessing this isnt much better :D

1

I use Firefox with DuckDuckGo. But I do agree that Google is so pervasive in the browser space that pasting text to the URL bar without further context can be reasonably understood in most instances, as sending data to Google.

1
Libra00reply
lemmy.world

ctrl+shift+v removes all formatting when you paste. You're welcome.

7
goldfndrreply
lemmy.ml

Some apps (e.g. Microsoft Word) override ctrl+shift+v.

3

That's.. extraordinarily stupid. Sounds like you need better word processing software.

1

Every text editor removes formatting, plain txt files don't have any format. but text editors, like Notepad are very usefull to edit eg, config files or scripts, where isn't desirable to change the original format. There are apps way more useless than Notepads-

4
xye
lemm.ee

I was already done with windows, but if I hadn’t decided yet the AI in notepad definitely would have put me over the edge. That’s insane.

4

Yeah they just want to collect every single bit of data you have. AI is a data collection tool. A reason to send everything you type or use to their servers. I swapped to Linux fully over 4 years ago and my windows 10 install is still sitting on my older SSD drive. It's a good reminder to format that thing and use it as a backup drive in my Unraid setup.

1
lemmy.world

What is a good linux program that serves this same purpose? Specifically removing formatting from copied text.

2
lemmy.world

So windows 11 sucks for a number of reasons, but one thing it doesn't suck for is updating the notepad program to have autosave and being able to reopen last notes even if not saved to a file directly. Makes it actually usefull as a notepad

2
lemmy.ml

It does AI autocorrect to text though, which I'm not sure how I feel. It hasn't ruined anything for me just yet, but they're starting to try and make it automagical, which is exactly what I needed not to be.

2

I mainly use the Blue Velvet editor (works also in mobile). There you can save locally in plain text (without any format), PDF or in htm. (Rich text or code). Works right in the browser.

1