Author Topic: Nicer way to add URLs to a post  (Read 2129 times)

0 Members and 1 Guest are viewing this topic.

Online Analog KidTopic starter

  • Frequent Contributor
  • **
  • Posts: 588
  • Country: us
Nicer way to add URLs to a post
« on: October 22, 2024, 01:43:06 am »
Hi; I'm a new member here. I belong to another forum (the MASM forum) that also uses SMF. (They're on version 2.1.4.)

One thing that's nicer over there is the way to add HTML links to a post: rather than the primitive method here, where you get BB code and have to edit it (by adding in "=" plus the hyperlink; I always hesitate a second, as there is absolutely no clue as to what the proper syntax is here):

Code: [Select]
[url]text text text[/url]
their board gives you an "Insert a link" button which does it all for you:



Any chance we could get that feature here?

 

Offline Bryn

  • Regular Contributor
  • *
  • Posts: 195
  • Country: gb
    • mindsConnected
Re: Nicer way to add URLs to a post
« Reply #1 on: October 22, 2024, 06:55:37 am »
Yes, I would like to see that also, but ultimately it's Dave's decision...
 

Offline voltsandjolts

  • Supporter
  • ****
  • Posts: 2474
  • Country: gb
Re: Nicer way to add URLs to a post
« Reply #2 on: October 22, 2024, 07:02:05 am »
I belong to another forum (the MASM forum)

For someone who is into assembly language for PCs, I would of thought pasting a URL here would have been kinda trivial!
 
The following users thanked this post: thm_w

Online Analog KidTopic starter

  • Frequent Contributor
  • **
  • Posts: 588
  • Country: us
Re: Nicer way to add URLs to a post
« Reply #3 on: October 22, 2024, 07:16:14 pm »
I belong to another forum (the MASM forum)

For someone who is into assembly language for PCs, I would of thought pasting a URL here would have been kinda trivial!

It is, but that only makes it all the more annoying. Even asm programmers like to reduce unnecessary typing (and head-scratching).
 

Online ebastler

  • Super Contributor
  • ***
  • Posts: 7275
  • Country: de
Re: Nicer way to add URLs to a post
« Reply #4 on: October 23, 2024, 02:58:44 pm »
I just type (or paste) the URL, and then it gets converted into a [url] tag automatically. With few exceptions I consider it good style to keep the full URL readable in a post for transparency, rather than hide it behind a descriptive text.

If only the forum software could also do this properly when the URL occurs at the end of a sentence and is followed by a period... I have fallen into that trap -- where the period is misunderstood to be part of the URL -- too many times.
 
The following users thanked this post: SeanB

Online thm_w

  • Super Contributor
  • ***
  • Posts: 7322
  • Country: ca
  • Non-expert
Re: Nicer way to add URLs to a post
« Reply #5 on: October 23, 2024, 10:03:48 pm »
The insert link button would also fix the . at the end of URLs and special characters breaking auto links. Assuming you used the tool though, if you didn't it doesn't help.
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 20884
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Nicer way to add URLs to a post
« Reply #6 on: October 23, 2024, 10:37:44 pm »
I just type (or paste) the URL, and then it gets converted into a [url] tag automatically. With few exceptions I consider it good style to keep the full URL readable in a post for transparency, rather than hide it behind a descriptive text.

If only the forum software could also do this properly when the URL occurs at the end of a sentence and is followed by a period... I have fallen into that trap -- where the period is misunderstood to be part of the URL -- too many times.

We know that gurgle and farcebook (and presumably twatter) would like to avoid using URLs (Stated reason: URLs are difficult and confusing. Unstated reason: URLs encourage you to escape their walled garden). All sane people like URLs, and are happy to make them visible one way or another.

The annoyance I have with auto-converted URLs on this website is where they have "special" characters in the URL such as "!" "$". The auto-conversion truncates the URL at that character.

I can live with it.

Personally I find inserting [ /quote] ... [ quote] more tedious, especially without a keyboard.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Online Analog KidTopic starter

  • Frequent Contributor
  • **
  • Posts: 588
  • Country: us
