From f43dbcb5296092f033aa5d664576aea284d784fd Mon Sep 17 00:00:00 2001 From: tconfrey Date: Mon, 15 Jul 2024 16:27:53 -0400 Subject: [PATCH] more readme copy and some copy on the GDrive permissions alert --- README.md | 18 +----------------- app/gDriveFileManager.js | 2 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d128ee1..e5ee5fe 100644 --- a/README.md +++ b/README.md @@ -23,23 +23,8 @@ The BrainTool side panel shows your nested Topic hierarchy. A topic is a categor BrainTool sidepanel - - -Here's a couple of videos showing more details: - - - - - - - - - - -Autocomplete tags +Autocomplete tags To save a page just takes three or four keystrokes with built-in auto-complete. Click the BrainTool icon, or use Option-b, and just start typing. @@ -62,7 +47,6 @@ Drag and drop to reorder the hierarchy at will. Mark pages as TODO/DONE, ToRead
All your data is stored on your Google Drive in a plain text file that can be separately edited, backed-up or shared. Everything is kept securely within your Google ecosystem and nowhere else. Your BrainTool file is structured as an [org-mode](http://orgmode.org) file. If you are an orgmode user, or just a plain text note taker, the file is fully editable and can be synced with the extension. The BrainTool panel in Chrome uses the org-mode tree structure but concentrates on the links within your notes thus unifying two primary ways to capture information. -!(emacs)[/site/CollatoralMaterial/emacs.png] Notes Entry ## Install from the [Chrome Web Store](https://chrome.google.com/webstore/detail/braintool/fialfmcgpibjgdoeodaondepigiiddio) diff --git a/app/gDriveFileManager.js b/app/gDriveFileManager.js index 8faea84..4cd1d2f 100644 --- a/app/gDriveFileManager.js +++ b/app/gDriveFileManager.js @@ -211,7 +211,7 @@ const gDriveFileManager = (() => { if (userInitiated) { // implies from button click gtag('event', 'auth_initiated_by_user', {'event_category': 'GDrive'}); - alert("Passing you to Google to grant permissions. \nMake sure you complete the steps to allow file access."); + alert("- Passing you to Google to grant permissions. \n- Allow cookies and popups from both braintool.org and accounts.google.com in browser settings.\n- Complete all steps to allow file access, see braintool.org/support for details."); } // Init client will async flow will ensure that gapi is loaded await initClient(userInitiated);