tomboy-notes / tomboy

This is the legacy development for Tomboy.
http://projects.gnome.org/tomboy
GNU Lesser General Public License v2.1
126 stars 25 forks source link

Tomboy export notes to plain text? #89

Closed tualadream closed 6 years ago

tualadream commented 6 years ago

The documentation for this plugin says to add the plugin .dll file to the plugins folder.

I'm using Linux Mint 18.3, Running Tomboy version 1.15.4

The other addins are stored here on my computer:

.config/tomboy/addin-db-001/addin-data/global

The other addins have a .maddin extension

I have downloaded the plugin shared on https://wiki.gnome.org/Apps/Tomboy/PluginList

It includes the addin - ExportToPlainTextApplicationAddin.cs - There's no file with with a .maddin extension

Adding the .cs file to my addins file - i.e. .config/tomboy/addin-db-001/addin-data/global does nothing.

The addin doesn't show up in Tomboy.

How can I make this work?

ajhepple commented 6 years ago

Hi Tuala

I'm also using Tomboy 1.15.4 but on Ubuntu linux.

It's definitely the .dll file you need. The .cs file is source code.

Also, the addin-db-001 folder is where plugins store data. Its not where plugins are themselves stored. You may not have any non-official plugins, in which case you will have to create the folder ~/.config/tomboy/addin

When I put the ExportToPlainTextAddin.dll file in the ~/.config/tomboy/addin folder, all works as expected. I.e. the Search All Notes window provides a couple of 'Export to plain text' options in its tools menu and the export completes without error.

I downloaded the dll from https://github.com/robpvn/Tomboy-Plaintext-Export-Addin/releases

Hope this helps.

On 20 January 2018 at 05:48, Tuala Dream notifications@github.com wrote:

The documentation for this plugin says to add the plugin .dll file to the plugins folder.

I'm using Linux Mint 18.3, Running Tomboy version 1.15.4

The other addins are stored here on my computer:

.config/tomboy/addin-db-001/addin-data/global

The other addins have a .maddin extension

I have downloaded the plugin shared on https://wiki.gnome.org/Apps/ Tomboy/PluginList

It includes the addin - ExportToPlainTextApplicationAddin.cs - There's no file with with a .maddin extension

Adding the .cs file to my addins file - i.e. .config/tomboy/addin-db-001/addin-data/global does nothing.

The addin doesn't show up in Tomboy.

How can I make this work?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tomboy-notes/tomboy/issues/89, or mute the thread https://github.com/notifications/unsubscribe-auth/ALBNJ_gNxbSWaxUV-9DmjQgufbzkdfz1ks5tMX5DgaJpZM4RlUku .

-- Anthony Hepple 01704 227828 / 07931 504049 http://www.dhdevelopment.co.uk

tualadream commented 6 years ago

@ajhepple I'll try what you have suggested. Thanks for your help.