r/orgmode • u/Even-Enthusiasm-9650 • 1d ago
Can Logseq homepage be recreated in Emacs ?
Hello,
I'm starting to use Emacs and Org-roam for notetaking because of ethical and technical reasons (FOSS, not vibe-coded, well-maintained), but would like to have an experience similar to what Logseq offers.
I would like to know if it's possible to have a "homepage" that is a journal containing all or at least multiple daily entries, that each tangle into their own files, like so :
daily journaling... (tangles into its individual file)
daily journaling... (tangles into its individual file)
daily journaling... (tangles into its individual file)
The point is to be able to journal more effectively : for example, I sometimes have to edit one day's page the following day, to add details or things I remembered, and having only to scroll up reduces friction, compared to switching files.
I have seen that tangle functionality exists, but it seems more code-oriented. Is it possible to use org-babel-tangle to tangle to individual org files ?
Will there be performance issues if the homepage file gets really big ? How big until it because problematic ?
Is it realistic for a beginner programmer, new to Elisp and Emacs, to write such functionality ?
Thanks