Greetings everyone, this is the 4th week of paste special plugin.
[Github | Project Proposal]
Voila , first version of plugin is out with the feature of Paste CSV as Table. We're looking for all the testing and community feedback for now. Link for the plugin has also been added below.
Could anyone say how dangerous it is to test this plugin on my live Joplin installation? I'd love to help by testing, but I can't risk my collection of notes. (I do have a backup, but I really would rather not have to rebuild.)
Nice work!
I just tried it with 2 csv files (about 3000 lines each), one with semicolons as separator, the other with tabs, and both pasted perfectly into Joplin.
So apparently the plugin is able to detect the value separator?
(I have borderline cases where I get data separated by #...)
Could anyone say how dangerous it is to test this plugin on my live Joplin installation? I'd love to help by testing, but I can't risk my collection of notes. (I do have a backup, but I really would rather not have to rebuild.)
Oh, i myself have been testing this on the latest version of installed live joplin only. This is a minimalistic plugin, it's not gonna risk any of joplin settings. It's just giving one more feature related to your pasting your csv data from clipboard. You can use this without no worries.
So apparently the plugin is able to detect the value separator?
(I have borderline cases where I get data separated by #...)
Yes, we're using the best utility here to validate and parse the csv data. But, no software is perfect. That's where our community comes rocking. So, i'd request you to please engage as much of pasting unique csv data and testing results. Thanks.
You may want to mention that it is possible to paste in actual csv as well as cells copied from Excell, etc. The second, I think, is much more common. Perhaps, though, everyone knows that cells copied from excell are just csv text?
Yes, absolutely. As data cells copied from excel are tab seperated values, it is supported by the plugin. The information is mentioned on github page readme.
Any plans to copy/paste parts of a web page as markdown? I'm currently using a browser plugin called MarkDownload to do this. I appreciate there's some overlap with the extension here, but I don't always want to create a new note when I'm pasting stuff in from a web page, and I don't always want to faff around with opening up the WYSIWYG editor.
This plugin has saved me so much time, rather than doing a find/replace in a decent text editor on a csv file to convert it so that Joplin sees it as a table...
Hey everyone, this is a sneak peak into the upcoming weeks of the project. Here, is the feature developed for pasting html as markdown yet needs to be more tested: