All Projects → namiwang → fiber-note

namiwang / fiber-note

Licence: other
A networked note-taking app, open and self-hosted, inspired by roam-research, obsidian and others.

Programming Languages

ruby
36898 projects - #4 most used programming language
typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to fiber-note

keep-it-markdown
Convert Google Keep notes dynamically to markdown for Obsidian and Notion using the unofficial Keep API
Stars: ✭ 125 (-14.38%)
Mutual labels:  note-taking, obsidian
Obsidian-JG-Method
A starter kit that follows how I use Obsidian to manage my goals, tasks, notes, and software development knowledge base.
Stars: ✭ 110 (-24.66%)
Mutual labels:  note-taking, obsidian
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (-30.82%)
Mutual labels:  note-taking, obsidian
obsidian-style-settings
A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian
Stars: ✭ 205 (+40.41%)
Mutual labels:  obsidian
obsidian-community-list
📃 • updated list of community themes & plugins for obsidian.md!
Stars: ✭ 16 (-89.04%)
Mutual labels:  obsidian
obsidian-ghost-fade-focus
Ghost Fade Focus plugin for Obsidian
Stars: ✭ 20 (-86.3%)
Mutual labels:  obsidian
notes-app-cli
A command line interface for Notes.app on macOS.
Stars: ✭ 32 (-78.08%)
Mutual labels:  note-taking
obsidian-contextual-typography
No description or website provided.
Stars: ✭ 45 (-69.18%)
Mutual labels:  obsidian
obsidian-readwise
Sync Readwise highlights into your obsidian vault
Stars: ✭ 79 (-45.89%)
Mutual labels:  obsidian
html-to-prosemirror
Takes HTML and outputs ProseMirror compatible JSON.
Stars: ✭ 66 (-54.79%)
Mutual labels:  prosemirror
zettelstore
This is a mirror of https://zettelstore.de
Stars: ✭ 16 (-89.04%)
Mutual labels:  note-taking
foam-template-gatsby-theme-primer-wiki
Another Foam template that use gatsby-theme-primer-wiki
Stars: ✭ 20 (-86.3%)
Mutual labels:  obsidian
obsidian-charts
Charts - Obsidian Plugin | Create editable, interactive and animated Charts in Obsidian via Chart.js
Stars: ✭ 177 (+21.23%)
Mutual labels:  obsidian
nanonote
A minimalist note taking application
Stars: ✭ 35 (-76.03%)
Mutual labels:  note-taking
Fabricius
Fabricius is an Anki plugin that bidirectionally syncs between Roam and Anki.
Stars: ✭ 54 (-63.01%)
Mutual labels:  roamresearch
ToDue
An android app to keep track of your ToDo's
Stars: ✭ 23 (-84.25%)
Mutual labels:  note-taking
noted
Markdown note-taking with syntax highlighting and real-time preview.
Stars: ✭ 22 (-84.93%)
Mutual labels:  note-taking
obsidian-kanban
Create markdown-backed Kanban boards in Obsidian.
Stars: ✭ 974 (+567.12%)
Mutual labels:  obsidian
projectpad2
Projectpad allows to manage secret credentials and server information that you need to handle as a software developer or sysadmin.
Stars: ✭ 62 (-57.53%)
Mutual labels:  note-taking
obsidian-youglish-plugin
Use YouTube to improve your pronunciation. YouGlish plugin gives you fast, unbiased answers about how words is spoken by real people and in context.
Stars: ✭ 16 (-89.04%)
Mutual labels:  obsidian

building codecov

fiber note - networked note-taking app, open and self-hosting | Product Hunt Embed

fiber note

A networked note-taking app which is open and self-hosting, inspired by roam-research and others.

screenshots

screenshot

demo

A public demo

deployment

dependencies

  • typical rails environment, plus postgresql and redis.

heroku

Deploy

environment variables

The app loads environment variables and behaves accordingly. It uses dotenv to loads values from files (e.g. .env, .env.development.local, .env.production). Platforms like heroku also allow you to set env variables in the configuration panel.

authentication

The app loads password from ENV['PASSWORD'], which is password by default, as defined in .env.

available services

To enable performance analytics by skylight, set environment vars SKYLIGHT_ENABLED=true and SKYLIGHT_AUTHENTICATION=YOUR_TOKEN.

To enable sentry for error tracking, set an environment var SENTRY_DSN=YOUR_SENTRY_DSN.

cookies

For security reasons (i.e. deploy this repo directly), secret_key_base will be randomized every time the server restarts, that includes upgrading to a new version. User may have to do a refresh in browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].