Jump to content

gock

Level 2
  • Posts

    89
  • Joined

  • Last visited

Everything posted by gock

  1. I've tried everything but couldn't find a way to implement it in Evernote. They have forbid inline links. Sorry.
  2. @TattedTech This is a bug introduced by latest Evernote client. It should look fine on the Evernote Web. I'll try to fix this.
  3. I'm still working on the new version. I'm afraid full-text search would be hard. Have you tried @(demo notebook)[tag1,tag2] to group documents?
  4. It works on my client. Did you add other CSS? Try to add !important to the rule.
  5. Sorry that I didn't read and respond the forum feedback in time. Marxico is definitely running and supported well. Usually if Marxico gone down because of any network or server problem, I would receive many feedback emails immediately and I'll fix it ASAP. This time I didn't get any and it worked fine in my place. So I guess it was a CDN problem, which only affected part of users. Turns out it was my AWS account suspended because of my credit card expired. I'm fixing this and it should be working soon.
  6. Thanks for sharing your practice. It is good to hear that Marxico helps you a lot on Android. Marxico won't charge extra except annual Pro fee.
  7. Thanks for your feedback. 1. Not now. I'll make the editor window memorize its last state in the next version. 2. I'm afraid you can't. I'll investigate whether Marxico can support this feature.
  8. Thanks for your feedback. OK, I'll try to add custom shortcuts. This will solve your problem.
  9. I used to try to add language name on the top of the block. But it didn't look well. You may add the language info as comment in the code block. I'll try to implement code block auto-pairing. If you have further questions or advise, I recommend you contact me with email hustgock@gmail.com.
  10. In your occasion, I think you should use table. Press Cmd+Opt+T or Ctrl+Alt+T to insert one. If you have any more questions, please email me hustgock@gmail.com or send me private message.
  11. Try <div style='-webkit-column-count:2;width:100px'>test1 test2 test3 test4</div>
  12. You can disable readonly in the 'Settings'. However Marxico can't read back your modifications. So it's only for temporary fix. Existing notes need to be synced again to be writeable.
  13. Hi Gock I would like to know what is the status of the export feature .. For me it's important to be be able to export all the stored markdown code as separated .md files in the case of browser internal failure or sync issues .. Are you still working on it ? And is marxico still in dev ? anyway marxico is undoubtedly a good 3d party app .. Of course Marxico is still in dev. I'm implementing new text editor and whole new data structure of Marxico, which will enable you to separate the source md with exported HTML, and support directly modifying in Evernote. It is a huge work. So please be patient. Sorry for that. Sometimes I need to do some tradeoff. You still need export md attachment to modify when offline? What if you can modify notes in Marxico when offline? I know the spellcheck on client sucks. However there's little I can do because of some mechanism. Anyway, I'll keep trying. I need a way to backup the notes as Markdown file (.md) with attachments locally just in the case . Editing the notes when offline is also a wanted feature since I'm not always connected to the net. Furthermore I would like to know if you're still developing the product since it's great and I'm using it daily but there was no update since some months or did I miss some ? Any news about this new editor and the new data structure ? If you want a feature to export a note as .md file with attachments, there's already one in the right side menu. Though it can only process one note per time. Of course I'm still developing Marxico. The last two months I was mainly focusing on the whole new version, which will host content itself and sync to multi services more than Evernote. For Evernote part, you will be able to directly write and modify Markdown source in Evernote. However it is a long way to go. Meanwhile I'll keep the current one better. There will be a new version soon includes features like offline editing, code block line number and bugs fix.
  14. Sorry for the late response. 1. I know the spellcheck on client sucks. However there's little I can do because of some mechanism. Anyway, I'll keep trying. 2. I'm using a third part library for the flow chart. I'll see whether I can hack it.
  15. Sorry for that. Sometimes I need to do some tradeoff. You still need export md attachment to modify when offline? What if you can modify notes in Marxico when offline? I know the spellcheck on client sucks. However there's little I can do because of some mechanism. Anyway, I'll keep trying.
  16. Inline latex using $..$ is not standard Markdown. But it is widely adopted. I think I'll add an option to disable inline latex so you can type $ directly.
  17. Sorry, maybe a little later. About the implementation, can you describe how you gonna use it?
  18. Hi, thanks for your report! Confirmed as a bug and I'll fix it soon.
  19. Hi Gock I would like to know what is the status of the export feature .. For me it's important to be be able to export all the stored markdown code as separated .md files in the case of browser internal failure or sync issues .. Are you still working on it ? And is marxico still in dev ? anyway marxico is undoubtedly a good 3d party app .. Of course Marxico is still in dev. I'm implementing new text editor and whole new data structure of Marxico, which will enable you to separate the source md with exported HTML, and support directly modifying in Evernote. It is a huge work. So please be patient.
  20. The left side menu only shows notebooks containing notes created by Marxico, not all your notebooks.
  21. Thanks! As you said, the load problem of Chrome is fixed. Because I found that it was not a bug of Chrome beta. It broke on Chrome 43 as well. Something in Chrome has changed when dealing with resources containing unicode characters. So I modified my code a little. I knew there were ways to convert HTML to Markdown. I didn't bring it in because it was not 100% reliable, 80% most to me. There would be some losses and misunderstandings in this process. And a diff-and-merge mechanism would be brought in. Anyway, it was not promising and too complicated for me. However after the next version of supporting shared and business notes, I'd like to have a try on it. Because I realize it is the last barrier between Marxico and Evernote. If Marxico can read modifications on Evernote, there would be no necessity for me to build mobile apps. Because at that time, you can modify it directly on Evernote apps. And if you can send me your fixes about the demo documents on grammar and spelling, it would be great.
  22. Sorry about the confusion. You are not doing wrong. Marxico didn't have a proper user system when I first built it for simple. It will be fixed in the next next version.
  23. Sorry about that. It should work well in Chrome and Firefox. What browser did you use?
×
×
  • Create New...