GithubHelp home page GithubHelp logo

felisdiligens / joplin-plugin-multimd-table-tools Goto Github PK

View Code? Open in Web Editor NEW
33.0 2.0 1.0 1.68 MB

A collection of tools to make editing tables easier.

License: MIT License

TypeScript 87.68% CSS 0.05% JavaScript 12.27%
joplin-plugin multimarkdown

joplin-plugin-multimd-table-tools's Introduction

About me

I'm a self-taught developer from Germany, who probably drinks too much coffee β˜•πŸ˜….

GitHub stats

Skilled in

Languages and Frameworks

Tools

joplin-plugin-multimd-table-tools's People

Contributors

felisdiligens avatar personalizedrefrigerator avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

joplin-plugin-multimd-table-tools's Issues

Error: No separator row found when convert markdown table to csv, then convert back

First of all: Awesome plugin, many thanks!

If I select an existing Markdown table and convert it to CSV, this works perfect. Now, if I select the resulting CSV and try to convert back to markdown it throws the error in the title of this issue.

Anything I can do myself to help out, please let me know.

Original Markdown table:

| **Plugin** | **Functions** | **Settings** |
|---|---|---|
| [Conflict Resolution](https://github.com/joplin/plugin-conflict-resolution) | Conflict note differ and resolver | In use |
| [Draw.io](https://github.com/marc0l92/joplin-plugin-drawio#readme) | Draw.io (aka Diagram.net) integration for Joplin | Unused |
| [Inline tags](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags plugin | Disable `Keep #tag text in editor` |
| [Inline TODO](https://github.com/CalebJohn/joplin-inline-todo#readme) | Write TODOs everywhere and view them in one place | In use |
| [Kanban](https://github.com/joplin/plugin-kanban/wiki) | Flexible kanban board plugin for all your tasks | In use |
| [Link Graph UI](https://github.com/treymo/joplin-link-graph) | Visualize the connections between Joplin notes | Add notebook `z.Sys` to `Notebooks names to filter`<br>Enable `Show note link direction arrows` |
| [Markdown Table: Sortable](https://github.com/hieuthi/joplin-plugin-markdown-table-sortable) | Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly. | In use |
| [Multimarkdown table tools](https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools) | Fancy stuff with tables<br>Especially csv import and export | In use |
| [Note overview](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | A note overview is created based on the defined search and the specified fields | In use |
| [Note Tabs](https://github.com/benji300/joplin-note-tabs) | Allows to open several notes at once in tabs and pin them | Enable `Show to-do checkboxes on tabs`<br>Enable `Automatically pin notes when edited`<br>Set `Add behavior` to `Pinned`<br>Set `Unpin active tab behavior` to `Select left tab`<br>Set `Force tabs layout` to `Horizontal` |
| [Outline panel](https://github.com/cqroot/joplin-outline) | Panel with note outline | In use |
| [Quick Links](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Create links to other notes | Enable `Allow new notes` |
| [Rich Markdown](https://github.com/CalebJohn/joplin-rich-markdown) | Improve the Markdown editor | In use |
| [Search and replace](https://github.com/FelisDiligens/joplin-plugin-search-and-replace) | Better search and replace | In use |
| [Templates](https://github.com/joplin/plugin-templates) | This plugin allows you to create and use templates in Joplin | In use |

Resulting CSV that throws error when trying to convert to Markdown:

**Plugin**,**Functions**,**Settings**
[Conflict Resolution](https://github.com/joplin/plugin-conflict-resolution),Conflict note differ and resolver,In use
[Draw.io](https://github.com/marc0l92/joplin-plugin-drawio#readme),Draw.io (aka Diagram.net) integration for Joplin,Unused
[Inline tags](https://discourse.joplinapp.org/t/plugin-inline-tags/14192),Inline tags plugin,Disable `Keep #tag text in editor`
[Inline TODO](https://github.com/CalebJohn/joplin-inline-todo#readme),Write TODOs everywhere and view them in one place,In use
[Kanban](https://github.com/joplin/plugin-kanban/wiki),Flexible kanban board plugin for all your tasks,In use
[Link Graph UI](https://github.com/treymo/joplin-link-graph),Visualize the connections between Joplin notes,"Add notebook `z.Sys` to `Notebooks names to filter`
Enable `Show note link direction arrows`"
[Markdown Table: Sortable](https://github.com/hieuthi/joplin-plugin-markdown-table-sortable),"Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly.",In use
[Multimarkdown table tools](https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools),"Fancy stuff with tables
Especially csv import and export",In use
[Note overview](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md),A note overview is created based on the defined search and the specified fields,In use
[Note Tabs](https://github.com/benji300/joplin-note-tabs),Allows to open several notes at once in tabs and pin them,"Enable `Show to-do checkboxes on tabs`
Enable `Automatically pin notes when edited`
Set `Add behavior` to `Pinned`
Set `Unpin active tab behavior` to `Select left tab`
Set `Force tabs layout` to `Horizontal`"
[Outline panel](https://github.com/cqroot/joplin-outline),Panel with note outline,In use
[Quick Links](https://discourse.joplinapp.org/t/quick-links-plugin/14214),Create links to other notes,Enable `Allow new notes`
[Rich Markdown](https://github.com/CalebJohn/joplin-rich-markdown),Improve the Markdown editor,In use
[Search and replace](https://github.com/FelisDiligens/joplin-plugin-search-and-replace),Better search and replace,In use
[Templates](https://github.com/joplin/plugin-templates),This plugin allows you to create and use templates in Joplin,In use

Error: "No table found at cursor position" when trying to search

Joplin's default keyboard shortcut for Cmd+Shift+f on macOS is "Search in all the notes".

image

When I install and enable the MultiMarkdown Table Tools plugin, and I try to search my notes via the keyboard shortcut, Cmd+Shift+f, then I get the following error dialogue, instead of taking my cursor into the Find box.

image

Here are the other plugins I have installed. For me, this error goes away when I disable the MultiMarkdown Table Tools plugin.

image

I wonder if I can disable that keyboard shortcut, or if that action can be remapped to another keyboard shortcut that doesn't trigger a conflict? Although I am not sure what might be triggering that exact error message. πŸ€”

Thanks for writing this plugin, and I hope this report is useful.

A small question of "Format tables"

This plugin is excellent. But i had some problems. Though it helped a little , "Format tables" can't format tables completely.
issue2

The contents on the left cannot be aligned. It's different from what I saw in the example.

η€ΊδΎ‹

Multiline not compatible with format table

Hi,

this is a really nice plugin, thanks for creating it.
But i have a small issue.
When using the multiline feature of markdown-it-multimd-table like the example below, i cannot use the format on tab feature because the formatter removes the backslash at the end of the line.
Is there any workaround or did i just overlook some setting?

|   Markdown   | Rendered HTML |
|--------------|---------------|
|    *Italic*  | *Italic*      | \
|              |               |
|    - Item 1  | - Item 1      | \
|    - Item 2  | - Item 2      |
|    ```python | ```python       \
|    .1 + .2   | .1 + .2         \
|    ```       | ```           |

This is parsed below when the option enabled:

Markdown Rendered HTML
*Italic*

Italic

- Item 1
- Item 2
  • Item 1
  • Item 2
```python
.1 + .2
```
.1 + .2

Version in Joplin repo is still at 1.0.0

Hello and thank you for this excellent plugin.

I just want to raise awareness that the version in the Joplin repos is still at 1.0.0. A minor version behind, but a reminder nonetheless to keep it up to date.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.