Jump to content

adrian142

Level 1
  • Posts

    4
  • Joined

  • Last visited

About adrian142

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

adrian142's Achievements

1

Reputation

  1. Thx for the tipp. I have done so. This is the title of one page that was created from clippings.io, where the title gets lost:. <note><title>Zeit: Der Stoff, aus dem das Leben ist. Eine Gebrauchsanleitung (German Edition)_</title><content><![CDATA[<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"> <en-note> And this is the one from the note manually added. <note><title>Testtitel der Testnotiz</title><content><![CDATA[<?xml version="1.0" encoding="UTF-8"?>, where the title dos NOT get lost. <!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"> As You see, there is a difference. But is this difference the cause of the title getting lost?
  2. Yes, I have contacted Microsoft and Clippings.io besides my contact with You. The question here is totally Evernote related. What are the "formatting options" for the page title? The title that seems to be created by clippings.io seems to be missing properties a "normal title" has. Because normally created page titles (by hand) get exported without problems. End even if I alter a Clippings.io created title manually in Evernote the problem persists. To the "naked eye" the page titles look the same in Evernote, but they are not. What properties are tied to the page title which could be inspected?
  3. I experience the following problem with clippings.io and Evernote. I have my Kindle highlights in clippings.io. Clippings.io has an export feature to Evernote. The highlights are exported to EverNote and everythings seems OK (see screenshot). But when I use them in another program, I get problems with the titles of the pages going missing. F.r. in OneNote for my notebooks, I import it with the EverNote Importer from Microsoft. In OneNote the titles of the pages are missing (see screenshot). When I add a note with title manually and import it, the title of the page appears. I think it has something to do with the format of the title in the export process of clippings.io. But the code to get the title of the page be created from the books title seems to be OK: var book = new Note { NotebookGuid = _notebookGuid, Title = bookTitle, Attributes = new NoteAttributes { SourceURL = "http://www.clippings.io", SourceApplication = "http://www.clippings.io", Source = "http://www.clippings.io", Author = "http://www.clippings.io" }, Content = bookText }; Can anyone help? Best, Adrian
×
×
  • Create New...