Skip to content

Commit

Permalink
[NEW] Adds section "Known Issues"
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Aug 22, 2023
1 parent 15dda88 commit 1f0a98d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ That's it.
3. Enable "Mononote" under Settings → Options → Community Plugins


## Known Issues

When a pinned note is focussed, it might be opened again in another tab. For example, if the current daily note is focussed and pinned, using its hotkey will open it in another tab. For some reason, the `onFileOpen` event is not always triggered when a pinned tab is in front. My working theory is that this is a bug in Obsidian; I'll keep an eye on it.


## Development

Clone the repository, run `pnpm install` OR `npm install` to install the dependencies. Afterwards, run `pnpm dev` OR `npm run dev` to compile and have it watch for file changes.
Expand Down

0 comments on commit 1f0a98d

Please sign in to comment.