Skip to content

Merge markdown table cells in Live Preview / Editing Mode and Reading Mode. Up to 241231, this plugin can run well in v 1.5.0-1.8.0. As functions became stable, it was set to a stable version. 在实时预览/编辑模式和阅读模式合并表格单元格

Notifications You must be signed in to change notification settings

PlayerMiller109/obsidian-sheets-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Preamble see Obsidian Forum t84520 中文说明见 Obsidian Chinese Forum t35091

  • In the current version you need to switch to reading mode before exporting a PDF.
  • Use the plugin command 'rebuildCurrent' (default hotkey F5) in editing mode to refresh.
    • It is recommended to refresh once before exporting a PDF, then switch to reading mode and export.
    • When used outside tables, it will refresh the active leaf.
    • When used in a normal table cell, it will refresh the table. Avoid placing your cursor in a signifier cell.
    • When used in a merged table cell, it will unmerge the cell, and the cell will become a normal cell.
  • Do not use the up Sign in the first row of the table body; that is, do not merge the table header and the table body.
Test text, click to unfold
| head1 | <      |
| ----- | ------ |
|       | table1 |
|       | ^      |

> | head2 | <      |
> | ----- | ------ |
> |       | table2 |
> |       | ^      |
> 
> | head3 | <      |
> | ----- | ------ |
> |       | table3 |
> |       | ^      |

> [!quote]
> | head4 | <      |
> | ----- | ------ |
> |       | table4 |
> |       | ^      |
> 
> | head5 | <      |
> | ----- | ------ |
> |       | table5 |
> |       | ^      |

```sheet
| head6 | <      |
| ----- | ------ |
|       | table6 |
|       | ^      |
```

(2024-10-16) Test in Obsidian v1.6.7 Sandbox Vault:


left: Live Preview; right: Reading Mode

About

Merge markdown table cells in Live Preview / Editing Mode and Reading Mode. Up to 241231, this plugin can run well in v 1.5.0-1.8.0. As functions became stable, it was set to a stable version. 在实时预览/编辑模式和阅读模式合并表格单元格

Resources

Stars

Watchers

Forks