#
note-taking
Here are 710 public repositories matching this topic...
AndreWin
commented
Jul 12, 2017
Hello!
When text line in list is too long and part of it is moved on the next line, list number is placed on the last line. When I use <br>, list number is placed on the first line of multiline text.
Demo is below:
Demo text:
1. [ ] task 1
2. [ ] task 2 task 2 task 2
1
Collect your thoughts and notes without leaving the command line.
python
shell
cli
productivity
journal
command-line
notes
encrypted
jrnl
journal-application
note-taking
-
Updated
Jun 23, 2021 - Python
-
Updated
Jun 23, 2021 - TypeScript
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more in a single portable script.
git
vim
shell
bash
markdown
cli
productivity
sync
command-line
notebook
notes
archiving
vscode
pandoc
bookmarks
note-taking
knowledge-base
bookmark-manager
notes-app
zettelkasten
-
Updated
Jun 23, 2021 - Shell
A free, open-source, and completely encrypted notes app. https://standardnotes.org
-
Updated
Jun 23, 2021 - TypeScript
Uzay-G
opened
Dec 5, 2020
5
TagSpaces is an offline, open source, document manager with tagging support
-
Updated
Jun 23, 2021 - TypeScript
Open source note-taking application for Android
android
java
open-source
google
notebook
notes
free
note-taking
evernote
crowdin
google-keep
play-store
omni-notes
-
Updated
Jun 10, 2021 - Java
QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration.
markdown
c-plus-plus
dropbox
nextcloud
owncloud
caldav
qt5
note-taking
nextcloud-notes
qownnotes
owncloud-notes
-
Updated
Jun 22, 2021 - C++
A modern note taking app based on GIT that does not require a local GIT environment.
-
Updated
Jan 29, 2020
OpenNote was built to be an open web-based alternative to Microsoft OneNote (T) and EverNote.
-
Updated
May 12, 2021 - JavaScript
-
Updated
Jun 23, 2021
Mobile first Note Taking integrated with Git
-
Updated
Jun 19, 2021 - Dart
srid
commented
May 23, 2021
Notational velocity for vim.
search
vim
neovim
vim-plugin
notes
fzf
notational-velocity
plain-text
note-taking
nvalt
filter-string
deft
-
Updated
Nov 17, 2020 - Vim script
NoteCalc is a handy calculator trying to bring the advantages of Soulver to the web.
-
Updated
Jan 18, 2021 - Rust
pimterry
commented
Dec 6, 2016
Valiantiam
commented
May 11, 2021
Make it easier to use codeblocks for a copy paste function by adding a floating "copy" to the box.
-
Updated
Sep 30, 2020 - Python
Deft for Emacs
-
Updated
May 27, 2021 - Emacs Lisp
A Web Application to Visualize the Org-Roam Database
-
Updated
May 21, 2021 - HTML
Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
editor
productivity
learning
qt
cplusplus
diagram
optimizer
qt5
cplusplus-14
note-taking
linux-app
flowchart
mind-mapping
windows-app
mindmap
studying
qt6
-
Updated
Jun 3, 2021 - C++
An experimental personal knowledge base with a focus on connections
productivity
learning
graph
wiki
knowledge-graph
knowledgebase
note-taking
personal-knowledge-base
knowledge-management
personal-wiki
geist
knowledge-network
geistmap
-
Updated
Oct 29, 2019 - JavaScript
Cross-platform full-featured mind mapping and outline app based on electron.
-
Updated
Mar 12, 2021 - TypeScript
Markdown knowledge base with bidirectional [[link]]s built on top of VSCode
-
Updated
Jun 24, 2021 - TypeScript
Daily notes in the terminal 🐧
linux
shell
bash
cli
productivity
terminal
tools
notes
standup
shell-script
note-taking
standup-meetings
daily-notes
-
Updated
Mar 19, 2021 - Shell
markdown
gfm
graphviz
notebook
webdav
mathjax
katex
note-taking
b3log
mindmap
vditor
block-reference
bidirectional-link
-
Updated
Sep 10, 2020
Improve this page
Add a description, image, and links to the note-taking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the note-taking topic, visit your repo's landing page and select "manage topics."



Notes with CSS id's in code blocks gets the id's parsed as tags. For example
div#myId {color: red}orwould extract the tag #myId. I think it would be ok to always ignore tags in code blocks. If tags in code blocks are considered useful, maybe the parsing could at least be made an option?