Notes Alternatives
Similar projects and alternatives to notes
-
stimer
stimer stands for "simpletimer" and is a command line timer that features short "fuzzy" syntax and basic output.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
AutoHotkey
AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.
-
-
pinpoint
Keystroke launcher and productivity tool. Windows alternative to macOS Spotlight and Alfred. Alternative to Wox, PowerToys. (by dkgv)
-
-
logseq
A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
-
command_help
:information_source: Extract help text from builtin commands and man pages
-
-
-
-
transferwisely
Batch process using transfer-wise API to automatically track, detect and book transfers for you at better rates.
-
Arduino-Wake-Up-Light
An alarm clock which turns on the lights very slowly. It also uses a buzzer to produce gentle "tick" sounds after certain time.
-
search-filter
Firefox extenstion to allow blacklisting domains from duckduckgo & google search results.
-
popify
A Firefox🦊 extension that pops out the current browser tab into a minimal popup window.
-
ImageViewer
An ultra-minimalistic image viewing program for Windows built with C and SDL2 (by Introscopia)
-
-
Mouse-Button-Remaps
A simple AHK tool to remap mouse buttons to other keys.
-
preview-mark
Just a side project to write, render, preview and share Markdown🗒
-
CodiumAI
TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
notes reviews and mentions
-
Ask HN: How do you take notes throughout your work day?
I've written few years ago text based application created in AngularJS to keep all my notes. It was inspired by builtin MacOS app. I'm trying to keep all my notes there. Before I've had this app, I've used topic based files with extension NOTES like javascript.NOTES etc. The application is running on my shared hosting, the code is Open Source but yesterday I wanted to add new feature (global search) and I have a problem to run the application locally, a lot of things has change since it was created. I've spent few years updated all dependencies including WebPack after done it doesn't work 100% correctly. I also have on my list create mobile version so I can read and taking notes while on my phone.
The code is on GitHub: https://github.com/jcubic/notes
The app is simple on left there are notes, in the middle there is simple text and on the right are navigation into sections, that are created using special markers. This type of makers I always use in source code and text files as separators.
-
What's a program you made that you actually use regularly?
I have a notes application that replaced my old solution with files on directory NOTES. I try to keep all my notes there. The inspiration came from MacOS notes app that I've seen in one of my coworkers. The application was created in AngularJS a few years ago and it's text-based.
Stats
jcubic/notes is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of notes is JavaScript.