log src/main.ts @ 52:586f857a98dd

age author description
Mon, 02 Oct 2023 10:05:02 -0700 Ludovic Chabant Move unregistering of all views into a reusable function.
Mon, 02 Oct 2023 10:04:13 -0700 Ludovic Chabant Pass `this` as the context for various callbacks.
Mon, 02 Oct 2023 10:02:54 -0700 Ludovic Chabant Add optional file logging.
Wed, 20 Sep 2023 23:07:48 -0700 Ludovic Chabant Fix Typescript warnings and errors
Wed, 20 Sep 2023 22:40:25 -0700 Ludovic Chabant Support state persistence between sessions
Wed, 20 Sep 2023 17:19:11 -0700 Ludovic Chabant Fix typos in debug log messages
Wed, 20 Sep 2023 17:18:47 -0700 Ludovic Chabant Fix issues with files opened in multiple panes.
Mon, 14 Aug 2023 10:44:55 -0700 Ludovic Chabant Use Obsidian's view APIs for scrolling state
Mon, 14 Aug 2023 10:42:21 -0700 Ludovic Chabant Fix comment typo.
Mon, 14 Aug 2023 10:42:04 -0700 Ludovic Chabant More standardized logging.
Thu, 14 Jul 2022 14:43:30 -0700 Ludovic Chabant Fix typescript warnings
Thu, 14 Jul 2022 14:36:44 -0700 Ludovic Chabant Don't restore file state if we're just switching to another pane
Sat, 14 May 2022 09:33:19 -0700 Ludovic Chabant Show warning message if using the plugin with the legacy editor
Fri, 18 Mar 2022 19:23:29 -0700 Ludovic Chabant Add try/catch around restoring file state
Fri, 18 Mar 2022 19:25:48 -0700 Ludovic Chabant Don't restore state on a file that's already open in another pane.