You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is there a hotkey like "E" to edit a page to open the history view of an page?
I made a Bookmarklet that can show you History for the page you are on:
javascript:location.href=location.href.replace(/\/pages\/(\d+)\//, "/history/$1/");
Basically it replaces "pages" in the URL of the page you are currently on with "history", so this:
https://YOURSITE.atlassian.net/wiki/spaces/HELP/pages/950274/How-to+articles
Becomes this:
https://YOURSITE.atlassian.net/wiki/spaces/HELP/history/950274/How-to+articles
And Confluence doesn't care about anything after the pageId.
So if you create a Bookmark in your Bookmarks Bar and then replace the location with the code above, you can get to History by clicking on that bookmark.
I then tried mapping it to a keyboard shortcut it with the Bookmarks Shortcut Extension but apparently that doesn't work with Bookmarklets. :-{
You could probably use the same code to make a "hotkey" script that works with Tampermonkey.
Hi, @cmueller - unfortunately there's not a shortcut for that. You can see a list of available shortcuts by clicking the Help icon in the top right and choosing Keyboard Shortcuts:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the fast response.
Feature request:
Would it be possible to add “H” as a hotkey to get the page history more quickly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.