Description of the need
This is an extension of issue: #1926 which handles the removal of links from a global level by utilizing a class="nolink".
Currently if a text format enables links to be automatically converted to html links, there is no way to keep a link from being removed by a content editor.
Proposed solution
What I propose is to create a pseudo token type of API where a colon can be added with some text to negate some sort of effect that has been automatically added by a text format.
I think this should be left open-ended to allow other pseudo tokens, however the only one I can think of off hand is :nolink which in practically would be done as: www.somelink.com:nolink and would result in plain text instead of the link being automatically rendered as an HTML link.
I like the idea of Core handling :nolink OOTB but I think the structure should allow other pseudo tokens through contrib
If there are no other use-cases where this could be applied, then the :nolink would be the focus.
Alternatives that have been considered
The issue in #1926 fixes this on a macro level where a site builder / admin / developer have access to the code or permissions to add this through the GUI however editors have no power to be able to do the same thing on a micro level.
Is there a Drupal or Backdrop contributed module that accomplishes this?
Unknown
Additional information
The other thing to consider is the name. I personally am not sold on the use of "token" but I do like the use of "pseudo" to fall in line with how CSS pseudo elements work.
Draft of feature description for Press Release (1 paragraph at most)
(Assuming :nolink is the only pseudo token implemented)
Backdrop now includes pseudo tokens that will give content editors the ability to convert an automatic link into plain text by using the format www.sitedomain.com:nonlink.
Recent comments
As some folks have mentioned, some work has gone into this. We actually added the ability to have "draft revisions" into core, BUT we never completed the front end user interface for this...
managing draft revisions while still having a version published
Hi danryan, just to be sure, can you check if the tabs aren't hidden in your layout? Go to the page where you miss the tabs. In the Admin bar at top of the page...
View/Edit tabs missing
The View/Edit tabs that normally appear at the top of any piece of content have disappeared. I'm not sure why you are not seeing the view and edit tabs, but it's worth...
View/Edit tabs missing