vnotex / vnotex/vnote

Feature Request: Merge Table cell

Open
#1,023 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
13k
Forks
1.3k
Avg merge
14h 3m
Merged PRs (30d)
3

Description

Any way to merge cells in the table? For example,

||| A|||||||
|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|
|||**0**|**1**|**2**|**3**|**4**|**5**|**...**|
|<p style="font-weight:bold; transform: rotate(-90deg);"> B </p>|**0**|0|0|0|0|0|0|...|
|^|**1**|0|1|0|0|0|0|...|
|^|**2**|0|0|2|0|0|0|..|
|^|**3**|0|0|0|3|0|0|...|
|^|**4**|0|0|0|0|4|0|...|
|^|**5**|0|0|0|0|0|5|...|
|^|**...**|...|...|...|...|...|...|...|

Produces
image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Markdown table parsing and rendering entry points in VNote and compare them with the example syntax in the issue. Define how merged rows and columns should render, then verify the result against the provided table example and existing table behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, markdown
Domain
desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.