tgrosinger / advanced-tables-obsidian

Improved table navigation, formatting, and manipulation in Obsidian.md
GNU General Public License v3.0
2.13k stars 80 forks source link

I was going to report that when tabbing on the first empty column, the row is indented. #313

Open niecailong opened 10 months ago

niecailong commented 10 months ago

Describe the bug A clear and concise description of what the bug is.

recording

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

jarchiepacheco commented 10 months ago

I am currently having the same issue. Doing | name just indents inwards when I press tab, it doesn't actually create a table.

premedios commented 10 months ago

Also having the same issue

sun2ot commented 10 months ago

Me too.

outsu commented 10 months ago

Same issue.

khorton commented 10 months ago

The behavior has changed with this version. Now you need to type a bit more of the table before the plugin recognizes that you are in a table. More info

Scofield-Gu commented 10 months ago

me too. My solution: change to source mode and the advanced table plugin may work. If the table has been completed, switch back to the live preview

jarchiepacheco commented 10 months ago

The behavior has changed with this version. Now you need to type a bit more of the table before the plugin recognizes that you are in a table. More info

This solved it for me. Thank you so much

premedios commented 10 months ago

Solved here as well

deltabrav0 commented 10 months ago

I am having the same issue after updating. Regardless of number of characters, plugin does not recognize table.

deltabrav0 commented 10 months ago

Changing to source mode did not work for me. Regarding "typing a bit more" How much more? Is that referring to text after the first pipe or second, etc.

khorton commented 10 months ago

See the link in my original comment

kristynlynn commented 9 months ago

Just a note that if these are expected changes and not a bug, the readme needs to be updated. The "How to use" section still describes the old behavior, leading me to think I was doing something wrong. I think the demo graphic needs to be updated too.

To create a table, create a single | character, then type the table's first heading and press Tab. Continue entering headings and pressing Tab until all the headings are created. Press Enter to go to the first row. Continue filling cells as before, and press Enter again for each new row.

BingeCode commented 8 months ago

Just a note that if these are expected changes and not a bug, the readme needs to be updated. The "How to use" section still describes the old behavior, leading me to think I was doing something wrong. I think the demo graphic needs to be updated too.

Commenting to point out that this still needs to be done. The instructions are still outdated and cost a lot of time to figure out the issue. Frustrating for first time users.

nmlynch94 commented 5 months ago

Same issue here. The README instructions are wrong for the current version. I would offer a PR, but I'm unclear on what the expected process is to be after the update that changed this, or if it was even supposed to change.

showlee912 commented 1 month ago

i wish there is a hotkey to create a table

tgrosinger commented 1 month ago

i wish there is a hotkey to create a table

Obsidian has this natively now. Search for "Insert Table" in the Hotkeys section of the settings.

showlee912 commented 1 month ago

i wish there is a hotkey to create a table

Obsidian has this natively now. Search for "Insert Table" in the Hotkeys section of the settings.

thank you!!