Maboroshy / Note-Station-to-markdown

The cross-platform script that converts notes from Synology Note Station to markdown files
Apache License 2.0
240 stars 51 forks source link

Problems with import-tag-to-QON.qml #7

Closed andreas-vester closed 5 years ago

andreas-vester commented 6 years ago

I successfully installed the import-tag-to-QON.qml script. The script dialogue is telling me that the scripts seems to be valid.

However, if I click on an imported note, no tag will be created. The note starts with

Tags: tagName

image

Maboroshy commented 6 years ago

I've uploaded brand new QON script and rewrote readme. Please, test. The new QON script should import tags for all the notes at once.

andreas-vester commented 6 years ago

It didn't work out 100% correct. Basically every tag has been created two times and my notes have been split across the same tags. That is, I do see a duplicate of every tag name, but under each individual tag name, different notes have been saved.

Maboroshy commented 6 years ago

Now that's interesting. I always thought that QON doesn't allow to create duplicate tags. I'll try to reproduce that.

Maboroshy commented 6 years ago

I have some good guess, why import script's didn't work. Please, test the new version I've uploaded.

andreas-vester commented 6 years ago

Now it seems to work properly. Good job!

andreas-vester commented 6 years ago

Maybe you now want to turn your attention towards Joplin? Joplin has a command line tool. Maybe it's possible to create some kind of script in order to link the attachments to the respective notes. Also, it may be possible to automatically tag the notes. I could perform the beta test again ;-) https://discourse.joplin.cozic.net/t/attaching-files-in-a-subfolder/1082 https://discourse.joplin.cozic.net/t/automatically-tagging-notes/1083

Maboroshy commented 5 years ago

Good that this issue is resolved. Thanks for testing.

I'm looking into what it takes to make Joplin import work. Not as easy as with QON for sure.