I research (& teach) ancient civilizations, then write stories & articles inspired by all eras of history... which means I take a bunch of notes.
- Maryland, USA
- https://eleanorkonik.com/
- @eleanorkonik
Block or Report
Block or report eleanorkonik
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
## File name
23`{{title|replace(""","")|replace(""","")|replace("'","")|replace("'","")|truncate(127)}} by {{author|truncate(120)}}`
45I do this so that weird characters or overly-long file names don't break dropbox or git, since Readwise doesn't natively sanitize things.
-
1
module.exports = async (params) => {
2console.log("Starting...")
3console.log(params);
4const currentFile = params.app.workspace.getActiveFile();
5if (!currentFile) {
-
concatenate Public
A plugin for Obsidian.md to allow you to put the contents of sections together in one file
-
1
```dataviewjs
2//get all md files in vault
3const files = app.vault.getMarkdownFiles()
45//create an array with the filename and lines that include the desired tag
-
5 contributions in the last year
Less
More