Viewing profile — tamlok
tamlok
HN member- Joined
- Fri, Aug 18, 2017, 5:03 AM UTC
- HN karma
- 70
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About tamlok
No profile information was provided.
Recent public activity
-
comment
Comment #18768780
For those not interested in electron, you can give VNote a try: https://tamlok.github.io/vnote
-
comment
Comment #18556970
It is something like MDWiki but with the capability to read the index file `_vnote.json` of VNote, which enables us to share one notebook or folder of VNote. Its look is based on B…
- story
-
comment
Comment #18054512
When I started VNote two years ago, I was just a traditional C++ player. So Qt Widgets is the choice. I think it can give me the most freedom and power. When VNote did not support …
-
comment
Comment #18054497
Give it a try! :) VNote supports Vim mode in the bone (Ctrl+J/K everywhere to navigate), Captain Mode (from the leader key of Vim), Navigation Mode (each widget shows two chars to …
-
comment
Comment #18050196
VNote is a Markdown note-taking app. Markdown is excellent to hold script such as PlantUML, mermaid, and so on. So it is possible to support DSL, too.
-
comment
Comment #18050193
This plugin just shows you the graph, right? VNote can scroll the corresponding element into view and highlight it, which is very helpful when the class diagram is really large on …
- story
-
comment
Comment #16164425
So that is what "search in result" does?
-
comment
Comment #16163740
Yeah! I used Vim to take md notes before writing VNote. I intended to write VNote to manage and preview the images, formulas, and charts. Indeed, VNote bollows a lot from Vim, like…
-
comment
Comment #16157759
Thanks! Already fixed.
-
comment
Comment #16156356
Awesome job! Amazed by your hard work!
-
comment
Comment #16154887
Qt works fine to me. It is easy to develop cross-platform apps via Qt. Utilizing QWebEngine, I am amazed at the hybrid of C++ and Javascript.
-
comment
Comment #16154877
Yes, it is desigbed to handle different formats. But for now, it only handles md files. I plan to enable it to support managing and editing source files, with which we could use VN…
-
comment
Comment #16154851
Hi, for now you could use VNote as an editor to open and edit any md files. VNote treats internal notes and external files differently. Indeed I use VNote to edit the github page a…
-
comment
Comment #16154647
VNote uses plaintext for all data. The design is you could use any editors to edit your notes even after VNote is obsolete.
-
comment
Comment #16154630
VNote does support MathJax. Check the screenshots. I plan to support plantUML, too.
-
comment
Comment #16154622
There is a 500ms delay after the content change before parsing syntax. It could be tuned and optimized. Thanks for your feedback.
-
comment
Comment #16154597
Try opening multiple long md files and switch among them?
-
comment
Comment #16154582
VNote is great for managing and editing plaintext md files. All data is plaintext and you could even use any editor to edit your notes even after VNote is obsolete someday.
-
comment
Comment #16150816
I think link in edit mode is OK. I used the conceal feature in Vim to hide the URL part of the link when I used Vim to edit Markdown before. But I found that it distracted me when …
-
comment
Comment #16150769
Use this kind of syntax seems do not support up to 6 levels of headings? VNote use `markdown-it` to render the Markdown, so VNote will recognize them in read mode. VNote just choos…
-
comment
Comment #16150734
VNote is inspired by Vim, so there is no reason to not support Vim mode in VNote. However, the Vim mode is implemented by myself one feature by one feature and it does not support …
-
comment
Comment #16150724
Indeed, VNote is inspired by Vim when I used Vim to edit Markdown notes for about a month. VNote utilize many code editors' features for note taking, such as Vim mode, vertical spl…
-
comment
Comment #16150304
Currently I am focusing on the edit experience of VNote. Next step, I will try to connect to third-party store services within VNote, which enables VNote to sync by itself. After t…