Re: Nicer way to add URLs to a post
« Reply #7 on: October 24, 2024, 03:25:28 am »
Personally I find inserting [ /quote] ... [ quote] more tedious, especially without a keyboard.

That other forum I belong to (MASM32) has buttons in the reply panel for [tt] -- [/tt], [code] -- [/code] and [quote] -- [/quote].

Hey, this is 2024, not 1985!
 
The following users thanked this post: Bryn

Online ebastler

  • Super Contributor
  • ***
  • Posts: 7275
  • Country: de
Re: Nicer way to add URLs to a post
« Reply #8 on: October 24, 2024, 04:41:23 am »
Personally I find inserting [ /quote] ... [ quote] more tedious, especially without a keyboard.

That other forum I belong to (MASM32) has buttons in the reply panel for [tt] -- [/tt], [code] -- [/code] and [quote] -- [/quote].

Hey, this is 2024, not 1985!

This forum certainly has all those buttons too.
 

Online Analog KidTopic starter

  • Frequent Contributor
  • **
  • Posts: 588
  • Country: us
Re: Nicer way to add URLs to a post
« Reply #9 on: October 24, 2024, 05:25:28 am »
Ah yes, there they are. Hidden in plain sight.
 

Online DimitriP

  • Super Contributor
  • ***
  • Posts: 1397
  • Country: us
  • "Best practices" are best not practiced.© Dimitri
Re: Nicer way to add URLs to a post
« Reply #10 on: October 24, 2024, 05:34:58 am »
I like my links naked and ugly so I can see where I'm about to go.

I'd rather have https://www.eevblog.com/forum/news/nicer-way-to-add-urls-to-a-post/
than   Silly Thread
y'kno'wha'I'mean?
   If three 100  Ohm resistors are connected in parallel, and in series with a 200 Ohm resistor, how many resistors do you have? 
 

Online Analog KidTopic starter

  • Frequent Contributor
  • **
  • Posts: 588
  • Country: us
Re: Nicer way to add URLs to a post
« Reply #11 on: October 24, 2024, 05:44:00 am »
Fine; with my suggested change, you can have it either way. Just easier to insert it is all.
 

Offline Bryn

  • Regular Contributor
  • *
  • Posts: 195
  • Country: gb
    • mindsConnected
Re: Nicer way to add URLs to a post
« Reply #12 on: October 24, 2024, 07:07:49 am »
Again, this is Dave's call whether he wants to put it in or not... same with the upcoming SMF upgrade as well.
 

Online Analog KidTopic starter

  • Frequent Contributor
  • **
  • Posts: 588
  • Country: us
Re: Nicer way to add URLs to a post
« Reply #13 on: October 24, 2024, 07:15:38 am »
Yes, I think we all understand that.
I'm suggesting putting it on his to-do list with a priority number of 1,579.
 

Offline Ian.M

  • Super Contributor
  • ***
  • Posts: 13175
Re: Nicer way to add URLs to a post
« Reply #14 on: October 24, 2024, 07:42:30 am »
As long as it doesn't interfere with typing the BBCode, I'm good.  It takes far far less time to type [ u r l ] ctrl-V [ / u r l ] or [ u r l = ctrl-V ] whatever text [ / u r l ] than it does to mouse about a web form filling in text boxes.

IMHO disabling the broken autolinker would be better than the current situation - by forcing people to use url tags if they want a live link, it would eliminate the URLs broken by punctuation problem!
 

Online ebastler

  • Super Contributor
  • ***
  • Posts: 7275
  • Country: de
Re: Nicer way to add URLs to a post
« Reply #15 on: October 24, 2024, 07:51:19 am »
It takes far far less time to type [ u r l ] ctrl-V [ / u r l ] or [ u r l = ctrl-V ] whatever text [ / u r l ] than it does to mouse about a web form filling in text boxes.

Hmm, I don't know about that. Either I suck at typing, or you are really clumsy with a mouse.  ;)

Well, it might have to do with the German keyboard which forces me to use Shift for the slash and Alt-Gr for the square brackets. Typing out those tags is a nuisance; I do prefer to use the buttons to generate them. 
 
