Are you importing from JSON? If so, you can try this approach to explore what 
is actually in the file:

* Open your JSON file in a text editor, select all the text and copy it to the 
clipboard
* Open the JavaScript Console in a browser
* Type `var data=` and then paste your JSON text and press enter
* Type `data` and press enter; the browser should give you a nicely formatted 
listing of the data for you to review
* Type `data.length`; the browser should give you the number of entries in the 
file

There’s actually very little that can go wrong with a JSON import besides 
missing titles and duplicate titles overwriting each other. The code is here 
for those interested:

https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/deserializers.js#L74-L90

Best wishes

Jeremy.



> On 8 Jun 2016, at 02:21, Duarte Farrajota Ramos <[email protected]> 
> wrote:
> 
> Well one simple thing you could try is get the list of all tiddler titles 
> directly from LibreOffice and paste them as a list of links in tiddlywiki
> If there are indeed 924 Titles with links some are bound to be missing or 
> dead links. You can highlight them in some way to make them standout out and 
> easily figure out by brute force which ones did not import.
> 
> If you can't find them easily from the list of 1000 tiddlers just create a 
> new style for it by creating a new tiddler tag it with $:/tags/Stylesheet and 
> then paste something like this in the body
> 
> a.tc-tiddlylink-missing {
>     font-style: italic;
>     color: #a00;
> }
> adjust it to your liking
> 
> 
> On Wednesday, 8 June 2016 01:38:44 UTC+1, RichardWilliamSmith wrote:
> Hi Tristan,
> 
> I'm sorry, I obviously don't understand the issue properly. If they have 
> properly formed, non-duplicate titles then I'm afraid I don't know why three 
> out of 1000 would get lost. If you only have 1000 tiddlers, I think my 
> previous suggestion is still the quickest way to fix the problem but, as Mat 
> says, you can raise the issue on github - Jeremy has spoken in the past about 
> improving the feedback given by the import mechanism but I don't know if that 
> ever got anywhere.
> 
> Regards,
> Richard
> 
> edit to add: you could get the list of all tiddlers back out of tiddlywiki 
> into your spreadsheet software and diff them in that (put them all in the 
> same list and search for the ones that aren't duplicated)
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/tiddlywiki 
> <https://groups.google.com/group/tiddlywiki>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/1529e966-1aa9-40a0-a65a-cb87c4a987da%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/1529e966-1aa9-40a0-a65a-cb87c4a987da%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/81BDDB9A-85A6-439E-8626-6E178E2AE507%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to