HackerTrans
TopNewTrendsCommentsPastAskShowJobs

haneboxx

no profile record

Submissions

Show HN: Ekphos – An obsidian alternative TUI for brainstorming

github.com
3 points·by haneboxx·hace 7 meses·0 comments

Show HN: Open-source Markdown research tool written in Rust – Ekphos

github.com
34 points·by haneboxx·hace 7 meses·15 comments

Show HN: Ekphos – open-source, lightweight, fast, TUI Markdown research tool

github.com
2 points·by haneboxx·hace 7 meses·0 comments

comments

haneboxx
·hace 7 meses·discuss
Thanks!! WikiLinks feature will be dropping today, as for LSP is currently on consideration :)
haneboxx
·hace 7 meses·discuss
Thanks! tbh, I've never heard about org-roam, probably because of the Emacs thing, I've never really used Emacs. I'll look into it :)
haneboxx
·hace 7 meses·discuss
Yes, internal links will be introduced in the next version along with other features like standard theming and more. Ekphos is currently in a rapid development stage and is slowly reaching core markdown feature parity with Obsidian. Feel free to open a discussion in the gitHub repo for things that would be nice to add to Ekphos :)
haneboxx
·hace 7 meses·discuss
Feature wise, not all will be implemented due to the limitations of a terminal user interface, but it has upsides in performance and being lightweight, plus native nvim keybindings for nvim users
haneboxx
·hace 7 meses·discuss
Ekphos uses Neovim keybindings btw :)
haneboxx
·hace 7 meses·discuss
Yeah sure :) The motivation is actually really that simple. I was searching for a markdown editor similar to Obsidian with a terminal user interface, but I couldn't find any that really fit the needs of a proper markdown tool like Obsidian. Though Ekphos isn't yet reaching what Obsidian is capable of, we're surely getting closer and closer. But I want to take only what really matters from Obsidian, so it doesn't get bloated and people can really focus on writing the markdown
haneboxx
·hace 7 meses·discuss
I was thinking a plugin wouldn't be sufficient for extending it beyond a regular markdown editor, so I went for a full standalone app instead for better upgradeability, optimization, etc.