mgmeyers / obsidian-kanban

Create markdown-backed Kanban boards in Obsidian.
https://publish.obsidian.md/kanban/
GNU General Public License v3.0
3.26k stars 194 forks source link

[Feature]: give the opportunity to add your own information to the note that is not related to tasks #1042

Open Vadych opened 2 months ago

Vadych commented 2 months ago

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

DraggonFantasy commented 1 week 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: