New post: The Markdown Link No. 1
Among today’s links, there is a text editor designed to work with markdown, JSON, YAML and TOML, a new iPad app with a mathematical leaning and markdown editor @tangentnotes latest update, a major one.
New post: The Markdown Link No. 1
Among today’s links, there is a text editor designed to work with markdown, JSON, YAML and TOML, a new iPad app with a mathematical leaning and markdown editor @tangentnotes latest update, a major one.
Công cụ ghi chú và quản lý tri thức cá nhân (PKM) mã nguồn mở Tangent Notes vừa phát hành phiên bản 0.11. Các tính năng mới gồm: nhúng audio/video/PDF, hiển thị Sơ đồ Mermaid, và tùy chỉnh toàn bộ phím tắt. Tangent nổi bật với bản đồ ghi chú 2D độc đáo, giúp người dùng không bị lạc giữa các ý tưởng.
#TangentNotes #PKM #OpenSource #GhiChú #MãNguồnMở
https://www.reddit.com/r/opensource/comments/1q18jp7/tangent_notes_releases_version_011/
2025 FOSS tools I use
Notes
#TangentNotes @tangentnotes
Browser
#Librewolf @librewolf
#Waterfox @Waterfox
Search
#Mojeek @Mojeek
#Ecosia @ecosia
#Qwant @Qwant
___
Sharing to @opensource
Hey wanna see a stupid #Nushell trick?
Making markdown sections and tables for the schema of a SQLite database (which I then paste into #TangentNotes to be published with #Nanoc)
```
(
open markdown.db
| schema
| get tables
| transpose name info
| each { |t| $"#### ($t.name)\n\n($t.info.columns | to md)\n" }
| to text
)
```
EDIT: removed a couple unnecessary steps in my pipe.
Link preview in #TangentNotes is a pretty nice addition. Works for raw URLs and embed-style links like .
Very friendly!
Has anyone ever used or does anyone now use Tangent? Thoughts?
@taylorhadden @tangentnotes Not to sound cheeky, but... a legend? Or a better explanation with an example screenshot in the documentation of Tangent notes?
The alternative could be a different hue of green. Then one might easier associate past trails with well, the past.
I am *really* enjoying #TangentNotes for writing my development diaries right now!