Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparschott committed Apr 4, 2024
1 parent 88803d4 commit d6c3696
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 78 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

data.json
data.json
changelog.txt
38 changes: 23 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,34 @@ An Obsidian plugin that displays all open notes in a tab group as if they were a

## Features:

#### File and Editor Contextual Menus:
- Toggle continuous mode in active tab group.
- Show/hide note headers in active tab group.
#### File and Editor Contextual Menus, Command Palette:
- Toggle continuous mode in active tab group.
- Show/hide note headers in active tab group.

#### File Explorer Contextual Menu:
- Open all files from selected folder in Continuous Mode. Currently only markdown files, images (bmp, jpg, jpeg, gif, png, svg, webp), and pdfs are opened.
- Open or append files from selected folder in active tab group; files from the folder will not be duplicated if they are already open.
- Replace active tab group with files from selected folder: i.e., close all open notes in active tab group and replace with folder items.

#### Command Palette:
- Toggle continuous mode in active tag group.
- Show/hide note headers in active tab group.
The File Explorer contextual menu provides several options for opening all the contents of the selected folder in Continuous Mode:
- Open files in new split (left, right, up, down).
- Open or append files in active tab group; files will not be duplicated if they are already open.
- Replace files in active tab group with files from the selected folder (i.e., close all open notes in active tab group and replace with folder items).
Exclude/include folder files by type (e.g., markdown, images, canvas, etc.), extension, or file name in the Settings.
Note: opening folders is not recursive—only the top level notes will be opened.

#### Other functions:
- Navigate between notes with up and down arrow keys (and left and right arrow keys if at the beginning or end of the note).
- Also use left and right arrow keys to scroll html notes or jump from page to page in pdfs.
- Automatically save and restore continuous mode tab group settings when shutting down/starting up Obsidian.
- Navigate between notes with up and down arrow keys (and left and right arrow keys if at the beginning or end of the note).
- Also use left and right arrow keys to scroll html notes or jump from page to page in pdfs.
- If editing a canvas file (i.e., canvas leaf is active), click the background to deselect any active node and use the up and down arrow keys to navigate to the adjacent note.
- Similarly use the arrow keys to navigate out of an active graph view. Use shift+arrow keys to move the graph around.
- Notes scroll into view when tab header is clicked.
- Reorder notes via tab header drag-and-drop.
- Save and restore continuous mode tab group settings when shutting down/starting up Obsidian.

- Reorder notes in tab group via tab header drag-and-drop.

#### User Settings:
- “Open folder in Continuous Mode” menu options: Exclude or include folder files by type (e.g., markdown, images, canvas, etc.), extension, or file name.
- “Clear stored data”: Empty the list of stored tab groups, ignoring currently open tab groups with continuous mode active. This optional action prevents the list from getting unwieldy or cluttered with stale data, which can happen if you frequently open and close new tab groups.
- Donate link.

#### Notes:
- If you use the "Open folder in Continuous Mode" functions to open all the notes in a folder, the tab group will not reflect any changes you make to the folder structure in the file explorer. If you do make any changes (e.g., move, create, or delete a note), you'll have to reopen the folder to see the updated structure.

### Buy me a coffee:

Expand Down

0 comments on commit d6c3696

Please sign in to comment.