Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mayne
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
mayne
2y ago
It looks good
2.
▲
by
mayne
2y ago
CRDTs are the future!
3.
▲
by
mayne
2y ago
I've tried it, but it didn't work well together, still looking for a solution, CRDT is the hard part, haha.
4.
▲
by
mayne
2y ago
I sorry for your experience. It works smoothly for me and hasn't been fully tested yet
5.
▲
by
mayne
2y ago
I carefully designed the architecture, which is very flexible. The "backend" is currently running on web worker & service worker. It should be possible to deploy it to a web-standard runtime environment for self-hosting. P2P
6.
▲
by
mayne
2y ago
Currently, it can only run on high-version chromium-based browsers, and it's compatible with Android, but not iOS. Apple is killing web apps.
7.
▲
by
mayne
2y ago
What you want is also what I'm working on. Eidos is a personal open-source project focused on individual needs. It respects everyone's privacy. It does not collect any information. Since there is no account system, no need for a l
8.
▲
by
mayne
2y ago
It's okay to change the type of title field. I will patch an update.
9.
▲
by
mayne
2y ago
Interesting, I'll give it a try.
10.
▲
by
mayne
2y ago
- Eidos has an Airtable-like table, but Obsidian does not. - Eidos and Obsidian are both file-based. - Eidos is based on SQLite, and Obsidian is based on Markdown.
11.
▲
by
mayne
2y ago
I developed an extension to implement the import function, it's still in development and lacking documentation. You can try it out, but I'm not sure if there are any bugs. Feel free to join our Discord to stay updated. https:
12.
▲
by
mayne
2y ago
You can use Eidos with Wi-Fi off. when you add a bookmark, it won't display a rich information card, but just a URL. if you don't like this part, I can provide options to disable them. All of this can be solved through Electron,
13.
▲
by
mayne
2y ago
A key idea of Eidos is to make each table a real SQLite table, so users can view and modify it through other software or visualize it with tools like Metabase https://eidos.space/show/sqlite.webp
14.
▲
by
mayne
2y ago
good idea. all documents are currently stored in the eidos__docs table. The `content` field is used to store the state of lexical documents in JSON format. Additionally, there is also a `markdown` field. This can be viewed by any sqlite sof
15.
▲
by
mayne
2y ago
Thank you for the information. Eidos Space should be safe. I will consider this issue carefully.
16.
▲
by
mayne
2y ago
I know many note-taking users like the concept of markdown and plain text. So do I. However, I think plain text has its limitations. There are many other types of structured data in life. Just like Word and Excel, they have different respon
17.
▲
by
mayne
2y ago
I'm not a fan of 2-way links, but this is on the roadmap and can be easily added . It can work with Ollama. https://github.com/mayneyao/eidos/issues/107
18.
▲
by
mayne
2y ago
Sorry for lacking documents and guidance. When you enable a script, you can trigger it by typing 「/」 in command palette (cmd + k). Currently, the selected text only works with the prompt. You reminded me that the script should also be
19.
▲
by
mayne
2y ago
You can make some adjustments in the settings[1] to store data in a local folder. Then, use iCloud, Git, or your preferred service to back up your data. Just like the web version of VSCode[2], it can handle local files. The web is just an a
20.
▲
by
mayne
2y ago
Thanks for your advice. Eidos is more like a PDM tool rather than a PKM tool, but it can be used as a PKM with some extensions, just as the introduction says, it's an extensible framework. I've used the tools you mentioned and mor
21.
▲
by
mayne
2y ago
Thanks for the reminder. I know this makes SEO more challenging, and it also reminds people of a certain game company, but I really love this concept, which originates from the Plato's theory of forms, and it pairs perfectly with the e
22.
▲
Show HN: Eidos – Offline alternative to Notion
(github.com)
276 points
by
mayne
2y ago
|
90 comments
23.
▲
by
mayne
2y ago
Now, you only need to select the directory once, and the browser will retain permissions https://developer.chrome.com/blog/persistent-permissions-for...