Skip to content

Commit

Permalink
Merge pull request #17 from iiz00/develop
Browse files Browse the repository at this point in the history
iOS fix, some improvements
  • Loading branch information
iiz00 committed Dec 22, 2023
2 parents df4111b + 33e1360 commit 37d0c91
Show file tree
Hide file tree
Showing 11 changed files with 507 additions and 208 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ If you like my plugin, I would appreciate it if you could buy me a cup of coffee
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/iiz00)<br><br>

## Changelog
- 0.4.0
- Improvements
- You can now choose whether to open the location of the element or the linked file when you click on a link element.
- The context menu of the link element now allows you to open the linked file in a new tab/new pane/new window.
- You can now choose whether to open the view of the active file at startup or the view that was open when you last closed the app.
- You can now set the size of the pop-out window and whether it should be displayed in the foreground(always on top).
- Fixed
- Fixed an issue where non-markdown files would fail to display on iOS.
- 0.3.0
- New functions
- Recent/Favorites
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "multiple-notes-outline",
"name": "Multiple Notes Outline",
"version": "0.3.0",
"version": "0.4.0",
"minAppVersion": "1.3.0",
"description": "Add custom views which show outlines of multiple notes with headings, links, tags and list items.",
"author": "iiz",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiple-notes-outline",
"version": "0.3.0",
"version": "0.4.0",
"description": "Add custom views which shows outline of multiple notes at once",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 37d0c91

Please sign in to comment.