{"id":13572652,"url":"https://github.com/tgrosinger/advanced-tables-obsidian","last_synced_at":"2025-05-14T08:07:25.549Z","repository":{"id":39624042,"uuid":"308127502","full_name":"tgrosinger/advanced-tables-obsidian","owner":"tgrosinger","description":"Improved table navigation, formatting, and manipulation in Obsidian.md","archived":false,"fork":false,"pushed_at":"2024-10-23T15:43:38.000Z","size":1965,"stargazers_count":2242,"open_issues_count":86,"forks_count":84,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-11T02:51:59.092Z","etag":null,"topics":["obsidian-md","obsidian-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tgrosinger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["tgrosinger"],"custom":["https://paypal.me/tgrosinger","https://buymeacoffee.com/tgrosinger"]}},"created_at":"2020-10-28T20:01:26.000Z","updated_at":"2025-04-07T20:48:46.000Z","dependencies_parsed_at":"2022-07-26T01:02:45.560Z","dependency_job_id":"771cedb3-526d-48b4-959a-e81311bcef41","html_url":"https://github.com/tgrosinger/advanced-tables-obsidian","commit_stats":{"total_commits":187,"total_committers":5,"mean_commits":37.4,"dds":"0.021390374331550777","last_synced_commit":"9fcdc350bea2c4ea60a4dcfdbe3c8b4ed7e4a7eb"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrosinger%2Fadvanced-tables-obsidian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrosinger%2Fadvanced-tables-obsidian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrosinger%2Fadvanced-tables-obsidian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgrosinger%2Fadvanced-tables-obsidian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tgrosinger","download_url":"https://codeload.github.com/tgrosinger/advanced-tables-obsidian/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101555,"owners_count":22014908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian-md","obsidian-plugin"],"created_at":"2024-08-01T14:01:30.246Z","updated_at":"2025-05-14T08:07:20.539Z","avatar_url":"https://github.com/tgrosinger.png","language":"TypeScript","funding_links":["https://github.com/sponsors/tgrosinger","https://paypal.me/tgrosinger","https://buymeacoffee.com/tgrosinger","https://www.buymeacoffee.com/tgrosinger"],"categories":["HarmonyOS","TypeScript","obsidian-plugin","Uncategorized"],"sub_categories":["Windows Manager","Uncategorized"],"readme":"# Advanced Tables for Obsidian\n\nAdd improved navigation, formatting, and manipulation to markdown tables in Obsidian:\n\n- Auto formatting\n- Excel-like table navigation (tab/enter between cells and rows)\n- [Spreadsheet formulas!](https://github.com/tgrosinger/advanced-tables-obsidian/blob/main/docs/help.md#using-formulas-in-markdown-tables)\n- Add, remove, and move columns and rows\n- Set column alignment (left, center, right)\n- Sort rows by a specified column\n- Export to CSV\n- Works on Obsidian Mobile (See notes below)\n\n## Demo\n\n![basic functionality](https://raw.githubusercontent.com/tgrosinger/advanced-tables-obsidian/main/resources/screenshots/basic-functionality.gif)\n\n## How to use\n\nTo create a table, create a single `|` character, then type the table's first\nheading and press \u003ckbd\u003eTab\u003c/kbd\u003e. Continue entering headings and pressing\n\u003ckbd\u003eTab\u003c/kbd\u003e until all the headings are created. Press \u003ckbd\u003eEnter\u003c/kbd\u003e to\ngo to the first row. Continue filling cells as before, and press\n\u003ckbd\u003eEnter\u003c/kbd\u003e again for each new row.\n\nWhen a cursor is in a markdown table...\n\n| Hotkey                                            | Action                      |\n| ------------------------------------------------- | --------------------------- |\n| \u003ckbd\u003eTab\u003c/kbd\u003e                                    | Next Cell                   |\n| \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eTab\u003c/kbd\u003e                 | Previous Cell               |\n| \u003ckbd\u003eEnter\u003c/kbd\u003e                                  | Next Row                    |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eD\u003c/kbd\u003e | Open table controls sidebar |\n\nOr use the command palette and search \"Advanced Tables\". There are many\ncommands available, don't forget to scroll!\n\n## Formulas and Spreadsheets in Markdown!\n\n![formulas demo](https://raw.githubusercontent.com/tgrosinger/advanced-tables-obsidian/main/resources/screenshots/formulas-demo.gif)\n\nFor more information on using formulas, visit the\n[Help Docs](https://github.com/tgrosinger/advanced-tables-obsidian/blob/main/docs/help.md).\n\n## How to Install\n\n### From within Obsidian\n\nFrom Obsidian v0.9.8+, you can activate this plugin within Obsidian by doing the following:\n\n- Open Settings \u003e Third-party plugin\n- Make sure Safe mode is **off**\n- Click Browse community plugins\n- Search for \"Advanced Tables\"\n- Click Install\n- Once installed, close the community plugins window and activate the newly installed plugin\n\n## Obsidian Mobile\n\nWhen using Obsidian on a mobile device, the Advanced Tables plugin can be used.\nUsing \u003ckbd\u003eEnter\u003c/kbd\u003e and \u003ckbd\u003eTab\u003c/kbd\u003e to navigate the table will not work,\nhowever you can add the \"Next Cell\" and \"Next Row\" commands to the mobile\ntoolbar and use them to navigate, or use the buttons from the sidebar.\n\n## Pricing\n\nThis plugin is provided to everyone for free, however if you would like to\nsay thanks or help support continued development, feel free to send a little\nmy way through one of the following methods:\n\n[![GitHub Sponsors](https://img.shields.io/github/sponsors/tgrosinger?style=social)](https://github.com/sponsors/tgrosinger)\n[![Paypal](https://img.shields.io/badge/paypal-tgrosinger-yellow?style=social\u0026logo=paypal)](https://paypal.me/tgrosinger)\n[\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"BuyMeACoffee\" width=\"100\"\u003e](https://www.buymeacoffee.com/tgrosinger)\n\n## Notes\n\nThis is experimental and may have instability. It is possible that there are\nbugs which may delete data in the current note. Please make backups!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrosinger%2Fadvanced-tables-obsidian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgrosinger%2Fadvanced-tables-obsidian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrosinger%2Fadvanced-tables-obsidian/lists"}