7373 .accordion-collapse .show .accordion-body {
7474 opacity : 1 ;
7575 }
76-
7776 </ style >
7877</ head >
7978
8685 < a class ="navbar-brand " href ="# "> JabMap</ a >
8786
8887 <!--Save and Load Buttons-->
89- < button id ="openBtn " class ="btn btn-light me-2 " type ="button " data-bs-toggle ="modal " title ="Open " data-bs-target ="#selectMindmapModal ">
88+ < button id ="openBtn " class ="btn btn-light me-2 " type ="button " data-bs-toggle ="modal " title ="Open "
89+ data-bs-target ="#selectMindmapModal ">
9090 < i class ="bi bi-folder2-open "> </ i > Open
9191 </ button >
9292 < button id ="saveBtn " class ="btn btn-light me-2 " type ="button " data-bs-toggle ="tooltip " title ="Save ">
102102 < div class ="d-flex justify-content-center " style ="flex-basis: 33%; max-width: 33%; ">
103103 <!--Button class explanation: class = "btn color theme margin to the right (me-2)"-->
104104 <!--Undo Button-->
105- < button id ="undoBtn " class ="btn btn-secondary me-2 " type ="button " data-bs-toggle ="tooltip " title ="Undo ">
105+ < button id ="undoBtn " class ="btn btn-secondary me-2 " type ="button " data-bs-toggle ="tooltip " title ="Undo "
106+ disabled >
106107 < i class ="bi bi-arrow-counterclockwise "> </ i >
107108 </ button >
108109 <!--Redo Button-->
109- < button id ="redoBtn " class ="btn btn-secondary me-2 " type ="button " data-bs-toggle ="tooltip " title ="Redo ">
110+ < button id ="redoBtn " class ="btn btn-secondary me-2 " type ="button " data-bs-toggle ="tooltip " title ="Redo "
111+ disabled >
110112 < i class ="bi bi-arrow-clockwise "> </ i >
111113 </ button >
112114 <!--New Topic (sibling node) Button-->
113115 < button id ="newSiblingBtn " class ="btn btn-secondary me-2 " type ="button " data-bs-toggle ="tooltip "
114- title ="New sibling node ">
116+ title ="New sibling node " disabled >
115117 < i class ="bi bi-node-plus-fill "> </ i >
116118 </ button >
117119 <!--New Subtopic (child node) Button (icon rotated 90 degrees)-->
118120 < button id ="newChildBtn " class ="btn btn-secondary me-2 " type ="button " data-bs-toggle ="tooltip "
119- title ="New child node ">
121+ title ="New child node " disabled >
120122 < i class ="bi bi-diagram-2-fill " style ="transform: rotate(-90deg); display: inline-block; "> </ i >
121123 </ button >
122124
123125 <!--Tags Dropdown-->
124126 < div class ="dropdown ">
125127 < button class ="btn btn-secondary dropdown-toggle me-2 " type ="button " id ="tagsDropdownMenuButton "
126- data-bs-toggle ="dropdown " data-bs-auto-close ="outside ">
128+ data-bs-toggle ="dropdown " data-bs-auto-close ="outside " disabled >
127129 < i class ="bi bi-tags "> </ i >
128130 </ button >
129131 < div class ="dropdown-menu ">
@@ -155,7 +157,7 @@ <h6 class="dropdown-header">Icons for nodes</h6>
155157 <!--BibEntry nodes Dropdown-->
156158 < div class ="dropdown ">
157159 < button class ="btn btn-secondary dropdown-toggle me-2 " id ="BibEntryDropdownMenuButton "
158- data-bs-toggle ="dropdown ">
160+ data-bs-toggle ="dropdown " disabled >
159161 < i class ="bi bi-file-earmark-text "> </ i >
160162 </ button >
161163 < div class ="dropdown-menu ">
@@ -172,16 +174,20 @@ <h6 class="dropdown-header">New BibTeX node</h6>
172174 </ div >
173175
174176 < div class ="dropdown ">
175- < button class ="btn btn-secondary dropdown-toggle me-2 " id ="PDFDropDownMenuButton " data-bs-toggle ="dropdown ">
177+ < button class ="btn btn-secondary dropdown-toggle me-2 " id ="PDFDropDownMenuButton " data-bs-toggle ="dropdown "
178+ disabled >
176179 < i class ="bi bi-file-pdf "> </ i > </ i >
177180 </ button >
178181 < div class ="dropdown-menu ">
179182 < h6 class ="dropdown-header "> New PDF node</ h6 >
180- < button id ="addPDFAsSiblingBtn " class ="btn dropdown-item " data-bs-toggle ="modal " data-bs-target ="#selectPDFModal ">
183+ < button id ="addPDFAsSiblingBtn " class ="btn dropdown-item " data-bs-toggle ="modal "
184+ data-bs-target ="#selectPDFModal ">
181185 < i class ="bi bi-node-plus-fill "> </ i > As sibling node
182186 </ button >
183- < button id ="addPDFAsChildBtn " class ="btn dropdown-item " data-bs-toggle ="modal " data-bs-target ="#selectPDFModal ">
184- < i class ="bi bi-diagram-2-fill " style ="transform: rotate(-90deg); display: inline-block; "> </ i > As child node
187+ < button id ="addPDFAsChildBtn " class ="btn dropdown-item " data-bs-toggle ="modal "
188+ data-bs-target ="#selectPDFModal ">
189+ < i class ="bi bi-diagram-2-fill " style ="transform: rotate(-90deg); display: inline-block; "> </ i > As child
190+ node
185191 < span class ="shortcut "> Ctrl + P</ span >
186192 </ button >
187193 </ div >
@@ -275,8 +281,7 @@ <h2 class="accordion-header" id="headingThree">
275281 < ol class ="list-group list-group-flush list-group-numbered ">
276282 < li class ="list-group-item ">
277283 Ensure you followed
278- < a
279- href ="https://github.com/jabref/jabmap/#running-locally ">
284+ < a href ="https://github.com/jabref/jabmap/#running-locally ">
280285 running it locally</ a >
281286 step of the documentation.
282287 </ li >
0 commit comments