obsidian-lineage
obsidian-lineage copied to clipboard
Gingko interface in obsidian
I noticed that there is code like this in `main.js`, I would like to ask why empty lines should be replaced with ` `·. thanks ```javascript // src/view/actions/markdown-preview-action.ts var markdownPreviewAction =...
First of all, thank you for this amazing plugin. Although it is in beta, I think it is pretty stable and not resource sensitive, which is a great accomplishment by...
https://github.com/Quorafind/Outliner-View What this plugin does is allow you to edit the content of `block references`(like `![[Note1]]`) directly, so that the behavior of block references in Obsidian behaves like those in...
Based on my understanding, the gingko layout is structured as a `tree x **card**`, which means that borders can be beneficial in separating the cards within the same column. Not...
First of all, I want to say thank you for creating such a great plugin. thank you. What do you think about creating a print button on the card? When...
### What would you like to be added? I'd like to be able to make it so comments show up in cards ### Why is this feature needed? I'm a...
When a note is open in a separate window, instanceof checks fail for types like MouseEvent, KeyboardEvent, etc. With this fix, they work as explected. - In keyboard-shortcuts.ts although addEventListener...
Hi, first of all, thank you very much for making this plugin, it's an amazing tool! Is it normal for code block formatting (```) to be lost in lineage mode?...
I immediately love this plugin, but I MUST be able to navigate by dragging and zoom in/out via mouse wheel, otherwise it will be too frustrating to use.