The following users thanked this post: thm_w

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 20884
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Nicer way to add URLs to a post
« Reply #16 on: October 24, 2024, 08:49:51 am »
Personally I find inserting [ /quote] ... [ quote] more tedious, especially without a keyboard.

That other forum I belong to (MASM32) has buttons in the reply panel for [tt] -- [/tt], [code] -- [/code] and [quote] -- [/quote].

Hey, this is 2024, not 1985!

This forum certainly has all those buttons too.

But the "wrong way round". I don't know how I manage to cope.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline Ian.M

  • Super Contributor
  • ***
  • Posts: 13175
Re: Nicer way to add URLs to a post
« Reply #17 on: October 24, 2024, 09:00:30 am »
It takes far far less time to type [ u r l ] ctrl-V [ / u r l ] or [ u r l = ctrl-V ] whatever text [ / u r l ] than it does to mouse about a web form filling in text boxes.

Hmm, I don't know about that. Either I suck at typing, or you are really clumsy with a mouse.  ;)

Well, it might have to do with the German keyboard which forces me to use Shift for the slash and Alt-Gr for the square brackets. Typing out those tags is a nuisance; I do prefer to use the buttons to generate them. 
Penalties of using a German keyboard!  Take a look at https://keyshorts.com/blogs/blog/44712961-how-to-identify-laptop-keyboard-localization and see which languages don't need to shift for [ / ] and lower case western alphabet.   
 

Online ebastler

  • Super Contributor
  • ***
  • Posts: 7275
  • Country: de
Re: Nicer way to add URLs to a post
« Reply #18 on: October 24, 2024, 09:36:08 am »
Penalties of using a German keyboard!  Take a look at https://keyshorts.com/blogs/blog/44712961-how-to-identify-laptop-keyboard-localization and see which languages don't need to shift for [ / ] and lower case western alphabet.

Yeah, I know... I started out with plain English/ASCII keyboards on my first computers, since they were the only option available. Much more convenient for programming; you also get <> without finger acrobatics. But for writing German text, those umlaut keys are kind of important... So we get to pay the price for the quirks in our spelling.  ::)
 

Online PlainName

  • Super Contributor
  • ***
  • Posts: 7408
  • Country: va
Re: Nicer way to add URLs to a post
« Reply #19 on: November 07, 2024, 10:08:21 pm »
I like my links naked and ugly so I can see where I'm about to go.

I'd rather have https://www.eevblog.com/forum/news/nicer-way-to-add-urls-to-a-post/
than   Silly Thread
y'kno'wha'I'mean?

Doesn't your browser show the actual URL when you hover the pointer over it? If not, 'nice' links on this forum might be the least of your worries.
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 20884
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Nicer way to add URLs to a post
« Reply #20 on: November 07, 2024, 10:19:56 pm »
I like my links naked and ugly so I can see where I'm about to go.

I'd rather have https://www.eevblog.com/forum/news/nicer-way-to-add-urls-to-a-post/
than   Silly Thread
y'kno'wha'I'mean?

Doesn't your browser show the actual URL when you hover the pointer over it? If not, 'nice' links on this forum might be the least of your worries.

Not on fondleslabs tablets and other touch-based devices.

I prefer being able to read the URL, but in some cases having inside a conventional link is better.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 
The following users thanked this post: DimitriP

Online PlainName

  • Super Contributor
  • ***
  • Posts: 7408
  • Country: va
Re: Nicer way to add URLs to a post
« Reply #21 on: November 07, 2024, 10:22:09 pm »
Oh, on my phone a long press pops up a box showing the URL and options to open in a new tab, this tab, etc.
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 20884
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Nicer way to add URLs to a post
« Reply #22 on: November 07, 2024, 10:30:38 pm »
Oh, on my phone a long press pops up a box showing the URL and options to open in a new tab, this tab, etc.

Is that using the WhackAWhine Tapatalk GUI, or a conventional desktop GUI?

As the discerning reader will have spotted, I prefer a consistent appearance.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Online PlainName

  • Super Contributor
  • ***
  • Posts: 7408
  • Country: va
Re: Nicer way to add URLs to a post
« Reply #23 on: November 07, 2024, 10:44:53 pm »
Just a standard browser and it works on any URL on any site.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf