Obsidian plugin allowing to insert the current date and time in YAML frontmatter on file creation (which is otherwise not possible). If you use the Templater plugin and you create a new note based on a template
Templater is a template language that lets you insert variables and functions results into your notes. It will also let you execute JavaScript code manipulating those variables and functions. With Templater, you will be able to create powerful templates to automate manual tasks. ## Quick Example ...
1. 将 Obsidian 与 Todoist 整合 Todoist 是一款流行的任务管理工具,可帮助您组织和确定任务的优先级。
Version O .4.4 Automatically search and insert citations from a Zotero library Spaced Repetition / 演示间隔复习功能 Version 1.6.2 Fight the forgetting curve by reviewing flashcards & entire notes. Obsidian Leaflet / 演示图片遮挡组件 Version 4.0.0 Interactive maps inside your notes Anki插件下载示例...
name Add Current Time type line(1) text action <% tp.date.now("HH:mm:ss") %> replace [1,1] templater true ``` This will insert the current time on line one of the note, replacing any existing text on that line and then convert back to the Templater command for future use. ...
IconsVersion 0.3.0Add icons to your Obsidian notesEmoji ToolbarVersion 0.2.2Quickly search for and insert emojis into your notes.Wikilinks to MDLinks / 演示系统的转换Version 0.0.12A plugin that converts wikilinks to markdown links and vice versaNatural Language DatesVersion 0.5.2Create ...
Show Current File Path 下载次数:3109插件描述: Show the full path of the currently open file in the status bar在状态栏中显示当前打开文件的完整路径 Hotkeys for templates 下载次数:3105插件描述: Add hotkeys to insert specific templates添加热键以插入特定模板 ...
Julian DateSimple hotkey to insert the current Julian Dateobsidian-juliandate - 1.0.5https://www.davideaversa.it/ Obsidian42 - Jump-to-DatePopup calendar for quickly navigating datesobsidian-jump-to-date-plugin - 1.0.6https://github.com/TfTHacker/obsidian42-jump-to-date ...
Obsidian supports a traditional organization method where you can create multiple folders, sub-folders, and notes within a vault. You can also insert tags using hashtags (#) and quickly access them using the search menu at the top. There is an option to bookmark your important notes, too. ...
You can insert content based on a condition. Currently, the condition only checks if something exists or does not exist. {{IF ...}}Write something{{END_IF ...}} // Example: {{PATH}} {{IF TITLE}}{{TITLE}}.md{{END_IF TITLE}} {{END_PATH}} You can also do some condition wit...