Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add more than one formula in Markdown` #232

Open
fancsali opened this issue Dec 5, 2023 · 2 comments
Open

Cannot add more than one formula in Markdown` #232

fancsali opened this issue Dec 5, 2023 · 2 comments

Comments

@fancsali
Copy link

fancsali commented Dec 5, 2023

Using vim-table-mode for markdown files, starting with the following table:

|---|------|
| a | 5    |
| b | 6    |
| c | 9    |
| S | 20.0 |

First I use \tfa and type in a formula: f=Sum(1:3), which changes to table to the one below, as expected:

|---|------|
| a | 5    |
| b | 6    |
| c | 9    |
| S | 20.0 |
 <!-- tmf: $4,2=Sum(1:3) -->

However, after adding another row and trying to add the same (or any other) formula again, something strange happens and I end up with the old formula gone, and a new one - that's not working - added:

|---|------|
| a | 5    |
| b | 6    |
| c | 9    |
| S | 20.0 |
| D |      |        
; $5,2=Sum(1:3)
@CaptainQuirk
Copy link

Same here !

@dhruvasagar
Copy link
Owner

@fancsali Yea I can confirm this is an issue. Working on a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants