Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
tconfrey committed Dec 10, 2024
1 parent 8389981 commit a2e2d66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/bt.css
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ textarea:focus, input[type="text"]:focus {
position: absolute;
cursor: pointer;
bottom: 0px;
left: 25%;
left: 15%;
font-size: 15px;
color: #636363;
display: none;
Expand Down
5 changes: 5 additions & 0 deletions support/releaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ audience: user
# BrainTool 1.2
The notable change in 1.2 is the ability to run the Topic Manager in the browsers side panel. It kindof feels like BT has been pulled inside the browser!

Look for it under Settings. Your options are now:
- On a browser **'Tab'**. Perhaps a good option if you're annotating and organizing stuff inside the Topic Manager itself.
- In the new browser **'Side Panel'**. Middle ground, maybe ideal? Best if you're working within a single window across tab groups/topics.
- In the original 'side panel' **'Window'**. A separate window from which you can see and control all the action across other browser windows and tab groups, as well as all your topics in the topic tree. I called the BrainTool window the 'side panel' before Google added theirs, so its confusing!

![Topic Manager in side panel](../site/postAssets/TM-in-Sidepanel.png)

# BrainTool 1.1
Expand Down
2 changes: 1 addition & 1 deletion versions/1.2/app/bt.css
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ textarea:focus, input[type="text"]:focus {
position: absolute;
cursor: pointer;
bottom: 0px;
left: 25%;
left: 15%;
font-size: 15px;
color: #636363;
display: none;
Expand Down

0 comments on commit a2e2d66

Please sign in to comment.