%% generate tags start %% #obsidian %% generate tags end %% #obsidian/plugin %% run start ```ts const {LinkPreview} = customJS return LinkPreview.getLinkPreviewFromUrl("https://github.com/tgrosinger/advanced-tables-obsidian") ``` %% <div class="nifty-link-card-container"> <a class="nifty-link-card" href="https://github.com/tgrosinger/advanced-tables-obsidian" target="_blank"> <div class="nifty-link-card-text"> <div class="nifty-link-card-title line-clamp-2">GitHub - tgrosinger/advanced-tables-obsidian: Improved table navigation, formatting, and manipulation in Obsidian.md</div> <div class="nifty-link-card-description">Improved table navigation, formatting, and manipulation in Obsidian.md - GitHub - tgrosinger/advanced-tables-obsidian: Improved table navigation, formatting, and manipulation in Obsidian.md</div> <div class="nifty-link-href"> <img class="nifty-link-icon" src="https://github.com/fluidicon.png"> https://github.com/tgrosinger/advanced-tables-obsidian </div> </div> <div class="nifty-link-image-container"> <div class="nifty-link-image" style="background-image: url('https://opengraph.githubassets.com/a2d462ce18f3a69d440067971d9dc42555aa72da3bd19a55c3b840fdfc5ec76e/tgrosinger/advanced-tables-obsidian')"> </div> </div> </a> </div> %% run end %% ## Advanced Tables Help The Advanced Tables plugin for Obsidian adds a lot of new features to editing Markdown tables within Obsidian, while maintaining full compatibility with Markdown. As commonly ask questions arise they will be added below: ### Using Formulas in Markdown Tables Formulas are written on the line immediately following the table. For more information on the formula syntax please take a look at [this document](https://github.com/tgrosinger/md-advanced-tables/blob/main/docs/formulas.md) which contains detailed explanation and helpful examples. <https://github.com/tgrosinger/md-advanced-tables/blob/main/docs/formulas.md> Evaluating formulas is done using the formulas button in the toolbar. ![evaluate formulas button](https://raw.githubusercontent.com/tgrosinger/advanced-tables-obsidian/main/resources/screenshots/evaluate-formulas-button.png) ### Sorting Rows When using the sort option in the toolbar, the sort will be performed based on the column the cursor is currently in. ### Additional Questions If you have additional questions which are not covered here, please [create an issue](https://github.com/tgrosinger/advanced-tables-obsidian/issues/new/choose), or reach out to me directly on the Obsidian discord. My username is tgrosinger.