Skip to content

Releases: jonjampen/obsidian-xournalpp

v1.0.11

23 Jan 16:07
Compare
Choose a tag to compare

Fixed

  • Fixing issue with spacing in custom Xournal++ path (Fixes #11).

v1.0.10

16 Dec 11:25
Compare
Choose a tag to compare

Added

  • Added option to delete both XOPP and corresponding PDF file from the file menu and the commands.
  • Added option to rename both XOPP and corresponding PDF file from the file menu and the commands.

Improved

  • When selecting a folder for a new file the default folder is no longer set as the default input value but as the top option.

Contributors

Thanks to @AstyCX for suggesting these features and providing implementation ideas.

v1.0.9

12 Nov 09:17
Compare
Choose a tag to compare

Fixed

  • Fixing wrong inserted link after file creation.
  • Using active folder as folder path when creating a new Xournal++ file through the file explorer context menu.

Contributors

@AstyCX

v1.0.8

03 Nov 16:59
Compare
Choose a tag to compare

Added

  • Fuzzy suggest for selecting the folder when creating new files.
  • Added command to insert embedded PDF after file creation (#7).
  • Separate modal for setting a folder and naming the new file (#7).

Fixed

  • X++ button didn't show immediately on app startup and threw an error. Now it appears right away when the app starts (#7).

Contributors

Thank you to @AstyCX for implementing the new features from #7 and fixing the bug.

v1.0.7

08 Oct 11:49
Compare
Choose a tag to compare

Added

  • Added commands to insert links for PDF, XOPP, or both after file creation (#4).
  • Added setting to specify a default folder for new Xournal++ files (#4).

Improved

  • Added information to documentation for setting the installation path if both Obsidian and Xournal++ are installed through Flatpack (#2).

Contributors

Thanks to @Susrex for the feature requests, and @lguenth, @aerits, and @mathmd for suggesting an installation path when using Flatpack.

1.0.6

03 Sep 06:05
Compare
Choose a tag to compare

Fixed

  • Fixes issue with nested .xopp files not opening since latest release (1.0.5).

1.0.5

02 Sep 18:43
Compare
Choose a tag to compare

Fixed

  • The plugin now uses the exec function instead of Obsidian's openFile method to open .xopp files. This resolves issues regarding wrong MIME-type association from Xournal++ (Fixes #3).

Contributors

  • Thanks to @Anodyine for reporting this issue and proposing a fix.

1.0.4

18 Jul 11:32
Compare
Choose a tag to compare

Fixed

  • template.xopp is now embedded in the code. The file was previously not downloaded during the plugin install through Obsidian.

Added

  • Option to define a custom template for new Xournal++ files.

Contributors

1.0.3

25 Jun 12:43
Compare
Choose a tag to compare

Bugfix to solve the issue when the path includes spaces: Using quotes (") for the file path in the conversion command.

1.0.2

22 May 05:08
Compare
Choose a tag to compare

Fixing issues:

  • Adding platform OS checks for finding Xournal++ installation path.
  • Adjusting minAppVersion to the latest public build.
  • Removing plugin prefix for command IDs.