
Cryptee
CherryTree
Trilium Notes
Zim Wiki
Joplin
Notesnook
Milanote
Standard Notes
ESLint
Prettier
CodeClimate
Tailwind CSS
SonarQube
Next.js
VS Code
Codacy
Cryptee is a safety and privacy focused, encrypted and cross-platform personal data storage service. You can write personal documents, notes, journals, store photos and all sorts of other files.
It works on all your devices and provides a zero-knowledge place to keep all your sensitive digital belongings. cryptee has all the features you'd expect from a modern document editor, like live sync with unlimited devices, rich document editing, to-dos, markdown, hotkeys, code highlighting, latex math, embeds, attachments, support for tables, ability to attach pdf files, read EPUB ebooks, listen to audio-memos, as well as open and link other various file formats.
Cryptee is based in Europe, in Tallinn, Estonia. A country named "the most advanced digital society in the world" by Wired, and a country where the government runs on blockchain.
Cryptee
ESLintIndividuals or organizations that require secure storage and privacy for their documents and photos, particularly those concerned about data tracking, surveillance, or needing a privacy-first cloud service alternative.
Based on our record, ESLint should be more popular than Cryptee. It has been mentiond 298 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
> The only major hurdle to this is Apple continuing to treat web apps as second class citizens on iOS If you add a site to iOS' homescreen it automatically becomes a PWA. The best example I found of a site fully leveraging this feature is Cryptee[0]. They talk about the PWA thing here: https://crypt.ee/download [0] https://crypt.ee/. - Source: Hacker News / over 2 years ago
Well, then - if self hosting is not your thing - something like crypt.ee might be your thing? Clearly a different pricing model, data is fully encrypted, open source, across platforms. Source: over 2 years ago
Https://crypt.ee now. I used to mostly use local markdown editors like Ulysses and Zettlr. Source: about 3 years ago
Crypt.ee Ticks 1/2/3/5 of your requirements However free tier only has 100MB storage which might be enough for a journal, it also has the best rich text editor of them all, would highly recommend. Source: about 3 years ago
I've only used it for editing docs but have found crypt.ee very easy to use. Source: about 3 years ago
Is this reasoning, or measurement? If measurement, push it to a deterministic tool. Sonar, Spotless, Ruff, ESLint, coverage gates, pre-commit hooks, complexity calculators. Write a script if no tool exists. That's how just lint got built, and that's the Unix-philosophy move for agentic coding. Hooks fire on tool calls; CI fires on PRs; pre-commit fires on commit. Pick the cheapest layer that catches the failure... - Source: dev.to / about 2 months ago
137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes. - Source: dev.to / 2 months ago
Prettier and ESLint are useful tools for establishing consistent code style as a baseline before starting structural refactoring - style differences in a diff make behavioral changes harder to spot. OWASP provides useful checklists for security-critical code review that apply directly to the critical path review step. - Source: dev.to / 2 months ago
Splitting for file length alone, splitting before a pattern appears at least twice, and splitting in ways that produce tightly coupled pairs of components are the patterns most worth avoiding. ESLint with the react-hooks plugin helps catch when extracted hooks still have too many concerns, by flagging dependency arrays that have grown unwieldy. - Source: dev.to / 2 months ago
ESLint is a standard part of the JavaScript and TypeScript toolchain. The eslint-plugin-react-hooks plugin, which is maintained by the React team, adds two rules specifically for React: rules-of-hooks enforces the rules of hooks at the call site level, and exhaustive-deps flags missing or unnecessary dependencies in useEffect, useMemo, and useCallback. - Source: dev.to / 2 months ago
CherryTree - A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
Prettier - An opinionated code formatter
Trilium Notes - Trilium Notes is a hierarchical note taking application.
CodeClimate - Code Climate provides automated code review for your apps, letting you fix quality and security issues before they hit production. We check every commit, branch and pull request for changes in quality and potential vulnerabilities.
Zim Wiki - Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images.
Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.