Search found 146 matches

by gsward
29 Dec 2020 10:17
Forum: Plugin Technical Support & Development
Topic: Data References ~ Evernote ~ Research Notes
Replies: 37
Views: 10230

Re: Data References ~ Evernote ~ Research Notes

Yes, this is interesting. I had started to do this hence I realised the table was not being formatted with conventional html tags. I have set up a note with examples of bold, underline, italic and strikethrough plus the table. The tags pass through to Evernote OK it seems but gets rendered as <b>Fir...
by gsward
28 Dec 2020 17:12
Forum: Plugin Technical Support & Development
Topic: Data References ~ Evernote ~ Research Notes
Replies: 37
Views: 10230

Re: Data References ~ Evernote ~ Research Notes

OK, I don't want to drag you down a rabbit hole, but here is what I have found. URLs get exported from FH as <web="https://www.ancestry.com/","Ancestry.com"> rather than <a href="https://www.ancestry.com/">Ancestry.com</a> Tables as: <table="7865|1715|1265"> <...
by gsward
28 Dec 2020 15:31
Forum: Plugin Technical Support & Development
Topic: Data References ~ Evernote ~ Research Notes
Replies: 37
Views: 10230

Re: Data References ~ Evernote ~ Research Notes

Well, that works. Thank you. However, the parts of the Research Note that were in Rich Text have been converted to raw text i.e. like html source with tags. Are there any other alternative methods that might preserve the formatting? Like being able to convert from RFT to HTML? If I use GetPlainText(...
by gsward
28 Dec 2020 12:11
Forum: Plugin Technical Support & Development
Topic: Data References ~ Evernote ~ Research Notes
Replies: 37
Views: 10230

Re: Data References ~ Evernote ~ Research Notes

OK, that gets that error out of the way, but now it takes a disliking to 'gsub' in:

Code: Select all

function StrEncode(strText,strPattern)
    strText = (strText or ""):gsub(strPattern,TblCP1252)
    return strText
end -- function StrEncode

Code: Select all

... attempt to call a nil value (method 'gsub')
by gsward
28 Dec 2020 11:26
Forum: Plugin Technical Support & Development
Topic: Data References ~ Evernote ~ Research Notes
Replies: 37
Views: 10230

Re: Data References ~ Evernote ~ Research Notes

So I gave this a try. Is there maybe some global setting required for lua to make this work? I get the error:

Code: Select all

... attempt to call a nil value (global 'fhGetValueAsRICHText')
by gsward
27 Dec 2020 17:06
Forum: Plugin Technical Support & Development
Topic: Data References ~ Evernote ~ Research Notes
Replies: 37
Views: 10230

Re: Data References ~ Evernote ~ Research Notes

In the plugin there is a section of XML to generate the content for the export. There is a block as follows: <h3>Comment</h3> <div>{INDI._RNOT[1]>TEXT| | }</div> This finds the correct field but only returns the text of the first line. Clearly, I need to use one of these FTF functions to extract the...
by gsward
27 Dec 2020 16:17
Forum: Plugin Technical Support & Development
Topic: Data References ~ Evernote ~ Research Notes
Replies: 37
Views: 10230

Re: Data References ~ Evernote ~ Research Notes

Yes, I had looked at that page. It does not exactly tell me how to access the RTF (or FTF and they define it). %_RNOT.TEXT% is clearly the right starting point but it only returns the first line of the RTF block (the Research Note text area.)

Graham
by gsward
27 Dec 2020 15:04
Forum: Plugin Technical Support & Development
Topic: Data References ~ Evernote ~ Research Notes
Replies: 37
Views: 10230

Re: Data References ~ Evernote ~ Research Notes (RTF Notes)

Thanks. I should not have asked two questions in the same post...

Does anyone have an insight into the data references for RTF formatted notes?

Thanks,

Graham
by gsward
27 Dec 2020 13:58
Forum: Plugin Technical Support & Development
Topic: Data References ~ Evernote ~ Research Notes
Replies: 37
Views: 10230

Data References ~ Evernote ~ Research Notes

I don't know whether this is a missing piece of functionality in V7. I am trying to look at modifying the Evernote plugin to work with Research Notes rather than individuals. It feels like identifying the required field names for the _ROTN tag is a bit hit or miss. So I turned to try and use the Dat...
by gsward
26 Dec 2020 18:18
Forum: General Usage
Topic: Research Notes and Evernote/OneNote
Replies: 3
Views: 1843

Re: Research Notes and Evernote/OneNote

I have modified the previous plugin so it now works with version 7. Testing though revealed some issues with Evernote. If you are familiar with the recent Evernote upgrade saga, this plugin needs Evernote 6 (Evernote Legacy) to be installed to work. Evernote had a major upgrade to their version 10 a...
by gsward
24 Dec 2020 20:40
Forum: General Usage
Topic: Research Notes and Evernote/OneNote
Replies: 3
Views: 1843

Re: Research Notes and Evernote/OneNote

Thank you, that is something to play with! I'll need to find a neater way to get into OneNote then.
by gsward
24 Dec 2020 16:40
Forum: General Usage
Topic: Research Notes and Evernote/OneNote
Replies: 3
Views: 1843

Research Notes and Evernote/OneNote

The layout and functionality of our Research Notes now (not surprisingly) resemble Evernote and OneNote Notes and Pages. Especially now that we have RTF editing and the ability to link between Research Notes. I would like to consolidate all my research in one tool and I would prefer that to be FH. T...
by gsward
23 Dec 2020 16:50
Forum: General Usage
Topic: Research notes.
Replies: 18
Views: 7193

Re: Research notes.

Thank you. That's easy I had not paid attention to that option before!

So if I want to add a link to the "Repository :" it works if I just use plain text, but can you adapt it to work if it is a hyperlink, i.e. extracting the text?

Thanks,

Graham
by gsward
23 Dec 2020 15:16
Forum: General Usage
Topic: Research notes.
Replies: 18
Views: 7193

Re: Research notes.

Like many of us, I have been experimenting with Research Notes. I am quite impressed with the possibilities they offer. My task is to replace my previous us of "To Do" notes and ideally information I have previously held external to FH. If I create a new Research Note template I have some ...
by gsward
23 Dec 2020 14:48
Forum: Plugin Technical Support & Development
Topic: Add GRO Source plugin
Replies: 101
Views: 31955

Re: Add GRO Source plugin

David, yes it does.

Mike's last description is exactly how I use it. I have three "collector" sources one each for B, M & D. I have used it a long time like this as BMD data from the indexes is so readily available.

Graham
by gsward
22 Dec 2020 22:08
Forum: Plugin Technical Support & Development
Topic: Add GRO Source plugin
Replies: 101
Views: 31955

Re: Add GRO Source plugin

When I opened the updated plugin it picked up the three sources I had been using in version 6.

Graham
by gsward
22 Dec 2020 15:26
Forum: Plugin Technical Support & Development
Topic: Add GRO Source plugin
Replies: 101
Views: 31955

Re: Add GRO Source plugin

Thanks Mike.

Looking back I see now, effectively this is a fork hence why you have been updating and attaching to this thread. Perhaps it could just be added to the store as a 'new' plugin?

Graham
by gsward
22 Dec 2020 14:40
Forum: Plugin Technical Support & Development
Topic: Add GRO Source plugin
Replies: 101
Views: 31955

Re: Add GRO Source plugin

This plugin is one of my most frequently used (I have it on my Tools menu). As it is not in the Plugin Store is there a schedule for updating it to V7?

Thanks,

Graham
by gsward
25 Nov 2020 21:32
Forum: General Usage
Topic: Time Lines
Replies: 12
Views: 5374

Re: Time Lines

I also wondered if seeing a layout might inspire someone to have a go at an FH plugin too? ;)
by gsward
25 Nov 2020 17:53
Forum: General Usage
Topic: Time Lines
Replies: 12
Views: 5374

