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.

#markdown #Ferrite #Archimedes #TangentNotes

https://md-handbook.com/blog/markdown-link-no-1/

The Markdown Handbook

The Markdown Handbook is your reference to everything markdown.

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/

@gaufff I also use Obsidian but I’m keeping an eye on Tangent Notes which will be a good replacement 😉 A few fractures still need to be developer before I can switch completely #tangentnotes
Pondering a Logseq-like approach to page properties. Using #TangentNotes for the test because it stays out of the way when I have weird ideas like this.

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.

Having fun tweaking CSS in #TangentNotes

Link preview in #TangentNotes is a pretty nice addition. Works for raw URLs and embed-style links like ![](URL]. Ignores ![text](URL).

Very friendly!

Has anyone ever used or does anyone now use Tangent? Thoughts?

https://www.tangentnotes.com/

#pkm #apps #tangentnotes

Tangent Notes

@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!