Open Vadych opened 2 months ago
Hello, @Vadych :slightly_smiling_face: I've faced just the same problem and created a PR which adds support for having all your Kanban board data under a specific H1 header: https://github.com/mgmeyers/obsidian-kanban/pull/1073
With it you can have both regular markdown and kanban in the same file and switch the views on-the-fly. There are a few videos of how it works inside the PR :slightly_smiling_face:
Goal or desired outcome of this feature
In my opinion, this is a great way to work with a project. When you need to complete tasks, you look at the board. When you need to think about a project, you open the markdown and make the notes you need
Describe the feature
When viewing as a markdown, you can record your information, which will not be displayed on the board and will only be visible in the markdown view mode. However, this information should not be deleted automatically. An excellent example of this behavior is the Excalidraw plugin
Can you think of any alternatives or work-arounds?
Now the project has to keep 2 notes. One is for reflection, communication, etc. The second is for tasks. It's very inconvenient.
Screenshots, mockups, or videos
No response