All Projects → OrangeX4 → GitNotes

OrangeX4 / GitNotes

Licence: MIT license
一个在浏览器上运行的笔记浏览应用, 用于浏览以 Markdown 书写的, 存放在 GitLab 或 GitHub 上的笔记.

Programming Languages

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

Projects that are alternatives of or similar to GitNotes

melrose
interactive programming of melodies, producing MIDI
Stars: ✭ 130 (+293.94%)
Mutual labels:  notes
PhotoMarker
实现了对图片的标注功能,用户可以添加标注点,并且可以对标注点进行重命名,改变坐标位置,或者删除标注点。以及选择标记点的字体颜色,以及标注点的图标!一系列操作以后可以将编辑过的图片保存至本地相册 (PhotoMarker allows you to take notes on your photos, so that you can make it more expressive. You can add mark points and edit them, change the color of the mark point text, and change the mark point icon. It also allows you to save edited images to…
Stars: ✭ 16 (-51.52%)
Mutual labels:  notes
notes
📖 What I'm reading lately
Stars: ✭ 85 (+157.58%)
Mutual labels:  notes
notes
个人笔记
Stars: ✭ 24 (-27.27%)
Mutual labels:  notes
compsci
Lecture notes, projects, and more resources on the courses I attended for my Bachelor's and Master's degrees in Computer Science
Stars: ✭ 15 (-54.55%)
Mutual labels:  notes
gtd.vim
Getting things done with Vim
Stars: ✭ 42 (+27.27%)
Mutual labels:  notes
College-Notes
Contribute your handwritten PDF notes and help other students ✌ #DecodersCommunity 🖤
Stars: ✭ 30 (-9.09%)
Mutual labels:  notes
side-notes
Easy access to a notes file in Emacs
Stars: ✭ 19 (-42.42%)
Mutual labels:  notes
onepile
Playground for the future of private notes and document management
Stars: ✭ 41 (+24.24%)
Mutual labels:  notes
NoteCrypt
Keep your notes safe and secure with Note Crypt for Android!
Stars: ✭ 32 (-3.03%)
Mutual labels:  notes
electron-vue3-inote
使用electron11+vue3.x+ts的桌面端便笺项目,拥有漂亮的过渡动画效果,以富文本形式储存在本地,可多开输入窗口。(The desktop note project using electron11+vue3.x+ts has beautiful transition animation effects, stored locally in the form of rich text, and can open more input windows.)
Stars: ✭ 168 (+409.09%)
Mutual labels:  notes
MLOps-Specialization-Notes
Notes for Machine Learning Engineering for Production (MLOps) Specialization course by DeepLearning.AI & Andrew Ng
Stars: ✭ 143 (+333.33%)
Mutual labels:  notes
pinotes
Self hosted notes for Raspberry Pi
Stars: ✭ 36 (+9.09%)
Mutual labels:  notes
SilentNotes
SilentNotes is a simple note taking app which respects your privacy.
Stars: ✭ 98 (+196.97%)
Mutual labels:  notes
garden
A digital garden prototype - my notes and links are here
Stars: ✭ 23 (-30.3%)
Mutual labels:  notes
samwise.nvim
samwise is a line-wise note-taking plugin for neovim.
Stars: ✭ 30 (-9.09%)
Mutual labels:  notes
til
Personal Wiki of Interesting things I learn every day at the intersection of software, life & stuff aka my second brain 🧠️
Stars: ✭ 41 (+24.24%)
Mutual labels:  notes
zone
A URL shortener / note sharing service.
Stars: ✭ 18 (-45.45%)
Mutual labels:  notes
jot
Command-line note-taking for minimalists
Stars: ✭ 24 (-27.27%)
Mutual labels:  notes
MusicTheory
Music Theory Library for Java and Android apps
Stars: ✭ 24 (-27.27%)
Mutual labels:  notes

GitNotes

这是一个由 OrangeX4 开发的笔记浏览应用, 用于浏览以 Markdown 书写的, 存放在 GitLab 或 GitHub 上的笔记.

优点: 数学公式支持和移动端适配.

笔记 Git Repo 参考: NJUAI-Notes

对应页面: OrangeX's Notes

Demo

OrangeX4's Notes

你可以直接使用这个网址查看你要查看的笔记 Repo, 并不需要挂载你自己的 GitNotes.

界面

开发环境

先下载并安装 NodeJS.

在终端, 你 clone 下来的目录下, 执行命令:

npm install yarn -g
yarn install

等他安装完成后, 你就可以通过 yarn start 打开一个开发服务器或者 yarn build 生成静态文件了.

个人部署

将代码 Clone 下来, 修改 src/App.tsx 文件对应的内容为以下形式:

// ---------------------------------------------------
// const search = window.location.search
// 请在这里更改你需要的 url 参数
const search = '?git=github&github=typoverflow/note'
// ---------------------------------------------------

search 设为 URL 参数.

要修改标题, 可以使用搜索功能搜索字符串并修改 public/index.htmlsrc\App.tsx.

更换图标, 可以更换 public/profile.icopublic/profile.jpg 文件.

进行完这些操作之后, 运行

yarn start

便可实时浏览效果.

确认无误后, 运行

yarn build

便可生成 build 文件夹, 将该文件夹挂载到你的域名下, 你的专属 GitNotes 笔记便挂载好了!

服务部署

运行命令:

yarn build

并将 build 目录下的静态文件挂载在你的域名中.

License

This project is licensed under the MIT License.

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].