All Projects → me1ting → evernote-markdown-win-theme

me1ting / evernote-markdown-win-theme

Licence: other
A markdown-theme of Chinese&Windows edition evernote.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to evernote-markdown-win-theme

Markdownxiaoshujiang
markdownxiaoshujiang
Stars: ✭ 1,188 (+3200%)
Mutual labels:  evernote
Omni Notes
Open source note-taking application for Android
Stars: ✭ 2,343 (+6408.33%)
Mutual labels:  evernote
enml2md
Evernote to Markdown Converter
Stars: ✭ 36 (+0%)
Mutual labels:  evernote
Evernote Alfred
使用 Alfred 快速搜索印象笔记中的内容
Stars: ✭ 116 (+222.22%)
Mutual labels:  evernote
Android Classic
Android app - (Deprecated) - New version: https://github.com/standardnotes/mobile
Stars: ✭ 145 (+302.78%)
Mutual labels:  evernote
Web
A free, open-source, and completely encrypted notes app. https://standardnotes.com
Stars: ✭ 3,061 (+8402.78%)
Mutual labels:  evernote
Evermark
🐘 A command line tool for syncing markdown notes to Evernote
Stars: ✭ 72 (+100%)
Mutual labels:  evernote
evernote-backup
Backup & export all Evernote notes and notebooks
Stars: ✭ 104 (+188.89%)
Mutual labels:  evernote
Yarle
Yarle - The ultimate converter of Evernote notes to Markdown
Stars: ✭ 170 (+372.22%)
Mutual labels:  evernote
marknotes
📝 You’re taking a lot of notes and need a solution to manage them i.e. put your knowledge base in one central place and being able to retrieve quickly information’s, display them nicely through the browser as a HTML page or a slideshow, export them in many file formats (docx, odt, pdf, txt, …). Sensitive information’s can be encrypted and notes …
Stars: ✭ 73 (+102.78%)
Mutual labels:  evernote
Leanote
Not Just A Notepad! (golang + mongodb) http://leanote.org
Stars: ✭ 10,363 (+28686.11%)
Mutual labels:  evernote
Enwrite
Evernote-powered statically-generated blogs and websites
Stars: ✭ 139 (+286.11%)
Mutual labels:  evernote
Lsyevernote
Stars: ✭ 248 (+588.89%)
Mutual labels:  evernote
Yi Note
YiNote browser extension - online video note taking tool
Stars: ✭ 96 (+166.67%)
Mutual labels:  evernote
nixnote2
Nixnote - Evernote desktop client for Linux
Stars: ✭ 281 (+680.56%)
Mutual labels:  evernote
Enex Dump
Dump the content of .enex files, preserving attachements, some metadata and optionally converting notes to Markdown.
Stars: ✭ 73 (+102.78%)
Mutual labels:  evernote
Evernote2md
Convert Evernote .enex files to Markdown
Stars: ✭ 193 (+436.11%)
Mutual labels:  evernote
EverFlowy
Sync your workflowy's items into evernote
Stars: ✭ 31 (-13.89%)
Mutual labels:  evernote
evernote-to-sqlite
Tools for converting Evernote content to SQLite
Stars: ✭ 28 (-22.22%)
Mutual labels:  evernote
quentier
Cross-platform desktop Evernote client
Stars: ✭ 115 (+219.44%)
Mutual labels:  evernote

evernote-markdown-win-theme

中文

A markdown-theme of Chinese&Windows edition evernote.

How it works

The markdown editor is not separated as files for evernote_china_win, but it is built in evernote.exe as resource files。

But if you replace it using resource hacker by new one, it not works well, the fonts can't be loaded.

There is a bug for evernote_china_win, it loads markdown editor form http://loadmarkdown, the evernote.exe will try access

Internet to get it.

So we can set up a local site to support own one, such like http://localhost:555

Features

The theme works well on my evernote : 6.18.14.753 (600753) Public (CE Build ce-62.1.8947, ME Build V1.0.28)

Supply:

  • vue markdown theme from evernote-markdown-vue
  • fix some bugs for the theme
  • preview default, double click to edit
  • replace guide button to viewer button

Usage

First, please make sure your evernote is Chinese Edition, if not, you can try it.

build editor(optional)

You can build the editor, or using a built one. If you really want to do this, you can:

install dependences:

cd vue
npm install uglify-js

build it:

build.bat

The built editor files is located in vue\out.

set up a local site

Nginx is recommended here, and the background cpu&memory is extremely low. Cache is very important here, each time you start evernote, it loads editor's resource files only once. Each time evernote render a page, it requests index.html, usually returning 304, so the rendering efficiency is excellent.

Just for newer:

  • Download Windows version of Nginx and extract it to the appropriate place, assuming its path is C:\nginx
  • Copy all editor files to the C:\nginx\html\ directory
  • Edit C:\nginx\conf\nginx.conf, modify listen 80; to listen 555;
  • Run C:\nginx\nginx.exe and open a browser to access http://localhost:555, double click the html page and a markdown editor will appear

edit evernote.exe

Close evernote, backup it, and use a hex editor (such as UltraEdit, hexreplace is a lighter tool) to replace

68007400740070003A002F002F006C006F00610064006D00610072006B0064006F0077006E002F0000000000

to

68007400740070003A002F002F006C006F00630061006C0068006F00730074003A003500350035002F000000

, save and quit.

(the work is replacing ``http://loadmardown/` to http://localhost:555/)

Suggests

remove cache

Since http cache is taken, if you need to debug the theme or modify the theme to take effect, you should first try to restart evernote, or delete files in C:\Users\{your_username}\Yinxiang Biji\LocalStorage\Cache\ .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].