
barley123
Level 2-
Content Count
10 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout barley123

Profile Information
-
Subscription
BASIC
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Or better just not have that anchor there at all, I don't think it's doing much. I don't see it in the MAC version DT showed, which validates much better even has a doctype tag and is really well formatted too. They should fix the export in windows so it's as good as the export on their mac version.
-
If you check an HTML validator you will see that it won't and even your anchor line has wrong syntax. (I think I wrote the correct syntax for an anchor in my first post of this thread). And any validator will tell you It's very quick to test HTML if it is valid , in a validator, You can check it in less than 2 minutes. Go to a validator iike one I mentioned https://html5.validator.nu/ (or the w3 one if you prefer), and you get an option to choose 'text-field' where you can paste in html, and you can try pasting in HTML and click the validate button and see you will see what it
-
interesting, your one looks much better and even has the doctype tag. maybe the windows version of evernote has the issue and the mac one is ok I am on 6.24.2.8919 for Windows. My OS is win 7. Though it says CE Build in the screenshot below. This is the HTML file that it exports the .enex to/as http://ge.tt/2xDlNd23 when I export it note1.html
-
Sometimes I may be using evernote while working with somebody, and I may want to show them my screen but look something up in evernote, and I'd want certain tags to not show up while I do a search re tags. I have a variety of personal interests and I don't want them all to show up on the screen. Like I might have a secular interest in researching the doctrine of islammic jihad, I don't want jihad to appear in my tag list if I start typing something beginning with j. I don't want to look like a weirdo. I might have an interest in the science behind the development of flowers,
-
I have tried making a note and exporting it as html. https://pastebin.com/raw/0hf2DP85 The html page opened fine in a web browser https://i.imgur.com/CXCKT9f.png Once can put the HTML in a tidier https://www.freeformatter.com/html-formatter.html I looked at the html and I noticed some errors in the syntax of it Some noticable by eye, but other significant errors show in a validator https://validator.w3.org/#validate_by_input+with_options https://validator.nu/ For example I'm no expert but it seems to me that that's not valid HTML Putting aside t
-
can you do AND/OR with tag search? so suppose I have tags bob, tod, john. so for example, I want to search for A)(bob OR tod) <-- documents tagged bob, as well as documents tagged tod. B)(bob AND tod) <-- documents that have both tags. so each document shown has to have both tags C) (bob AND (tod or john)) <-- speaks for itself.