- 1. Important locations
- 2. Tips
- 3. Atom Editor
- 4. Obsidian.md
- 4.1. Installation
- 4.2. Instrucitons
- 4.3. Setting
- 4.3.1. Error: ENOSPC: System limit for number of file watchers reached - Codepins
- 4.3.2. Error: ENOSPC: System limit for number of file watchers reached,
- 4.3.3. system limit for number of file watchers reached
- 4.3.4. System limit for number of file watchers reached,
- 4.3.5. Internal watch failed: ENOSPC: System limit for number of file watchers reached
- 4.3.6. [nodemon] Internal watch failed: ENOSPC: System limit for number of file watchers reached, watch
- 4.3.7. Error: ENOSPC: System limit for number of file watchers reached, watch ‘/home/angelo/Documents/magistrale/SD/project/ds-project-filaseta-sanchi-talmi-ay-2021/guessr-client-web/public’
- 4.3.8. linux watchers limit
- 5. Hexo and Git 免密码
- 6. Gingko Alternatives
- 7. Manuskript
- 8. FocusWriter
- 9. Typora
- 10. TreeSheets
- 11. Zettlr
Important locations
Expand/Collapse
1 | i='/media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Atom/ /media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/FocusWriter/ /media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/GitBook/ /media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Manuskript/ /media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/NotePad++/ /media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Obsidian/ /media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/ReText/ /media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Sublime_Text/ /media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Typora/ /media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Zettlr/' |
Tips
- 使用Obisidian.md或Zettlr可以通过
Copy and Paste
将网页的内容直接转为Markdown Syntax的文字。至少适用于Google Chrome
、Chromium Web Browser
、Opera
、Firefox
Atom Editor
This is not exactly what you asked for (to hide the Project tab), but two alternatives to fix this until you find a better solution:
You can install the package Filetree Autohide. This hides the Project tab until you hover over it.
You can disable the package tree-view completely in Settings > Packages > tree-view (in the section “Core packages”). This might need a restart of Atom.
Obsidian.md
Installation
SNAP installation
1 | sudo snap install --dangerous obsidian_0.10.1_amd64.snap |
Flatpak
1 | # Obsidian Installation |
1 | i=/media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Obsidian/ |
Instrucitons
For Beginners
![[Full-Course_简睿软体频道.mp4]]Full-Course_简睿软体频道.mp4
1 | i=/media/ht/ht_5T/Management/lHT_Media/Full-Course_简睿软体频道.mp4; setsid vlc ${i} |
- Backlink, 28’10”。基本逻辑在于一旦完成
Link
,会自动生成Backlink
。
基于 Obsidian 的 Zettelkasten 卡片盒笔记法实践
- 基于 Obsidian 的 Zettelkasten 卡片盒笔记法实践 | 吕立青的博客, to be organized in Word document.
Setting
- 1_超好用笔记软件_神奇的Obsidian黑曜石Markdown文本编辑知识管理工具_成为你的第二大脑.mp4
- 2_我是如何使用Obsidian的_黑曜石Markdown笔记软件入门讲解_轻松设置懒人包.mp4
1 | i=/media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Obsidian/Instructions/1_超好用笔记软件_神奇的Obsidian黑曜石Markdown文本编辑知识管理工具_成为你的第二大脑.mp4 |
Error: ENOSPC: System limit for number of file watchers reached - Codepins
1 | echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p |
1 | Ubuntu |
Error: ENOSPC: System limit for number of file watchers reached
1 | echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p |
Error: ENOSPC: System limit for number of file watchers reached,
1 | Ubuntu |
system limit for number of file watchers reached
1 | echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p |
System limit for number of file watchers reached,
1 | echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p |
Internal watch failed: ENOSPC: System limit for number of file watchers reached
1 | echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p |
[nodemon] Internal watch failed: ENOSPC: System limit for number of file watchers reached, watch
1 | sudo sysctl fs.inotify.max_user_watches=582222 && sudo sysctl -p |
Error: ENOSPC: System limit for number of file watchers reached, watch ‘/home/angelo/Documents/magistrale/SD/project/ds-project-filaseta-sanchi-talmi-ay-2021/guessr-client-web/public’
1 | echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p |
linux watchers limit
1 | echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system |
Hexo and Git 免密码
1 | git config --global user.name "your github name" |
Hexo Note
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
YAML
同一个文件仅能使用1个YAML formatter文件。
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment
Categories and tags of Hexo
---
title: play-json 中使用默认值
date: 2017-4-10 08:14:40
tags: play-json
categories: Scala
---
- Hexo 文章使用父子分类_小蓝的博客-CSDN博客_hexo多级分类
- Hexo添加categories页面 | 好好学习的郝
- Hexo 添加分类及标签
- Hexo使用攻略:添加分类及标签 | 极氙世界
Procedures as Hexo添加categories页面 | 好好学习的郝
- Edit
/media/ht/ht_5T/Management/Blog/Blog/themes/yilia/_config.yml
1 | i=/media/ht/ht_5T/Management/Blog/Blog/themes/yilia |
- 新建categories页面
1 | hexo new page categories |
- Edit
/media/ht/ht_5T/Management/Blog/Blog/source/categories/index.md
1 | i=/media/ht/ht_5T/Management/Blog/Blog/source/categories/index.md |
1 | i=/media/ht/ht_5T/Management/Blog/Blog/themes/yilia/layout/category.ejs |
- Creat
yilia/layout/categories.ejs
1 | i=/media/ht/ht_5T/Management/Blog/Blog/themes/yilia/layout/category.ejs |
- Creat
yilia/source/css/_partial/categories.styl
1 | i=/media/ht/ht_5T/Management/Blog/Blog/themes/yilia/source/css/_partial/categories.styl |
- 在yilia/source/css/style.styl引入categories.styl
1 | i=/media/ht/ht_5T/Management/Blog/Blog/themes/yilia/source/css/style.styl |
多层分类
- 修改
yilia/layout/categories.ejs
为:
1 | i=/media/ht/ht_5T/Management/Blog/Blog/themes/yilia/layout/category.ejs |
yilia/source/css/_partial/categories.styl
修改为:
1 | i=/media/ht/ht_5T/Management/Blog/Blog/themes/yilia/source/css/_partial/categories.styl |
hexo-auto-category
1 | cnpm install hexo-auto-category --save |
Configuration
1 | npm install hexo-generator-index --save |
分类/Categories
1 | hexo yilla categories 设置 |
Well done!
- 基于yilia主题在github上搭建博客 | 间客六十
- 【Hexo搭建个人博客】:yilia主题配置(四) - 分类管理_Alfred的博客-CSDN博客
- Hexo + yilia 搭建博客可能会遇到的所有疑问 - SegmentFault 思否, “随笔”问题以及其他技巧。
1 | i=/media/ht/ht_5T/Management/Blog/Blog/source/categories/index.md; subl ${i} |
1 | i=/media/ht/ht_5T/Management/Blog/Blog/themes/yilia/_config.yml; subl ${i} |
1 | i=/media/ht/ht_5T/Management/Blog/Blog/themes/yilia/source/main.0cf68a.css |
1 | i=/media/ht/ht_5T/Management/Blog/Blog/themes/yilia/layout/category.ejs |
Gingko Alternatives
1 | i="https://zhuanlan.zhihu.com/p/149969933 https://typora.io/#windows https://alternativeto.net/software/gingko/ https://topalter.com/ http://www.theologeek.ch/manuskript/download/ https://software.opensuse.org/package/focuswriter http://strlen.com/treesheets/ https://www.zettlr.com/download/win32 " |
1 | i=' https://alternativeto.net/software/gingko/ https://www.theologeek.ch/manuskript/ https://gottcode.org/focuswriter/ http://strlen.com/treesheets/ https://www.zettlr.com/ https://typora.io/#' |
- Gingko Alternatives and Similar Sites / Apps | AlternativeTo
- Manuskript – Open-source tool for writers
- FocusWriter
- TreeSheets
- A Markdown Editor for the 21st Century | Zettlr
- Typora — a markdown editor, markdown reader.
- TopAlter.com ~ Find The Best Alternatives
- Trello, for teamwork
Manuskript
1 | i=/media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Manuskript/ |
Manuskript is a perfect tool for those writer who like to organize and plan everything before writing.
The snowflake method can help you grow your idea into a book, by leading you step by step and asking you questions to go deeper.
While writing, keep track of notes about every characters, plot, event, place in your story.
Manuskript is still in development, and in need of extensive testing.
1 | i=/media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Manuskript |
FocusWriter
FocusWriter is a simple, distraction-free writing environment. It utilizes a hide-away interface that you access by moving your mouse to the edges of the screen, allowing the program to have a familiar look and feel to it while still getting out of the way so that you can immerse yourself in your work. It’s available for Linux and Windows, and has been translated into many different languages.
1 | i=/media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/FocusWriter/ |
1 | i=/media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/FocusWriter |
Typora
Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions. Instead, it provides a real live preview feature to help you concentrate on the content itself.
- Distractions Free
- Seamless Live Preview
- What You See Is What You Mean
1 | i=/media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Typora/ |
1 | i=/media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Typora |
1 | # or run: |
TreeSheets
A “hierarchical spreadsheet” that is a great replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.
1 | # Installation |
Zettlr
Temporal note of Zettlr
. To be moved to Obsidian Note or local Zettlr
.
Writing is an essential part of our everyday life. Why make it complicated? Zettlr redefines what writing means. It is slim, fast, and versatile. Focus on what matters to you. Publish, not perish.
1 | i=/media/ht/ht_5T/Stored_Softs/Cross_Platform_Softs/Text_Editor/Zettlr/ |
Downloading sites
- Download for Linux | Zettlr, AMD64 version alone
- AppImage, both versions of i386 and AMD64
Instruction in Chinese
- 分享|Zettlr:适合写作者和研究人员的 Markdown 编辑器
- Zettlr - 撰写专业论文的 MarkDown 编辑器[Win/macOS/Linux] - 小众软件
- 难以抉择的markdown编辑器📑 | 用心记,放心阅,方便查, 中文包的安装。此外,包括了
Vnote
和Boostnote
的安装。 - MarkDown编辑器Zettlr for mac特别版, Good guidance
- 科研助手/笔记软件Zettlr系列03:如何实现学术笔记的导出和添加引用_哔哩哔哩 (゜-゜)つロ 干杯~-bilibili, Video instruction
- Zettlr 1.2.3 撰写专业论文的 MarkDown 编辑器 - Mac帮, 非常详细
- Global search