Re: Time Lines

Gramps has an example here which produces an output like this.

Image

Or you could try an Excel solution
by gsward
09 Jun 2020 16:17
Forum: General Usage
Topic: Query: Age at birth of last child
Replies: 4
Views: 2651

Re: Query: Age at birth of last child

Here is the finished product.

Childbirth probability.jpg
Childbirth probability.jpg (328.53 KiB) Viewed 2530 times
by gsward
09 Jun 2020 08:31
Forum: General Usage
Topic: Query: Age at birth of last child
Replies: 4
Views: 2651

Re: Query: Age at birth of last child

Thanks, Mike.

I wanted to get a histogram from my data to give me the profile of age at the birth of the last child. It just might help me clarify the probable mother of a child with no recorded birth event.
by gsward
08 Jun 2020 20:55
Forum: General Usage
Topic: Query: Age at birth of last child
Replies: 4
Views: 2651

Query: Age at birth of last child

There is a custom query to show the age at the birth of the first child of a parent. Query:Individual ~ Age at Birth of First Child

How do I adapt it to show the age at the birth of the last child of a family?

Thanks.

Graham
by gsward
30 Mar 2020 15:38
Forum: General Usage
Topic: Focus Window and Property Box
Replies: 5
Views: 3292

Re: Focus Window and Property Box

Thanks for all your suggestions. They all seem viable workarounds. Do you think this should be an enhancement request for a future release? Having multiple undocked windows would make it more in line with other software.
by gsward
30 Mar 2020 13:14
Forum: General Usage
Topic: Focus Window and Property Box
Replies: 5
Views: 3292

Focus Window and Property Box

Sometimes when investigating relationships I find myself endlessly switching between the Focus Window and the Records Window, This would be greatly reduced if two copies of the Focus Window could be viewed at the same time. You can already do this between single copies of the Focus and Records windo...