Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kangaroolab authored Oct 21, 2024
1 parent 6a8720f commit b5975ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ a local first note app with interesting and convenient features (growing):
- react both in destop and mobile via vanjs
- support of clojurescript via scittle with basic code editing/highlighting functions

[Download](https://kangaroolab.github.io/tippy/)
[try or install](https://kangaroolab.github.io/tippy/)

## story behind
I haven been a big fan of outliner and rich text editor in browser to organize information. This note app started as my pilot when I experimented coding with LLM/ChatGPT, which turned out to be quite intereting experience (happy to share separately). Instead of just a pilot, I actually started using it on a daily basis as my note app. Soon after, I started wondering if I could program Clojure(script) with it, of which I am also a big fan. So I enhanced it with scittle, a great tool/module that translates Clojurescript to javascript and executes it in browser. Along programming Clojurescript in this note app, I asked myself why don't I just use it to enhance and enrich the note app itself. My first attempt is to utilize html template to create custom element that can be used to host and edit content with pre-defined format (e.g. card) in the note app without any programming. I am actively testing it and planning to make it available soon.
Expand Down

0 comments on commit b5975ef

Please sign in to comment.