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

Initial transpose table (#22) #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mochsner
Copy link

@tgrosinger it's definitely not the prettiest code (due to the need to ignore the delimiter row on both read and write being quite confusing, but I've been a bit strapped for time recently and haven't been able to dive into this code gain. It works well, so let me know what you think.

The main thing that would really help readability for this is if we could (before any computation) just remove the delimiter row flat out. If you have a decent idea of an approach to do that, I'd love to know how. Alternatively, if you wanted to make any changes in my PR, I've granted you full permissions :)

@mochsner
Copy link
Author

Note: happy to help with the obsidian plugin development for this as well. I assume we'll need an icon, which would really be the hardest part imo. I tested this through your advanced-tables obsidian plugin, so let me know if you'd like some help with that too.

Copy link
Author

@mochsner mochsner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tgrosinger What additional test cases you'd want to see handled here (e.g. particular chars in header divider, no spacing in cells, etc.)? I wasn't exhaustive for this case to avoid bloat, but happy to add more in. The code is fully working afaik.

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

Successfully merging this pull request may close these issues.

None yet

1 participant